Skip to content

Commit 5e54529

Browse files
doc: 更新文档截图
1 parent 17a97f4 commit 5e54529

10 files changed

Lines changed: 4 additions & 683 deletions

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,13 +54,13 @@ Prompt Studio 是一个**本地优先**的 AI 提示词版本管理与编辑工
5454
### 📸 应用预览
5555

5656
#### 主界面
57-
![主界面](./assets/MAIN%20UI.png)
57+
![主界面](./assets/main-zh.png)
5858

5959
#### 差异对比
6060
![差异对比](./assets/DIFF%20UI.png)
6161

6262
#### 设置界面
63-
![设置界面](./assets/SETTINGS%20UI.png)
63+
![设置界面](./assets/settings-zh.png)
6464

6565
### 🚀 快速开始
6666

@@ -175,13 +175,13 @@ We believe:
175175
### 📸 Application Preview
176176

177177
#### Main Interface
178-
![Main Interface](./assets/MAIN%20UI.png)
178+
![Main Interface](./assets/main-en.png)
179179

180180
#### Diff View
181181
![Diff View](./assets/DIFF%20UI.png)
182182

183183
#### Settings
184-
![Settings](./assets/SETTINGS%20UI.png)
184+
![Settings](./assets/settings-en.png)
185185

186186
### 🚀 Quick Start
187187

assets/MAIN UI.png

-94.8 KB
Binary file not shown.

assets/SETTINGS UI.png

-47.9 KB
Binary file not shown.

assets/main-en.png

87.1 KB
Loading

assets/main-zh.png

87.4 KB
Loading

assets/settings-en.png

64.6 KB
Loading

assets/settings-zh.png

63.8 KB
Loading

index.html

Lines changed: 0 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -25,43 +25,6 @@
2525
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@300;400;500;700&display=swap" rel="stylesheet">
2626

2727
<title>Prompt Studio - AI 提示词版本管理工具</title>
28-
<script type="importmap">
29-
{
30-
"imports": {
31-
"@eslint/js": "https://esm.sh/@eslint/js@^9.39.2",
32-
"@typescript-eslint/eslint-plugin": "https://esm.sh/@typescript-eslint/eslint-plugin@^8.50.0",
33-
"@typescript-eslint/parser": "https://esm.sh/@typescript-eslint/parser@^8.50.0",
34-
"@playwright/test": "https://esm.sh/@playwright/test@^1.57.0",
35-
"vite": "https://esm.sh/vite@^7.3.0",
36-
"@vitejs/plugin-react": "https://esm.sh/@vitejs/plugin-react@^5.1.2",
37-
"vite-plugin-pwa": "https://esm.sh/vite-plugin-pwa@^1.2.0",
38-
"react-router-dom": "https://esm.sh/react-router-dom@^7.10.1",
39-
"react": "https://esm.sh/react@^19.2.3",
40-
"react/": "https://esm.sh/react@^19.2.3/",
41-
"react-dom/": "https://esm.sh/react-dom@^19.2.3/",
42-
"vitest": "https://esm.sh/vitest@^4.0.15",
43-
"vitest/": "https://esm.sh/vitest@^4.0.15/",
44-
"framer-motion": "https://esm.sh/framer-motion@^12.23.26",
45-
"nanoid": "https://esm.sh/nanoid@^5.1.6",
46-
"jszip": "https://esm.sh/jszip@^3.10.1",
47-
"file-saver": "https://esm.sh/file-saver@^2.0.5",
48-
"zustand/": "https://esm.sh/zustand@^5.0.9/",
49-
"zustand": "https://esm.sh/zustand@^5.0.9",
50-
"@testing-library/jest-dom": "https://esm.sh/@testing-library/jest-dom@^6.9.1",
51-
"@testing-library/react": "https://esm.sh/@testing-library/react@^16.3.1",
52-
"eslint-plugin-react-hooks": "https://esm.sh/eslint-plugin-react-hooks@^7.0.1",
53-
"@monaco-editor/react": "https://esm.sh/@monaco-editor/react@^4.7.0",
54-
"@headlessui/react": "https://esm.sh/@headlessui/react@^2.2.9",
55-
"eslint-plugin-react-refresh": "https://esm.sh/eslint-plugin-react-refresh@^0.4.25",
56-
"dexie": "https://esm.sh/dexie@^4.2.1",
57-
"webdav": "https://esm.sh/webdav@^5.8.0",
58-
"diff-match-patch": "https://esm.sh/diff-match-patch@^1.0.5",
59-
"fake-indexeddb/": "https://esm.sh/fake-indexeddb@^6.2.5/",
60-
"js-sha256": "https://esm.sh/js-sha256@^0.11.1",
61-
"tailwindcss/": "https://esm.sh/tailwindcss@^4.1.18/"
62-
}
63-
}
64-
</script>
6528
</head>
6629

6730
<body>

test-manual.html

Lines changed: 0 additions & 184 deletions
This file was deleted.

0 commit comments

Comments
 (0)