@@ -5,7 +5,7 @@ description: 下载并安装 Moire Config 和 Moire Sync 快捷指令
55
66import { Steps , LinkButton , Card } from ' @astrojs/starlight/components' ;
77
8- Moire 使用两个 iOS 快捷指令来实现同步功能。
8+ Moire 使用四个 iOS 快捷指令来实现同步功能。
99
1010## 下载地址
1111
@@ -16,19 +16,19 @@ Moire 使用两个 iOS 快捷指令来实现同步功能。
1616
1717** 安装顺序** :必须** 最先** 安装。
1818
19- <LinkButton href = " /shortcuts/latest/config" variant = " primary" icon = " download" >
19+ <LinkButton href = " /shortcuts/latest/config" variant = " primary" icon = " download" target = " _blank " >
2020 下载 Moire Config
2121</LinkButton >
2222
23- ### 2. 功能组件 (依赖 Config)
23+ ### 2. 功能组件
2424
2525这两个快捷指令负责具体的数据转换和上传功能。
2626
2727<div class = " flex gap-4 flex-wrap" >
28- <LinkButton href = " /shortcuts/latest/upload-image" variant = " secondary" icon = " download" >
28+ <LinkButton href = " /shortcuts/latest/upload-image" variant = " secondary" icon = " download" target = " _blank " >
2929 下载 Upload Image
3030 </LinkButton >
31- <LinkButton href = " /shortcuts/latest/clean-note" variant = " secondary" icon = " download" >
31+ <LinkButton href = " /shortcuts/latest/clean-note" variant = " secondary" icon = " download" target = " _blank " >
3232 下载 Clean Note
3333 </LinkButton >
3434</div >
@@ -39,22 +39,10 @@ Moire 使用两个 iOS 快捷指令来实现同步功能。
3939
4040** 安装顺序** :必须在 Config 和功能组件之后安装。
4141
42- <LinkButton href = " /shortcuts/latest/sync" variant = " secondary" icon = " download" >
42+ <LinkButton href = " /shortcuts/latest/sync" variant = " secondary" icon = " download" target = " _blank " >
4343 下载 Moire Sync
4444</LinkButton >
4545
46- ## 依赖关系
47-
48-
49-
50- ```
51- Moire Config (基础配置)
52- ↓
53- Upload Image & Clean Note (功能组件)
54- ↓
55- Moire Sync (主程序)
56- ```
57-
5846
5947## 安装步骤
6048
@@ -71,9 +59,12 @@ Moire Sync (主程序)
7159</Steps >
7260
7361
62+
63+ ![ ] ( ./moire_shortcuts.png )
64+
7465## 版本信息
7566
76- 当前版本:** v1.2 .0** (2026-02-03 )
67+ 当前版本:** v1.0 .0** (2026-02-07 )
7768
7869:::tip[ 检查更新]
7970快捷指令内部包含版本号。你可以打开快捷指令查看顶部的注释来确认版本。
0 commit comments