Skip to content

Commit d50002a

Browse files
committed
docs:统一文案
1 parent 68ae3a9 commit d50002a

12 files changed

Lines changed: 742 additions & 43 deletions

docs/.vitepress/config.mts

Lines changed: 43 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,62 @@
11
import { defineConfig } from 'vitepress'
22

3-
// Shared nav/sidebars per locale (aligned with VitePress default theme config pattern)
3+
// Per-locale product item lists
4+
const productItems = {
5+
root: [
6+
{ text: '实用工具箱', link: '/products/quick-utilities-suite' },
7+
{ text: '屏幕取色器', link: '/products/quick-colorpicker' },
8+
{ text: '批量文件复制', link: '/products/quick-bulkfilecopy' },
9+
{ text: '批量文件删除', link: '/products/quick-bulkfiledelete' },
10+
{ text: '截图翻译', link: '/products/quick-snaptranslate' },
11+
{ text: '窗口名侦探', link: '/products/quick-windowinspector' },
12+
{ text: '窗口置顶', link: '/products/quick-alwaysontop' },
13+
{ text: 'Defender 开关', link: '/products/quick-defendertoggle' }
14+
],
15+
en: [
16+
{ text: 'Quick Utilities Suite', link: '/products/quick-utilities-suite' },
17+
{ text: 'Quick ColorPicker', link: '/products/quick-colorpicker' },
18+
{ text: 'Quick BulkFileCopy', link: '/products/quick-bulkfilecopy' },
19+
{ text: 'Quick BulkFileDelete', link: '/products/quick-bulkfiledelete' },
20+
{ text: 'Quick SnapTranslate', link: '/products/quick-snaptranslate' },
21+
{ text: 'Quick WindowInspector', link: '/products/quick-windowinspector' },
22+
{ text: 'Quick AlwaysOnTop', link: '/products/quick-alwaysontop' },
23+
{ text: 'Quick DefenderToggle', link: '/products/quick-defendertoggle' }
24+
],
25+
'zh-tw': [
26+
{ text: '實用工具箱', link: '/products/quick-utilities-suite' },
27+
{ text: '螢幕取色器', link: '/products/quick-colorpicker' },
28+
{ text: '批量檔案複製', link: '/products/quick-bulkfilecopy' },
29+
{ text: '批量檔案刪除', link: '/products/quick-bulkfiledelete' },
30+
{ text: '截圖翻譯', link: '/products/quick-snaptranslate' },
31+
{ text: '視窗名偵探', link: '/products/quick-windowinspector' },
32+
{ text: '視窗置頂', link: '/products/quick-alwaysontop' },
33+
{ text: 'Defender 開關', link: '/products/quick-defendertoggle' }
34+
]
35+
}
36+
437
const nav = {
538
root: [
639
{ text: '首页', link: '/' },
7-
{ text: '示例', link: '/markdown-examples' },
40+
{ text: '产品介绍', items: productItems.root },
841
{ text: '隐私协议', link: '/privacy/open-source-license' }
942
],
1043
en: [
1144
{ text: 'Home', link: '/en/' },
12-
{ text: 'Examples', link: '/en/markdown-examples' },
45+
{ text: 'Products', items: productItems.en },
1346
{ text: 'Privacy', link: '/en/privacy/open-source-license' }
1447
],
1548
'zh-tw': [
1649
{ text: '首頁', link: '/zh-tw/' },
17-
{ text: '範例', link: '/zh-tw/markdown-examples' },
50+
{ text: '產品介紹', items: productItems['zh-tw'] },
1851
{ text: '隱私協議', link: '/zh-tw/privacy/open-source-license' }
1952
]
2053
}
2154

