Skip to content

Commit 44c5d59

Browse files
committed
feat: 新增菜单项
1 parent 771fcfb commit 44c5d59

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ git -C ./plugins/Yunzai-Kuro-Plugin/ pull
8989
### 咕咕咕
9090

9191
- [ ] 代码重构: 多uid切换
92+
- [ ] 体力查询, 通知
9293
- [ ] 战双签到 指令的时间估计
9394
- [ ] 增加 游戏签到 补签功能
9495
- [ ] 自动任务运行中记录运行进度, 以便重启后/第一次起洞时继续运行
@@ -98,6 +99,7 @@ git -C ./plugins/Yunzai-Kuro-Plugin/ pull
9899
- [ ] 大工程: 库街区角色信息查询
99100
- [ ] 大工程: 库街区资源月报查询
100101
- [ ] 大工程: 库街区囚笼数据查询
102+
- [ ] 库洛账号删除
101103

102104
## 关于
103105

data/system/yaml/help.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
11
# 修改即时生效, 无需重启
2-
- group: 账号登录
2+
- group: 账号管理
33
list:
44
- icon: kuro
55
title: "#库洛验证码登录"
66
desc: 通过手机号+验证码登录账号
77
- icon: kuro
88
title: "#库洛token登录"
99
desc: 通过token登录账号
10+
- icon: pns
11+
title: "#战双uid"
12+
desc: 查看和切换战双uid
1013
- group: 签到工具
1114
list:
1215
- icon: pns

resources/html/gameCardPns/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<div class="container" id="container">
1212
<div class="head-box">
1313
<div class="title" style="color: white;">战双卡片 - 库洛插件</div>
14-
<div class="label" style="color: white;">Handmade With <font color=red></font> by TomyJan.</div>
14+
<div class="label" style="color: white;">Handmade With ❤️ by TomyJan.</div>
1515
</div>
1616

1717

0 commit comments

Comments
 (0)