Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
snowtafir committed Aug 26, 2024
1 parent 65ed663 commit 990dc20
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# 1.0.4
* 优化代码,npm 包增加 typescript 类型定义文件
* 统一配置文件目录:yunzai/data/yuki-plugin/config/,更新后如需使用旧配置文件,请自行移动旧配置文件到新目录
* 优化哔哩登录日志
* 优化渲染
* 增加哔哩 MAJOR_TYPE_DRAW MAJOR_TYPE_ARTICLE 动态子类型

# 1.0.3
* 修复群组与好友动态推送混淆问题
* 更新获取B站up信息api
Expand Down
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,14 +123,19 @@ https://m.weibo.cn/u/7643376782 # 7643376782 为崩坏星穹铁道博主uid
- [x] 微博动态
## 指令列表
## 🚀指令列表
<details><summary>点击展开</summary>
> [!IMPORTANT]
> 统一的配置文件路径:
`Yunzai/data/yuki-plugin/config/`,启动一次后,即可查看配置文件。
> [!TIP]
> 指令前缀:`#优纪`、`#yuki`、`/优纪`、`/yuki`,
> 示例:`#优纪订阅B站推送uid`、`#yuki订阅B站推送uid`、`/优纪订阅B站推送uid`、`/yuki订阅B站推送uid`。
示例:`#优纪订阅B站推送uid`、`#yuki订阅B站推送uid`、`/优纪订阅B站推送uid`、`/yuki订阅B站推送uid`。
| 用途 | 描述 | 指令 |
| --------- | ----------- | ------------ |
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "yz-yuki-plugin",
"version": "1.0.3-rc.6",
"version": "1.0.4",
"description": "优纪插件,yunzaijs 关于 微博推送、B站推送 等功能的拓展插件",
"author": "snowtafir",
"type": "module",
Expand Down

0 comments on commit 990dc20

Please sign in to comment.