2255
const sidebar = {
2356
root: [
2457
{
25-
text: '示例',
26-
items: [
27-
{ text: 'Markdown 示例', link: '/markdown-examples' },
28-
{ text: '运行时 API 示例', link: '/api-examples' }
29-
]
58+
text: '产品介绍',
59+
items: productItems.root
3060
},
3161
{
3262
text: '隐私协议',
@@ -40,11 +70,8 @@ const sidebar = {
4070
],
4171
en: [
4272
{
43-
text: 'Examples',
44-
items: [
45-
{ text: 'Markdown Examples', link: '/en/markdown-examples' },
46-
{ text: 'Runtime API Examples', link: '/en/api-examples' }
47-
]
73+
text: 'Products',
74+
items: productItems.en
4875
},
4976
{
5077
text: 'Privacy',
@@ -58,11 +85,8 @@ const sidebar = {
5885
],
5986
'zh-tw': [
6087
{
61-
text: '範例',
62-
items: [
63-
{ text: 'Markdown 範例', link: '/zh-tw/markdown-examples' },
64-
{ text: '運行時 API 範例', link: '/zh-tw/api-examples' }
65-
]
88+
text: '產品介紹',
89+
items: productItems['zh-tw']
6690
},
6791
{
6892
text: '隱私協議',

docs/en/index.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,42 +22,42 @@ hero:
2222

2323
features:
2424
- title: Quick ColorPicker
25-
details: Magnify and pick any on-screen color; quickly grab the pixel under your cursor for design, palettes, and UI debugging.
25+
details: Precisely pick any on-screen color with multiple format output.
2626
icon:
2727
light: /images/home_features/QuickColorPicker.svg
2828
dark: /images/home_features/QuickColorPicker.svg
2929
- title: Quick BulkFileCopy
30-
details: Copy folders packed with tiny files (like node_modules) faster than the OS copy—less waiting, more doing.
30+
details: High-speed copy of large numbers of small files—several times faster than the OS.
3131
icon:
3232
light: /images/home_features/QuickBulkFileCopy.svg
3333
dark: /images/home_features/QuickBulkFileCopy.svg
3434
- title: Quick BulkFileDelete
35-
details: Delete folders containing loads of small files—or huge directories—at high speed to avoid long waits.
35+
details: Blazing-fast deletion of huge folders—save precious time.
3636
icon:
3737
light: /images/home_features/QuickBulkFileDelete.svg
3838
dark: /images/home_features/QuickBulkFileDelete.svg
3939
- title: Quick SnapOCR
40-
details: One-click screenshot plus OCR; extract text from any image, webpage, or document and copy it fast.
40+
details: One-click screenshot OCR—instantly extract and copy text from images, webpages, or documents.
4141
icon:
4242
light: /images/home_features/QuickSnapOCR.svg
4343
dark: /images/home_features/QuickSnapOCR.svg
4444
- title: Quick SnapTranslate
45-
details: Screenshot and translate image content into other languages—auto-detect text and translate captions/labels across languages.
45+
details: One-click screenshot, OCR, and translation—work across languages effortlessly.
4646
icon:
4747
light: /images/home_features/QuickSnapTranslate.svg
4848
dark: /images/home_features/QuickSnapTranslate.svg
4949
- title: Quick WindowInspector
50-
details: handle, PID, title, client rect, device pixel ratio (DPR), executable path, and more—ideal for debugging and management.
50+
details: Inspect any window's details instantly—debug and develop more efficiently.
5151
icon:
5252
light: /images/home_features/QuickWindowInspector.svg
5353
dark: /images/home_features/QuickWindowInspector.svg
5454
- title: Quick AlwaysOnTop
55-
details: Pin or unpin any window on top with one click—keep key or tool windows always in front.
55+
details: Pin any important window to the front with one click—multitask with ease.
5656
icon:
5757
light: /images/home_features/QuickAlwaysOnTop.svg
5858
dark: /images/home_features/QuickAlwaysOnTop.svg
5959
- title: Quick DefenderToggle
60-
details: Quickly enable or disable Microsoft Defender Antivirus; for advanced users who may need to temporarily pause protection (run as admin).
60+
details: Quickly toggle system protection on or off—advanced operations made simple.
6161
icon:
6262
light: /images/home_features/QuickDefenderToggle.svg
6363
dark: /images/home_features/QuickDefenderToggle.svg

docs/index.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,42 +22,42 @@ hero:
2222

2323
features:
2424
- title: 快速·屏幕取色器
25-
details: 放大并拾取屏幕上任意位置的颜色。轻松获取当前鼠标所在点的色值,方便设计、配色、界面调试
25+
details: 精确拾取屏幕任意位置的颜色,支持多种格式输出
2626
icon:
2727
light: /images/home_features/QuickColorPicker.svg
2828
dark: /images/home_features/QuickColorPicker.svg
2929
- title: 快速·批量文件复制
30-
details: 迅速复制包含大量小文件的文件夹(如 node_modules),比系统自带的复制更快,节省等待时间
30+
details: 高速复制大量小文件,比系统自带快数倍
3131
icon:
3232
light: /images/home_features/QuickBulkFileCopy.svg
3333
dark: /images/home_features/QuickBulkFileCopy.svg
3434
- title: 快速·批量文件删除
35-
details: 极速删除包含大量小文件或巨型文件夹,明显缩短删除时间,避免长时间等待
35+
details: 极速删除巨型文件夹,节省宝贵时间
3636
icon:
3737
light: /images/home_features/QuickBulkFileDelete.svg
3838
dark: /images/home_features/QuickBulkFileDelete.svg
3939
- title: 快速·提取图片文本 (OCR)
40-
details: 一键截图 + 提取图片中的文字,无论是图片、网页还是文档,都能快速识别并复制文本
40+
details: 一键截图提取文字,快速识别并复制图片、网页或文档中的文本
4141
icon:
4242
light: /images/home_features/QuickSnapOCR.svg
4343
dark: /images/home_features/QuickSnapOCR.svg
4444
- title: 快速·截图翻译
45-
details: 支持截图 + 翻译图片内容为其他语言 — 自动识别文字并翻译,方便跨语言查看图片里的说明/文字内容
45+
details: 一键截图识别文字并翻译,跨语言工作更轻松
4646
icon:
4747
light: /images/home_features/QuickSnapTranslate.svg
4848
dark: /images/home_features/QuickSnapTranslate.svg
4949
- title: 快速·窗口名侦探
50-
details: 获取任意程序窗口的详细信息,包括窗口句柄 (handle)、PID、窗口标题、客户端区域尺寸 (矩形)、设备像素比 (DPR)、程序路径等 — 适合查窗口信息、调试、管理
50+
details: 获取任意窗口的详细信息,调试开发更高效
5151
icon:
5252
light: /images/home_features/QuickWindowInspector.svg
5353
dark: /images/home_features/QuickWindowInspector.svg
5454
- title: 快速·窗口置顶
55-
details: 帮助你将任意窗口置顶,或取消置顶 — 支持一键操作,让你轻松固定重要窗口/工具窗口在最前
55+
details: 一键固定重要窗口在最前,多任务处理更从容
5656
icon:
5757
light: /images/home_features/QuickAlwaysOnTop.svg
5858
dark: /images/home_features/QuickAlwaysOnTop.svg
5959
- title: 快速·Defender 开关
60-
details: 允许快速开启或关闭系统内置防病毒功能 (Microsoft Defender Antivirus)。适用于需要暂时关闭防护进行某些操作的高级用户 (请以管理员权限运行)
60+
details: 快速控制系统防护,高级操作更便捷
6161
icon:
6262
light: /images/home_features/QuickDefenderToggle.svg
6363
dark: /images/home_features/QuickDefenderToggle.svg

docs/products/quick-alwaysontop.md

Lines changed: 79 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,79 @@
1+
# Quick AlwaysOnTop
2+
## 快速·窗口置顶
3+
4+
**一键固定重要窗口在最前,多任务处理更从容。**
5+
6+
---
7+
8+
### 让重要窗口始终可见
9+
10+
需要一边查看文档一边编写代码?想让计算器、翻译工具等工具窗口始终显示在最前?Quick AlwaysOnTop 让你一键将任意窗口置顶或取消置顶,保持关键信息始终可见,提高多任务处理效率。
11+
12+
---
13+
14+
### 核心功能
15+
16+
**一键置顶**
17+
使用全局快捷键或点击托盘图标,瞬间将当前窗口置顶或取消置顶。
18+
19+
**视觉反馈**
20+
置顶时显示高亮边框,清晰标识哪些窗口已置顶。边框外观可自定义。
21+
22+
**智能提示**
23+
可选的提示音和提示文本,让你清楚知道操作是否成功。
24+
25+
---
26+
27+
### 为什么选择 Quick AlwaysOnTop
28+
29+
**比手动操作更快**
30+
无需在窗口菜单中寻找置顶选项,一个快捷键搞定。
31+
32+
**支持任意窗口**
33+
即使程序本身不支持置顶功能,Quick AlwaysOnTop 也能让它置顶。
34+
35+
**操作更直观**
36+
视觉反馈和提示音让你清楚知道窗口的置顶状态。
37+
38+
---
39+
40+
### 使用场景
41+
42+
**多任务工作**
43+
一边查看参考文档一边编写内容,保持文档窗口始终可见。
44+
45+
**工具窗口**
46+
让计算器、便签、翻译工具等小窗口始终显示在最前。
47+
48+
**视频会议**
49+
将会议窗口置顶,同时处理其他工作而不错过会议内容。
50+
51+
---
52+
53+
### 快速开始
54+
55+
1. **激活工具**
56+
使用全局快捷键(默认 Ctrl+Shift+T)
57+
58+
2. **自动置顶**
59+
当前活动窗口自动置顶,显示高亮边框
60+
61+
3. **取消置顶**
62+
再次按快捷键即可取消置顶
63+
64+
---
65+
66+
### 立即体验
67+
68+
**免费试用 30 天**
69+
体验便捷的窗口管理
70+
71+
[立即下载](#) | [查看定价](#) | [使用文档](#)
72+
73+
---
74+
75+
### 需要帮助?
76+
77+
- **使用文档**: [查看完整使用指南](#)
78+
- **问题反馈**: [提交问题或建议](#)
79+
- **联系我们**: support@quickutilitiessuite.com
Lines changed: 79 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,79 @@
1+
# Quick BulkFileCopy
2+
## 快速·批量文件复制
3+
4+
**高速复制大量小文件,节省等待时间。**
5+
6+
---
7+
8+
### 让文件复制不再漫长
9+
10+
复制 node_modules 文件夹需要等待几分钟?Quick BulkFileCopy 专为处理大量小文件而优化,速度比系统自带复制快数倍,大幅节省宝贵的等待时间。拖放操作,实时进度,自动校验,让文件复制变得简单高效。
11+
12+
---
13+
14+
### 核心功能
15+
16+
**极速复制算法**
17+
专门优化处理包含大量小文件的目录,如 node_modules、.git 等。复制速度明显快于系统自带功能。
18+
19+
**智能校验机制**
20+
复制完成后自动对比源文件和目标文件,确保数据完整性,让你放心使用。
21+
22+
**友好的操作体验**
23+
支持拖放操作,实时显示复制进度和日志,历史路径记录,让重复操作更便捷。
24+
25+
---
26+
27+
### 为什么选择 Quick BulkFileCopy
28+
29+
**节省宝贵时间**
30+
系统复制 node_modules 需要 5 分钟?Quick BulkFileCopy 可能只需要 1 分钟。
31+
32+
**确保数据安全**
33+
自动校验功能确保复制的文件与源文件完全一致,避免数据损坏或丢失。
34+
35+
**操作更简单**
36+
拖放即可开始复制,无需复杂设置,历史记录让重复操作一键完成。
37+
38+
---
39+
40+
### 使用场景
41+
42+
**开发者**
43+
快速备份或迁移项目文件,尤其是包含大量依赖的 node_modules、vendor 等目录。
44+
45+
**IT 管理员**
46+
批量部署软件或配置文件到多台电脑,提高工作效率。
47+
48+
**内容创作者**
49+
备份包含大量素材文件的项目文件夹,确保数据安全。
50+
51+
---
52+
53+
### 快速开始
54+
55+
1. **选择源文件夹**
56+
拖放或点击选择要复制的文件夹
57+
58+
2. **选择目标位置**
59+
指定复制到哪里
60+
61+
3. **开始复制**
62+
点击开始,实时查看进度,完成后自动校验
63+
64+
---
65+
66+
### 立即体验
67+
68+
**免费试用 30 天**
69+
体验极速复制的快感
70+
71+
[立即下载](#) | [查看定价](#) | [使用文档](#)
72+
73+
---
74+
75+
### 需要帮助?
76+
77+
- **使用文档**: [查看完整使用指南](#)
78+
- **问题反馈**: [提交问题或建议](#)
79+
- **联系我们**: support@quickutilitiessuite.com

0 commit comments

Comments
 (0)