diff --git a/.gitignore b/.gitignore
index efd423d..fe6fe79 100644
--- a/.gitignore
+++ b/.gitignore
@@ -405,3 +405,7 @@ Web/dist
# ESLint
.eslintcache
.aider*
+.screenshot/微信图片_20260211130722_17_37.png
+.screenshot/微信图片_20260211131102_18_37.png
+.screenshot/微信图片_20260211131103_19_37.png
+.screenshot/微信图片_20260211131106_20_37.png
diff --git a/.opencode/skills/openspec-apply-change/SKILL.cn.md b/.opencode/skills/openspec-apply-change/SKILL.cn.md
index 17a4d17..67c7881 100644
--- a/.opencode/skills/openspec-apply-change/SKILL.cn.md
+++ b/.opencode/skills/openspec-apply-change/SKILL.cn.md
@@ -1,6 +1,6 @@
---
name: openspec-apply-change
-description: Implement tasks from an OpenSpec change. Use when the user wants to start implementing, continue implementation, or work through tasks.
+description: 从 OpenSpec 变更中实施任务。当用户想要开始实施、继续实施或执行任务时使用。
license: MIT
compatibility: Requires openspec CLI.
metadata:
diff --git a/.opencode/skills/openspec-archive-change/SKILL.cn.md b/.opencode/skills/openspec-archive-change/SKILL.cn.md
index 278ceec..74e92ab 100644
--- a/.opencode/skills/openspec-archive-change/SKILL.cn.md
+++ b/.opencode/skills/openspec-archive-change/SKILL.cn.md
@@ -1,6 +1,6 @@
---
name: openspec-archive-change
-description: Archive a completed change in the experimental workflow. Use when the user wants to finalize and archive a change after implementation is complete.
+description: 在实验性工作流中归档已完成的变更。当用户想要在实施完成后最终确定和归档变更时使用。
license: MIT
compatibility: Requires openspec CLI.
metadata:
diff --git a/.opencode/skills/openspec-bulk-archive-change/SKILL.cn.md b/.opencode/skills/openspec-bulk-archive-change/SKILL.cn.md
index d94775f..fb4a001 100644
--- a/.opencode/skills/openspec-bulk-archive-change/SKILL.cn.md
+++ b/.opencode/skills/openspec-bulk-archive-change/SKILL.cn.md
@@ -1,6 +1,6 @@
---
name: openspec-bulk-archive-change
-description: Archive multiple completed changes at once. Use when archiving several parallel changes.
+description: 一次性归档多个已完成的变更。当归档多个并行变更时使用。
license: MIT
compatibility: Requires openspec CLI.
metadata:
diff --git a/.opencode/skills/openspec-continue-change/SKILL.cn.md b/.opencode/skills/openspec-continue-change/SKILL.cn.md
index 913a568..8873b0b 100644
--- a/.opencode/skills/openspec-continue-change/SKILL.cn.md
+++ b/.opencode/skills/openspec-continue-change/SKILL.cn.md
@@ -1,6 +1,6 @@
---
name: openspec-continue-change
-description: Continue working on an OpenSpec change by creating the next artifact. Use when the user wants to progress their change, create the next artifact, or continue their workflow.
+description: 通过创建下一个 artifact 继续处理 OpenSpec 变更。当用户想要推进变更、创建下一个 artifact 或继续工作流时使用。
license: MIT
compatibility: Requires openspec CLI.
metadata:
diff --git a/.opencode/skills/openspec-explore/SKILL.cn.md b/.opencode/skills/openspec-explore/SKILL.cn.md
index 7d1a675..f2ee5fd 100644
--- a/.opencode/skills/openspec-explore/SKILL.cn.md
+++ b/.opencode/skills/openspec-explore/SKILL.cn.md
@@ -1,6 +1,6 @@
---
name: openspec-explore
-description: Enter explore mode - a thinking partner for exploring ideas, investigating problems, and clarifying requirements. Use when the user wants to think through something before or during a change.
+description: 进入探索模式 - 用于探索想法、调查问题和澄清需求的思考伙伴。当用户想要在变更前或变更期间深入思考某些内容时使用。
license: MIT
compatibility: Requires openspec CLI.
metadata:
diff --git a/.opencode/skills/openspec-ff-change/SKILL.cn.md b/.opencode/skills/openspec-ff-change/SKILL.cn.md
index 9ce5824..18cb0ae 100644
--- a/.opencode/skills/openspec-ff-change/SKILL.cn.md
+++ b/.opencode/skills/openspec-ff-change/SKILL.cn.md
@@ -1,6 +1,6 @@
---
name: openspec-ff-change
-description: Fast-forward through OpenSpec artifact creation. Use when the user wants to quickly create all artifacts needed for implementation without stepping through each one individually.
+description: 快进 OpenSpec artifact 创建过程。当用户想要快速创建实施所需的所有 artifacts 而无需逐个步骤时使用。
license: MIT
compatibility: Requires openspec CLI.
metadata:
diff --git a/.opencode/skills/openspec-new-change/SKILL.cn.md b/.opencode/skills/openspec-new-change/SKILL.cn.md
index 8694294..203c843 100644
--- a/.opencode/skills/openspec-new-change/SKILL.cn.md
+++ b/.opencode/skills/openspec-new-change/SKILL.cn.md
@@ -1,6 +1,6 @@
---
name: openspec-new-change
-description: Start a new OpenSpec change using the experimental artifact workflow. Use when the user wants to create a new feature, fix, or modification with a structured step-by-step approach.
+description: 使用实验性 artifact 工作流开始一个新的 OpenSpec 变更。当用户想要通过结构化的分步方法创建新功能、修复或修改时使用。
license: MIT
compatibility: Requires openspec CLI.
metadata:
diff --git a/.opencode/skills/openspec-sync-specs/SKILL.cn.md b/.opencode/skills/openspec-sync-specs/SKILL.cn.md
index 502eaaf..23fe503 100644
--- a/.opencode/skills/openspec-sync-specs/SKILL.cn.md
+++ b/.opencode/skills/openspec-sync-specs/SKILL.cn.md
@@ -1,6 +1,6 @@
---
name: openspec-sync-specs
-description: Sync delta specs from a change to main specs. Use when the user wants to update main specs with changes from a delta spec, without archiving the change.
+description: 将变更的 delta specs 同步到主 specs。当用户想要使用 delta spec 的更改更新主 specs,而不归档变更时使用。
license: MIT
compatibility: Requires openspec CLI.
metadata:
diff --git a/.opencode/skills/openspec-verify-change/SKILL.cn.md b/.opencode/skills/openspec-verify-change/SKILL.cn.md
index 2a5fc19..3aeffbe 100644
--- a/.opencode/skills/openspec-verify-change/SKILL.cn.md
+++ b/.opencode/skills/openspec-verify-change/SKILL.cn.md
@@ -1,6 +1,6 @@
---
name: openspec-verify-change
-description: Verify implementation matches change artifacts. Use when the user wants to validate that implementation is complete, correct, and coherent before archiving.
+description: 验证实施是否与变更 artifacts 匹配。当用户想要在归档前验证实施是否完整、正确且一致时使用。
license: MIT
compatibility: Requires openspec CLI.
metadata:
diff --git a/Web/src/App.vue b/Web/src/App.vue
index 472ff34..a2f87f5 100644
--- a/Web/src/App.vue
+++ b/Web/src/App.vue
@@ -76,6 +76,73 @@
/>
新版本可用,点击刷新
+
+
+