-
Notifications
You must be signed in to change notification settings - Fork 115
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
修复了在未添加自定义提示内容下,点击“信息”按钮后打开页面异常的问题,以及在添加了多条自定内容选择器的情况下内容显示错误的问题
- Loading branch information
1 parent
0b34099
commit 924ade6
Showing
4 changed files
with
38 additions
and
74 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,37 @@ | ||
# Pio | ||
|
||
一个支持更换 Live2D 模型的 Typecho 插件。 | ||
|
||
本插件不存在任何依赖的样式和库,在后续版本当中我会逐渐实现一些有趣的功能。 | ||
|
||
## 使用方法 | ||
|
||
> 奇趣保罗自己搭建的 [梦象](https://mx-model.ga) 资源站上提供了较多可用于本插件的模型资源,如果你也想在这里提交自己的原创作品,不妨现在就和我 [取得联系](https://paul.ren) 吧! | ||
1. Star 本项目 | ||
2. 从这里 [下载](https://github.com/Dreamer-Paul/Pio/archive/master.zip) 本插件 | ||
3. 将插件文件夹重命名为 `Pio` | ||
4. 上传本插件,并放置在 `usr/plugins/` 目录下 | ||
5. 登录你的 Typecho 后台,选择启用插件即可食用~ | ||
6. 如果你有自己的模型,可以将模型放在 `models` 目录下,并在插件设置里选择(需要确认模型的配置文件名称是否为 `model.json`)。或是在插件设置填写一个绝对链接 | ||
7. 保罗自己搭建了一个模型资源收集站点 - [梦象](https://mx-model.ga),你可以在这里下载到更多的模型,如果你有能力的话欢迎为我提供更多资源~ | ||
5. 登录你的 Typecho 后台,找到 `Pio` 选择启用插件 | ||
6. 你可以通过 [选择](https://docs.paul.ren/pio/#/?id=选择模型) 或 [外链](https://docs.paul.ren/pio/#/?id=选择外链模型) 的方式引用你获得的模型资源 | ||
7. 想了解更多的玩法,欢迎阅读 [插件文档](https://docs.paul.ren/pio)。如果对本项目有任何的建议和想法,欢迎随时提出~ | ||
|
||
## 项目故事 | ||
|
||
详见我的博文:[给你的博客增加动态看板娘](https://paugram.com/coding/add-poster-girl-with-plugin.html),帮助文档及常见问题均在这里即时更新。 | ||
|
||
## 开源协议 | ||
|
||
由于原项目使用 GPL 2.0 协议,故本项目也采用相同的开源协议进行授权。 | ||
|
||
原创不易!如果喜欢本项目,请 Star 它以示对我的支持~ | ||
|
||
同时欢迎前往 [我的博客](https://paugram.com/about.html#donate) 为我提供赞助,谢谢您! | ||
同时欢迎前往 [保罗的小窝](https://paul.ren/donate) 为我提供赞助,谢谢您! | ||
|
||
## 使用的开源项目 | ||
- [Live2D-Src](https://github.com/journey-ad/live2d_src) | ||
|
||
- [Live2D-SRC](https://github.com/journey-ad/live2d_src) | ||
|
||
## 感谢 | ||
- [Live2D](https://www.live2d.com) | ||
|
||
- [Live2D](https://www.live2d.com) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters