Skip to content

Commit e4bc230

Browse files
authored
docs(settings): add SVG diagrams for appearance, language, and permissions (#48)
docs(settings): localize English SVG diagrams and use relative paths Replaces previously reverted AI-generated settings screenshots with clean SVG diagrams (dark theme, consistent with repo style). Each appearance, language, and permissions page now has a ZH and EN SVG variant. - Add settings-appearance.svg (theme selector + glassmorphism preview) - Add settings-language.svg (language dropdown + info box) - Add settings-permissions.svg (permission list with status indicators) - Reference ZH SVGs from ZH markdown via absolute /img/... (default locale) - Reference EN SVGs from EN markdown via relative ./img/... so Docusaurus picks up the i18n/en/.../img/ copies with localized text Closes #47 (replaces prior screenshot PR that was reverted for unverifiable source).
1 parent ad7adc9 commit e4bc230

12 files changed

Lines changed: 289 additions & 3 deletions

File tree

‎docs/02-user-guide/10-settings/01-appearance.md‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ DesireCore 支持三种主题模式,你可以随时在设置中切换,找到
1313
1. 点击左下角的 **齿轮图标** 打开设置面板
1414
2. 找到 **外观** 分区
1515

16+
![外观设置界面](/img/user-guide/settings/settings-appearance.svg)
17+
1618
## 主题模式
1719

1820
DesireCore 提供三种主题模式:

‎docs/02-user-guide/10-settings/02-language.md‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ DesireCore 支持多语言界面,你可以随时切换。
2424
3. 点击 **语言 / Language** 右侧的下拉菜单
2525
4. 选择目标语言
2626

27+
![语言设置界面](/img/user-guide/settings/settings-language.svg)
28+
2729
切换后,界面所有文案会立即更新为所选语言,无需重启。
2830

2931
## 语言切换的影响范围

‎docs/02-user-guide/10-settings/05-permissions.md‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ DesireCore 的部分功能需要操作系统授予相应权限才能正常工作
1313
1. 打开 **设置** 面板
1414
2. 点击 **权限管理** 分区中的 **系统权限**
1515

16+
![权限设置界面](/img/user-guide/settings/settings-permissions.svg)
17+
1618
## 权限列表
1719

1820
| 权限 | 用途 | 何时需要 |

‎i18n/en/docusaurus-plugin-content-docs/current/02-user-guide/10-settings/01-appearance.md‎

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ DesireCore supports three theme modes. You can switch between them in settings a
1313
1. Click the **gear icon** in the bottom-left corner to open the settings panel
1414
2. Find the **Appearance** section
1515

16+
![Appearance Settings](./img/settings-appearance.svg)
17+
1618
## Theme Modes
1719

1820
DesireCore offers three theme modes:
@@ -35,4 +37,4 @@ If your usage environment differs significantly between day and night, we recomm
3537

3638
Regardless of which theme you choose, DesireCore adopts a Glassmorphism design language, with interface elements featuring semi-transparent and blur effects to create a sense of depth and modernity.
3739

38-
The glassmorphism effect is more pronounced in dark mode, suitable for immersive use.
40+
The glassmorphism effect is more pronounced in dark mode, suitable for immersive use.

‎i18n/en/docusaurus-plugin-content-docs/current/02-user-guide/10-settings/02-language.md‎

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ More languages will be added in future versions based on community feedback.
2424
3. Click the dropdown menu to the right of **Language**
2525
4. Select your target language
2626

27+
![Language Settings](./img/settings-language.svg)
28+
2729
After switching, all interface text will immediately update to the selected language.
2830

2931
## Scope of Language Switching
@@ -40,4 +42,4 @@ Language switching **does not** affect the agent's conversation language. The la
4042

4143
## Contributing Translations
4244

43-
DesireCore's interface text is stored in the `app/data/i18n/` directory. If you'd like to help improve translations or contribute new languages, welcome to submit a Pull Request via GitHub.
45+
DesireCore's interface text is stored in the `app/data/i18n/` directory. If you'd like to help improve translations or contribute new languages, welcome to submit a Pull Request via GitHub.

‎i18n/en/docusaurus-plugin-content-docs/current/02-user-guide/10-settings/05-permissions.md‎

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ Some DesireCore features require the operating system to grant corresponding per
1313
1. Open the **Settings** panel
1414
2. Click **System Permissions** in the **Permission Management** section
1515

16+
![Permission Settings](./img/settings-permissions.svg)
17+
1618
## Permission List
1719

1820
| Permission | Purpose | When Needed |
@@ -49,4 +51,4 @@ Each permission item displays its current status:
4951

5052
## Web Mode Note
5153

52-
When running DesireCore in Web mode, permissions are managed by the browser. Browsers usually automatically popup to ask when you first use hardware like microphone or camera. You can view and manage granted permissions in the browser's site settings.
54+
When running DesireCore in Web mode, permissions are managed by the browser. Browsers usually automatically popup to ask when you first use hardware like microphone or camera. You can view and manage granted permissions in the browser's site settings.
Lines changed: 51 additions & 0 deletions
Loading
Lines changed: 33 additions & 0 deletions
Loading
Lines changed: 53 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)