pi-jinyong-xia 1.0.6 → 1.0.7
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 +31 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -13,6 +13,37 @@
|
|
|
13
13
|
|
|
14
14
|
---
|
|
15
15
|
|
|
16
|
+
## 📸 界面预览
|
|
17
|
+
|
|
18
|
+
<table>
|
|
19
|
+
<tr>
|
|
20
|
+
<td align="center"><b>🎮 主菜单</b></td>
|
|
21
|
+
<td align="center"><b>📊 状态面板</b></td>
|
|
22
|
+
</tr>
|
|
23
|
+
<tr>
|
|
24
|
+
<td><img src="docs/功能选项.png" alt="主菜单" width="400"/></td>
|
|
25
|
+
<td><img src="docs/状态栏.png" alt="状态面板" width="400"/></td>
|
|
26
|
+
</tr>
|
|
27
|
+
<tr>
|
|
28
|
+
<td align="center">交互式菜单,15 大功能一键直达</td>
|
|
29
|
+
<td align="center">角色属性、武功、装备一目了然</td>
|
|
30
|
+
</tr>
|
|
31
|
+
<tr>
|
|
32
|
+
<td align="center"><b>🎭 侠客图鉴</b></td>
|
|
33
|
+
<td align="center"><b>⚔️ Boss 对战</b></td>
|
|
34
|
+
</tr>
|
|
35
|
+
<tr>
|
|
36
|
+
<td><img src="docs/侠客说明.png" alt="侠客说明" width="400"/></td>
|
|
37
|
+
<td><img src="docs/对战.png" alt="对战" width="400"/></td>
|
|
38
|
+
</tr>
|
|
39
|
+
<tr>
|
|
40
|
+
<td align="center">Q 版头像 + 角色背景故事</td>
|
|
41
|
+
<td align="center">骰子驱动的回合制战斗系统</td>
|
|
42
|
+
</tr>
|
|
43
|
+
</table>
|
|
44
|
+
|
|
45
|
+
---
|
|
46
|
+
|
|
16
47
|
## ✨ 特性一览
|
|
17
48
|
|
|
18
49
|
| 系统 | 内容 |
|