dskcode 0.1.3 → 0.1.4

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.
Files changed (2) hide show
  1. package/README.md +5 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -19,7 +19,11 @@
19
19
  - **权限控制** — 三级审批策略(Allow / Ask / Deny),安全可控
20
20
  - **TOML 配置** — 多层级配置(全局 + 项目 + 环境变量 + CLI flag)
21
21
  - **中文优先** — 界面提示、帮助信息、文档均为中文
22
- - **内置小游戏** — `dskcode game` 启动游戏列表,打砖块等内置游戏供休闲娱乐
22
+ - **内置小游戏** — `dskcode game` 启动游戏列表,打砖块、Coder Check 极速打字等内置游戏供休闲娱乐
23
+
24
+ ![Brick Breaker — 经典打砖块游戏,10 个关卡可选](https://raw.githubusercontent.com/Awu12277/deepseek-agent-cli/refs/heads/main/public/brickbreaker_preview.gif)
25
+
26
+ ![Coder Check — 极速打字游戏,消除编程单词](https://raw.githubusercontent.com/Awu12277/deepseek-agent-cli/refs/heads/main/public/codercheck_preview.gif)
23
27
 
24
28
  ## 快速开始
25
29
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dskcode",
3
- "version": "0.1.3",
3
+ "version": "0.1.4",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/Awu12277/deepseek-agent-cli/tree/main"