koishi-plugin-maichuni-scorehelper 0.0.15-test → 0.0.16-test
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -3
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
|
|
2
2
|
# koishi-plugin-maichuni-scorehelper
|
|
3
3
|
|
|
4
|
-
|
|
4
|
+
【未完成】用于舞萌中二节奏分数辅助。
|
|
5
5
|
|
|
6
6
|
## 使用方法
|
|
7
7
|
|
|
@@ -15,7 +15,6 @@
|
|
|
15
15
|
```
|
|
16
16
|
3. 在 Koishi 配置中引入本插件。
|
|
17
17
|
|
|
18
|
-
> 提示:舞萌状态监控默认使用反向代理域名 `maimaistatusreverseproxy.muxyang.com` 以绕过目标站点的 CC 防护。
|
|
19
18
|
|
|
20
19
|
## 目录结构
|
|
21
20
|
- src/ 插件源码
|
|
@@ -26,4 +25,4 @@
|
|
|
26
25
|
- typescript@^5.0.0
|
|
27
26
|
|
|
28
27
|
---
|
|
29
|
-
|
|
28
|
+
|
package/package.json
CHANGED