Skip to content

Commit 6c78f87

Browse files
authored
feat: use utc time as filename (#1)
1 parent 2e15b86 commit 6c78f87

3 files changed

Lines changed: 52 additions & 37 deletions

File tree

docs/public/shortcuts.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"suite_name": "Moire",
3-
"current_version": "1.0.0",
4-
"release_date": "2026-02-07",
5-
"update_notes": "初始版本发布:支持 Apple Notes 同步至 GitHub 并自动处理图片。",
3+
"current_version": "1.0.1",
4+
"release_date": "2026-02-15",
5+
"update_notes": "使用 utc 时间",
66
"installer_config": {
77
"min_ios_version": "16.0",
88
"config_path": "Shortcuts/Moire/config.json"
@@ -11,22 +11,22 @@
1111
{
1212
"id": "config",
1313
"name": "Moire: Config",
14-
"url": "https://www.icloud.com/shortcuts/1f724e2236124ba5805e262341c7b0a2"
14+
"url": "https://www.icloud.com/shortcuts/efeb4ea92d4a43b6965f64a156f66129"
1515
},
1616
{
1717
"id": "upload_image",
1818
"name": "Moire: Upload Image to Github",
19-
"url": "https://www.icloud.com/shortcuts/59519611c4754c738f955300175bd785"
19+
"url": "https://www.icloud.com/shortcuts/0d46998d9dff4f12bf84eb996a441a0b"
2020
},
2121
{
2222
"id": "clean_note",
2323
"name": "Moire: Clean Note to Markdown",
24-
"url": "https://www.icloud.com/shortcuts/af65951d93be401e82d9fe03472d2dbd"
24+
"url": "https://www.icloud.com/shortcuts/5d11ee9197674320b1f5d517b38ef68a"
2525
},
2626
{
2727
"id": "sync",
2828
"name": "Moire: Sync Notes to Github",
29-
"url": "https://www.icloud.com/shortcuts/276c0828b8f941818747242721ff6adc"
29+
"url": "https://www.icloud.com/shortcuts/63d8ed5f009f4f4680212b96295a6492"
3030
}
3131
]
3232
}

docs/public/v1.0.1/shortcuts.json

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
{
2+
"suite_name": "Moire",
3+
"current_version": "1.0.1",
4+
"release_date": "2026-02-15",
5+
"update_notes": "使用 utc 时间",
6+
"installer_config": {
7+
"min_ios_version": "16.0",
8+
"config_path": "Shortcuts/Moire/config.json"
9+
},
10+
"shortcuts": [
11+
{
12+
"id": "config",
13+
"name": "Moire: Config",
14+
"url": "https://www.icloud.com/shortcuts/efeb4ea92d4a43b6965f64a156f66129"
15+
},
16+
{
17+
"id": "upload_image",
18+
"name": "Moire: Upload Image to Github",
19+
"url": "https://www.icloud.com/shortcuts/0d46998d9dff4f12bf84eb996a441a0b"
20+
},
21+
{
22+
"id": "clean_note",
23+
"name": "Moire: Clean Note to Markdown",
24+
"url": "https://www.icloud.com/shortcuts/5d11ee9197674320b1f5d517b38ef68a"
25+
},
26+
{
27+
"id": "sync",
28+
"name": "Moire: Sync Notes to Github",
29+
"url": "https://www.icloud.com/shortcuts/63d8ed5f009f4f4680212b96295a6492"
30+
}
31+
]
32+
}

docs/src/content/docs/changelog.mdx

Lines changed: 13 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -8,52 +8,35 @@ description: Moire 的版本更新历史
88

99
## Shortcuts 版本
1010

11-
### v1.2.0 (2026-02-03)
12-
13-
**新功能**
14-
- 支持自定义 API Base URL
15-
- 添加版本号标识
11+
### v1.0.1 (2026-02-15)
1612

1713
**改进**
18-
- 优化图片上传逻辑,提升稳定性
19-
- 修复特殊字符导致的同步失败
14+
- 使用 utc 时间
2015

2116
**下载**
22-
- [Moire Config v1.2](/shortcuts/latest/config)
23-
- [Moire Sync v1.2](/shortcuts/latest/sync)
17+
- [Moire v1.0.1](/v1.0.1/shortcuts.json)
2418

2519
---
2620

27-
### v1.1.0 (2026-02-02)
21+
### v1.0.0 (2026-02-07)
2822

29-
**新功能**
30-
- 支持图片上传(每篇 1 张)
31-
- 自动提取笔记标题作为文件名
23+
**首次发布**
3224

33-
**改进**
25+
- 基础同步功能
26+
- Markdown 文本上传
27+
- 支持自定义 API Base URL
28+
- 支持图片上传(每篇 1 张)
3429
- 优化网络超时处理
3530
- 改进错误提示信息
3631

37-
---
38-
39-
### v1.0.0 (2026-02-01)
40-
41-
**首次发布**
42-
- 基础同步功能
43-
- Markdown 文本上传
44-
- Config + Sync 双快捷指令架构
32+
**下载**
33+
- [Moire v1.0.0](/v1.0.0/shortcuts.json)
4534

4635
---
4736

48-
## Moire 仓库版本
37+
## Moire 仓库
4938

50-
### v1.0.0 (2026-02-03)
51-
52-
**首次发布**
53-
- 基础博客功能
54-
- Markdown 渲染
55-
- Receipt / Academic / Pixel 等主题
56-
- GitHub Actions 自动部署
39+
请前往 [Moire 仓库](https://github.com/moirelog/moire) 查看更新。
5740

5841
---
5942

0 commit comments

Comments
 (0)