Skip to content

Commit 55b379f

Browse files
🤖 Auto-update store.json and README files
1 parent a8b598c commit 55b379f

3 files changed

Lines changed: 19 additions & 4 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
| 脚本 | 描述 | 版本 | 文档 |
1616
|------|------|------|------|
1717
| **ExpressSMS** | 提取快递短信取件码 | `1.0.2` | [📖](./message/README.md) |
18+
| **Copylog** | 唤起 Copylog | `1.0.0` | [📖](./scripts/README.md) |
1819
| **PerformanceMonitor** | 实时性能监控 HUD | `1.0.0` | [📖](./scripts/README.md) |
1920
<!-- SCRIPTS_END -->
2021

scripts/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
# scripts 脚本
22

3-
此目录包含 1 个脚本。
3+
此目录包含 2 个脚本。
44

55
## 脚本列表
66

77
| 脚本 | 描述 | 版本 | 分类 |
88
|------|------|------|------|
9+
| [Copylog](./Copylog.js) | 唤起 Copylog | `1.0.0` | 工具 |
910
| [PerformanceMonitor](./PerformanceMonitor.js) | 实时性能监控 HUD | `1.0.0` | 工具 |
1011

1112
---

store.json

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"version": "1.0",
3-
"lastUpdated": "2026-02-05T01:56:49.043Z",
3+
"lastUpdated": "2026-02-05T08:01:09.225Z",
44
"categories": [
55
"工具"
66
],
@@ -9,6 +9,19 @@
99
"name": "dompling",
1010
"avatar": "https://avatars.githubusercontent.com/u/23498579?v=4",
1111
"scripts": [
12+
{
13+
"id": "Copylog",
14+
"name": "Copylog",
15+
"description": "唤起 Copylog",
16+
"icon": "doc.on.clipboard",
17+
"category": "工具",
18+
"version": "1.0.0",
19+
"downloadUrl": "https://raw.githubusercontent.com/dompling/TrollScript-Store/main/scripts/Copylog.js",
20+
"size": 164,
21+
"downloads": 0,
22+
"createdAt": "2026-02-05T08:01:09.223Z",
23+
"updatedAt": "2026-02-05T08:01:09.223Z"
24+
},
1225
{
1326
"id": "ExpressSMS",
1427
"name": "ExpressSMS",
@@ -20,7 +33,7 @@
2033
"size": 3060,
2134
"downloads": 0,
2235
"createdAt": "2026-01-13T03:42:54.346Z",
23-
"updatedAt": "2026-02-05T01:56:49.041Z"
36+
"updatedAt": "2026-02-05T08:01:09.222Z"
2437
},
2538
{
2639
"id": "PerformanceMonitor",
@@ -33,7 +46,7 @@
3346
"size": 12555,
3447
"downloads": 0,
3548
"createdAt": "2026-02-05T01:56:49.041Z",
36-
"updatedAt": "2026-02-05T01:56:49.041Z"
49+
"updatedAt": "2026-02-05T08:01:09.224Z"
3750
}
3851
]
3952
}

0 commit comments

Comments
 (0)