Skip to content

Commit 8e59f7b

Browse files
🤖 Auto-update store.json and README files
1 parent dfdd2a7 commit 8e59f7b

3 files changed

Lines changed: 29 additions & 2 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+
| **PerformanceMonitor** | 实时性能监控 HUD | `1.0.0` | [📖](./scripts/README.md) |
1819
<!-- SCRIPTS_END -->
1920

2021
## 📦 项目结构

scripts/README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# scripts 脚本
2+
3+
此目录包含 1 个脚本。
4+
5+
## 脚本列表
6+
7+
| 脚本 | 描述 | 版本 | 分类 |
8+
|------|------|------|------|
9+
| [PerformanceMonitor](./PerformanceMonitor.js) | 实时性能监控 HUD | `1.0.0` | 工具 |
10+
11+
---
12+
13+
> 此文件由构建脚本自动生成,请勿手动编辑。

store.json

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"version": "1.0",
3-
"lastUpdated": "2026-02-04T14:15:20.412Z",
3+
"lastUpdated": "2026-02-05T01:56:49.043Z",
44
"categories": [
55
"工具"
66
],
@@ -20,7 +20,20 @@
2020
"size": 3060,
2121
"downloads": 0,
2222
"createdAt": "2026-01-13T03:42:54.346Z",
23-
"updatedAt": "2026-02-04T14:15:20.410Z"
23+
"updatedAt": "2026-02-05T01:56:49.041Z"
24+
},
25+
{
26+
"id": "PerformanceMonitor",
27+
"name": "PerformanceMonitor",
28+
"description": "实时性能监控 HUD",
29+
"icon": "terminal",
30+
"category": "工具",
31+
"version": "1.0.0",
32+
"downloadUrl": "https://raw.githubusercontent.com/dompling/TrollScript-Store/main/scripts/PerformanceMonitor.js",
33+
"size": 12555,
34+
"downloads": 0,
35+
"createdAt": "2026-02-05T01:56:49.041Z",
36+
"updatedAt": "2026-02-05T01:56:49.041Z"
2437
}
2538
]
2639
}

0 commit comments

Comments
 (0)