留言

林翊 252 天前 82 阅读

神明收走了人们的胆怯,少年们的爱情轰轰烈烈;灵婆带走了人们心中的执愿,少女们的爱情真真切切。

可以在这里留下专属于你个人的脚印

发布评论
24 条评论
  1. 头像
    Mr.Seaning
    2024-10-18 10:23

    一直想用PaperCSS做一个类似的,在这发现了,拖延症不好,主题真好看💖💖💖

    回复
    1. 头像
      遇到她脸会红
      2024-12-25 19:29

      NEScss其实也不错

  2. 头像
    小布丁~
    2024-10-11 18:40

    https://gitee.com/Mejituu/Links typecho.现成的插件.不过好像有点bug。还需要再专精一些。

    回复
    1. 头像
      遇到她脸会红
      2024-10-11 18:45

      想做这个 但是更偏向自助友链申请的 方便一点 到最后实在没有的话 再考虑做手动的

  3. 头像
    蜡客小生
    2024-10-10 13:51

    😄博主是UI控。。赞一个。

    回复
    1. 头像
      遇到她脸会红
      2024-10-11 19:57

      🙈

  4. 头像
    梦云
    2024-10-08 20:32

    这段代码对文章页和独立页面的做了一点优化,head文件里

    <?php if ($this->is("index")): ?>
            <meta property="og:type" content="blog"/>
            <meta property="og:url" content="<?php $this->options->siteUrl(); ?>"/>
            <meta property="og:title" content="<?php $this->options->title(); ?>"/>
            <meta property="og:author" content="<?php $this->author->name(); ?>"/>
            <meta name="keywords" content="<?php $this->keywords(); ?>">
            <meta name="description" content="<?php $this->options->description(); ?>">
        <?php endif; ?>
        <?php if ($this->is("post") || $this->is("page") || $this->is("attachment")): ?>
            <meta property="og:url" content="<?php $this->permalink(); ?>"/>
            <meta property="og:title" content="<?php $this->title(); ?> - <?php $this->options->title(); ?>"/>
            <meta property="og:author" content="<?php $this->author(); ?>"/>
            <meta property="og:type" content="article"/>
            <meta property="article:published_time" content="<?php $this->date("c"); ?>"/>
            <meta property="article:published_first"
                  content="<?php $this->options->title(); ?>, <?php $this->permalink(); ?>"/>
            <meta name="keywords" content="<?php
            $k = $this->fields->keyword;
            if (empty($k)) {
              echo $this->keywords();
            } else {
              echo $k;
            }
            ?>">
            <meta name="description" content="<?php
            $d = $this->fields->description;
            if (empty($d) || !$this->is("single")) {
              if ($this->getDescription()) {
                echo $this->getDescription();
              }
            } else {
              echo $d;
            }
            ?>"/>
        <?php endif; ?>
        <title><?php
        $this->archiveTitle(
          [
            "category" => _t("分类 %s 下的文章"),
            "search" => _t("包含关键字 %s 的文章"),
            "tag" => _t("标签 %s 下的文章"),
            "author" => _t("%s 发布的文章"),
          ],
          "",
          " - "
        );
        $this->options->title();
        ?></title>
        <?php $this->header("description=&generator=&pingback=&template=&xmlrpc=&wlw=&commentReply=&keywords="); ?>
    回复
    1. 头像
      林翊
      2025-04-07 20:04

      我当时一直不知道这个改动的位置在哪里 今天优化SEC才发现这个大问题

  5. 头像
    梦云
    2024-10-08 19:45

    文章列表,加个缩略图好不好更好看一点

    回复
    1. 头像
      遇到她脸会红
      2024-10-11 18:46

      🤔还没想出这个缩略图应该添加在哪个位置

  6. 头像
    派蒙
    2024-09-29 19:39

    主题好看欸,期待发布

    回复
    1. 头像
      遇到她脸会红
      2024-10-07 22:05

      🙈已发布了 可以移步到 Pamper问世

加载中...