File tree Expand file tree Collapse file tree 3 files changed +12
-6
lines changed Expand file tree Collapse file tree 3 files changed +12
-6
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,6 @@ assignees: ''
8
8
9
9
#### Make sure
10
10
- [ ] Upgrade the latest [ release] ( https://github.com/fluid-dev/hexo-theme-fluid/releases ) .
11
- - [ ] Browser does not belong to IE and other old browsers
12
11
- [ ] It can be replicated through ` hexo clean && hexo s ` and cleared browser cache in the localhost.
13
12
- [ ] Not affected by other Hexo plugins
14
13
@@ -25,4 +24,5 @@ Steps to reproduce the behavior:
25
24
<!-- It is better to provide the page link that can be reproduced -->
26
25
27
26
#### Screenshots
28
- <!-- If applicable, add screenshots to help explain your problem. -->
27
+ <!-- For front page problems, please provide a screenshot of your browser console -->
28
+ <!-- For hexo command problems, please provide a screenshot of your command console -->
Original file line number Diff line number Diff line change @@ -8,13 +8,12 @@ assignees: ''
8
8
9
9
<!-- 必读 -->
10
10
<!-- 1. 反馈 Bug 必须按照本模板提供足够详细的复现步骤和相关配置,否则请后退使用问题求助 -->
11
- <!-- 2. 功能如果不正常工作,请先检查自己的环境和 Hexo 插件,特别是从其他主题更换过来的用户(最简单的方式:新建目录重新 hexo init) -->
12
- <!-- 3. 只考虑本地出现的问题,如果本地运行正常,部署后有问题,这种不属于 BUG,请清除缓存或者等 CDN 刷新 -->
13
- <!-- 4. 不确定是不是 BUG 的,请后退使用问题求助 -->
11
+ <!-- 2. 功能如果不正常工作,请先检查自己的环境和 Hexo 插件,特别是从其他主题更换过来的用户 -->
12
+ <!-- 3. 前端页面问题,请先打开浏览器控制台(Console),自行尝试理解和解决其中的报错,确认非网络或配置问题 -->
13
+ <!-- 4. 如果本地页面正常,部署后有问题,请清除缓存或者耐心等待 CDN 刷新(可能持续数小时),这不属于主题问题 -->
14
14
15
15
#### 请确认
16
16
- [ ] 是当前最新的 [ Release 版本] ( https://github.com/fluid-dev/hexo-theme-fluid/releases )
17
- - [ ] 浏览器不属于 IE 等非主流浏览器
18
17
- [ ] 本地 ` hexo clean && hexo s ` ,并且清除浏览器缓存,仍可复现
19
18
- [ ] 已经排除是其他 Hexo 插件影响
20
19
@@ -31,3 +30,5 @@ assignees: ''
31
30
<!-- 最好提供部署后能复现的页面地址 -->
32
31
33
32
#### 截图
33
+ <!-- 前端页面问题请提供浏览器控制台(Console)的截图 -->
34
+ <!-- 本地 hexo 命令中报错问题请提供命令行的截图 -->
Original file line number Diff line number Diff line change @@ -3,6 +3,11 @@ name: 问题求助
3
3
about : 提出一个使用过程中遇到的问题,需要得到帮助
4
4
---
5
5
6
+ <!-- 必读 -->
7
+ <!-- 1. 功能如果不正常工作,请先检查自己的环境和 Hexo 插件,特别是从其他主题更换过来的用户 -->
8
+ <!-- 2. 前端页面问题,请先打开浏览器控制台(Console),自行尝试理解和解决其中的报错,确认非网络或配置问题 -->
9
+ <!-- 3. 如果本地页面正常,部署后有问题,请清除缓存或者耐心等待 CDN 刷新(可能持续数小时),这不属于主题问题 -->
10
+
6
11
#### 请确认
7
12
- [ ] 是当前最新的 [ Release 版本] ( https://github.com/fluid-dev/hexo-theme-fluid/releases )
8
13
- [ ] 在 [ 用户指南] ( https://hexo.fluid-dev.com/docs/ ) 中没有找到解决办法
You can’t perform that action at this time.
0 commit comments