Small Update

修改了注释上的协议错误,删除了自定义选择器的错误输出并增加了提问模板
This commit is contained in:
奇趣保罗 2019-02-13 23:58:56 +08:00
parent bb7eb8ffe8
commit 0b34099e34
5 changed files with 22 additions and 9 deletions

13
.github/ISSUE_TEMPLATE.md vendored Normal file
View File

@ -0,0 +1,13 @@
### 1. 该问题的重现步骤是什么?
### 2. 正常情况下的结果如何,你看到的呢?
### 3. 服务器的运行环境是?
- 操作系统版本:
- Apache/Nginx 版本:
- PHP 版本:
- 插件版本:
- 浏览器版本:
[//]: # (如有图片请附上截图)

View File

@ -23,4 +23,7 @@
同时欢迎前往 [我的博客](https://paugram.com/about.html#donate) 为我提供赞助,谢谢您!
## 使用的开源项目
- [Live2D-Src](https://github.com/journey-ad/live2d_src)
- [Live2D-Src](https://github.com/journey-ad/live2d_src)
## 感谢
- [Live2D](https://www.live2d.com)

File diff suppressed because one or more lines are too long

View File

@ -6,7 +6,7 @@
一个支持更换 Live2D 模型的 Typecho 插件
本代码为奇趣保罗原创并遵守 MIT 开源协议欢迎访问我的博客https://paugram.com
本代码为奇趣保罗原创并遵守 GPL 2.0 开源协议欢迎访问我的博客https://paugram.com
---- */

View File

@ -2,11 +2,11 @@
# Pio Plugin
# By: Dreamer-Paul
# Last Update: 2019.2.1
# Last Update: 2019.2.13
一个支持更换 Live2D 模型的 Typecho 插件
本代码为奇趣保罗原创并遵守 MIT 开源协议欢迎访问我的博客https://paugram.com
本代码为奇趣保罗原创并遵守 GPL 2.0 开源协议欢迎访问我的博客https://paugram.com
---- */
@ -109,7 +109,7 @@ var Paul_Pio = function (prop) {
text = '已经这么晚了呀,早点休息吧,晚安~';
}
else{
text = "保罗说:这是无法被触发的吧";
text = "奇趣保罗说:这是无法被触发的吧,哈哈";
}
modules.render(text);
@ -207,9 +207,6 @@ var Paul_Pio = function (prop) {
}
}
}
else{
console.error("Custom Element Not Found!");
}
}
}
};