Skip to content

Commit

Permalink
docs: 更新文档
Browse files Browse the repository at this point in the history
  • Loading branch information
TomyJan committed Jul 28, 2023
1 parent f1ea940 commit fb1fe4e
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 4 deletions.
20 changes: 19 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,22 @@
## [0.1.2-dev](https://github.com/TomyJan/Yunzai-Kuro-Plugin/compare/v0.1.1-rel...v0.1.2-dev) (2023-07-27)
## [0.1.2-rel](https://github.com/TomyJan/Yunzai-Kuro-Plugin/compare/v0.1.1-rel...v0.1.2-rel) (2023-07-28)


### Bug Fixes

* 防止kuroApi方法重名 ([f1ea940](https://github.com/TomyJan/Yunzai-Kuro-Plugin/commit/f1ea94021bee07ea79b343a3817309c25a8662a2))
* 移除失效的头像上传 ([c07d5c2](https://github.com/TomyJan/Yunzai-Kuro-Plugin/commit/c07d5c2c1c3fb57afedfbcf1dc5144e1aa92d323))


### Features

* 任务返回文本显示账号昵称 ([7b38188](https://github.com/TomyJan/Yunzai-Kuro-Plugin/commit/7b3818817dfe56ff3e1bd82bddd38e5bce8c5ceb))
* 完成战双游戏卡片 ([886c3e8](https://github.com/TomyJan/Yunzai-Kuro-Plugin/commit/886c3e899dc5d25178e4dd708824ca0f326674f8))
* 游戏卡片::网页模板 ([aa7af57](https://github.com/TomyJan/Yunzai-Kuro-Plugin/commit/aa7af57d655f54ada1a90164c993a098112620a8))


### Performance Improvements

* 改进游戏卡片模板 ([016737b](https://github.com/TomyJan/Yunzai-Kuro-Plugin/commit/016737bb0d97e375082bf6a3775609b5e4fc010a))



Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@

### 查询相关

- [ ] 库街区角色墙信息
- [x] 库街区角色墙信息 `#战双卡片`

### 小工具

Expand Down
2 changes: 1 addition & 1 deletion apps/gameCard.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export class gameCard extends plugin {
async cache(data) {
let tmp = md5(JSON.stringify(data))
if (gameCard.pnsCardData.md5 === tmp) {
//return gameCard.pnsCardData.img
return gameCard.pnsCardData.img
}

gameCard.pnsCardData.img = await puppeteer.screenshot('gameCardPns', data)
Expand Down
5 changes: 5 additions & 0 deletions data/system/yaml/help.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,8 @@
- icon: kurocorn
title: "#库街区每日"
desc: 完成库街区日常任务
- group: 游戏查询
list:
- icon: pns
title: "#战双卡片"
desc: 查询库街区战双游戏卡片信息
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Yunzai-Kuro-Plugin",
"version": "0.1.2-dev",
"version": "0.1.2-rel",
"author": "TomyJan",
"description": "Yunzai-Bot plugin for kuro games.",
"type": "module",
Expand Down

0 comments on commit fb1fe4e

Please sign in to comment.