This commit is contained in:
杜恒 2021-02-19 09:18:41 +08:00
parent 0b40a7a990
commit 072a2f6faa
4 changed files with 13 additions and 11 deletions

View File

@ -6,3 +6,8 @@ SCSS 本地编译方式(如果需要修改样式):
3、安装 VSCode 3、安装 VSCode
4、VSCode 软件安装 `scss-to-css` 插件(https://github.com/yutent/scss-to-css/blob/master/README_ZH.md) 4、VSCode 软件安装 `scss-to-css` 插件(https://github.com/yutent/scss-to-css/blob/master/README_ZH.md)
5、上面步骤安装完成后在编写 SCSS 文件时,直接保存,即可生成编译后的 CSS 文件 5、上面步骤安装完成后在编写 SCSS 文件时,直接保存,即可生成编译后的 CSS 文件
1. 主题开源免费 + 持续更新
2. 将主题上传到Typecho博客usr/themes文件夹后确保主题文件夹名为Joe J是大写的J不要改成小写
3. 主题QQ群198963776有问题在群内艾特我QQ2323333339

View File

@ -52,8 +52,8 @@
<!-- 全局公用CSS静态资源放在了CDN上如果你的服务器带宽不够请不要修改成本地cdn采用jsdelivr放心不会失效 --> <!-- 全局公用CSS静态资源放在了CDN上如果你的服务器带宽不够请不要修改成本地cdn采用jsdelivr放心不会失效 -->
<link rel="stylesheet" href="<?php $this->options->themeUrl('assets/css/joe.mode.css'); ?>"> <link rel="stylesheet" href="<?php $this->options->themeUrl('assets/css/joe.mode.css'); ?>">
<link rel="stylesheet" href="<?php $this->options->themeUrl('assets/css/joe.normalize.css'); ?>"> <link rel="stylesheet" href="<?php $this->options->themeUrl('assets/css/joe.normalize.css'); ?>">
<link rel="stylesheet" href="<?php $this->options->themeUrl('assets/css/joe.global.css?v=21221'); ?>"> <link rel="stylesheet" href="<?php $this->options->themeUrl('assets/css/joe.global.css?v=3434'); ?>">
<link rel="stylesheet" href="<?php $this->options->themeUrl('assets/css/joe.responsive.css?v=545'); ?>"> <link rel="stylesheet" href="<?php $this->options->themeUrl('assets/css/joe.responsive.css?v=3434'); ?>">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/HaoOuBa/Joe@master/plugin/qmsg/qmsg.css" /> <link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/HaoOuBa/Joe@master/plugin/qmsg/qmsg.css" />
<link rel="stylesheet" href="https://apip.weatherdt.com/standard/static/css/weather-standard.css"> <link rel="stylesheet" href="https://apip.weatherdt.com/standard/static/css/weather-standard.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@fancyapps/fancybox@3.5.7/dist/jquery.fancybox.min.css" /> <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@fancyapps/fancybox@3.5.7/dist/jquery.fancybox.min.css" />

View File

@ -15,7 +15,7 @@
<head> <head>
<?php $this->need('public/include.php'); ?> <?php $this->need('public/include.php'); ?>
<!-- 视频页面需要用到的CSS及JS --> <!-- 视频页面需要用到的CSS及JS -->
<link rel="stylesheet" href="<?php $this->options->themeUrl('assets/css/joe.video.css'); ?>"> <link rel="stylesheet" href="<?php $this->options->themeUrl('assets/css/joe.video.css?v=3434'); ?>">
<script src="<?php $this->options->themeUrl('assets/js/joe.video.js'); ?>"></script> <script src="<?php $this->options->themeUrl('assets/js/joe.video.js'); ?>"></script>
</head> </head>

View File

@ -1,3 +0,0 @@
1. 主题开源免费 + 持续更新
2. 将主题上传到Typecho博客usr/themes文件夹后确保主题文件夹名为Joe J是大写的J不要改成小写
3. 主题QQ群198963776有问题在群内艾特我QQ2323333339