Skip to content

Commit e0f0c33

Browse files
更新 index.json: 移除固定公告,改为自动生成
1 parent 6bfdf41 commit e0f0c33

1 file changed

Lines changed: 10 additions & 78 deletions

File tree

script_library/index.json

Lines changed: 10 additions & 78 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,8 @@
11
{
22
"format_version": 1,
3-
"data_version": 2,
4-
"updated": "2026-03-18T08:37:14.704Z",
5-
"announcement": {
6-
"text": "🎮 6款内置游戏已上线,快来体验!",
7-
"text_en": "🎮 6 built-in games are now available!",
8-
"action_category": "games",
9-
"expires": "2026-06-01T00:00:00Z"
10-
},
3+
"data_version": 1,
4+
"updated": "2026-03-18T12:00:00Z",
5+
"announcement": null,
116
"categories": [
127
{
138
"id": "basic",
@@ -60,11 +55,7 @@
6055
"color": "#9B59B6"
6156
}
6257
],
63-
"featured": [
64-
"space_shooter",
65-
"neon_snake",
66-
"brick_breaker"
67-
],
58+
"featured": ["space_shooter", "neon_snake", "brick_breaker"],
6859
"scripts": [
6960
{
7061
"id": "brick_breaker",
@@ -79,13 +70,7 @@
7970
"file_type": "py",
8071
"author": "官方",
8172
"author_en": "Official",
82-
"tags": [
83-
"scene",
84-
"touch",
85-
"particle",
86-
"game",
87-
"brick"
88-
],
73+
"tags": ["scene", "touch", "particle", "game", "brick"],
8974
"requires": [],
9075
"min_app_version": "1.5.0",
9176
"added": "2026-03-18",
@@ -106,13 +91,7 @@
10691
"file_type": "py",
10792
"author": "官方",
10893
"author_en": "Official",
109-
"tags": [
110-
"scene",
111-
"touch",
112-
"particle",
113-
"game",
114-
"shooter"
115-
],
94+
"tags": ["scene", "touch", "particle", "game", "shooter"],
11695
"requires": [],
11796
"min_app_version": "1.5.0",
11897
"added": "2026-03-18",
@@ -133,13 +112,7 @@
133112
"file_type": "py",
134113
"author": "官方",
135114
"author_en": "Official",
136-
"tags": [
137-
"scene",
138-
"gravity",
139-
"accelerometer",
140-
"game",
141-
"maze"
142-
],
115+
"tags": ["scene", "gravity", "accelerometer", "game", "maze"],
143116
"requires": [],
144117
"min_app_version": "1.5.0",
145118
"added": "2026-03-18",
@@ -160,13 +133,7 @@
160133
"file_type": "py",
161134
"author": "官方",
162135
"author_en": "Official",
163-
"tags": [
164-
"scene",
165-
"touch",
166-
"game",
167-
"snake",
168-
"dpad"
169-
],
136+
"tags": ["scene", "touch", "game", "snake", "dpad"],
170137
"requires": [],
171138
"min_app_version": "1.5.0",
172139
"added": "2026-03-18",
@@ -187,13 +154,7 @@
187154
"file_type": "py",
188155
"author": "官方",
189156
"author_en": "Official",
190-
"tags": [
191-
"scene",
192-
"touch",
193-
"game",
194-
"jump",
195-
"endless"
196-
],
157+
"tags": ["scene", "touch", "game", "jump", "endless"],
197158
"requires": [],
198159
"min_app_version": "1.5.0",
199160
"added": "2026-03-18",
@@ -214,42 +175,13 @@
214175
"file_type": "py",
215176
"author": "官方",
216177
"author_en": "Official",
217-
"tags": [
218-
"scene",
219-
"touch",
220-
"game",
221-
"whack",
222-
"timer"
223-
],
178+
"tags": ["scene", "touch", "game", "whack", "timer"],
224179
"requires": [],
225180
"min_app_version": "1.5.0",
226181
"added": "2026-03-18",
227182
"updated": null,
228183
"status": "active",
229184
"lines": 427
230-
},
231-
{
232-
"id": "script_mmvsfmza",
233-
"name": "计算器",
234-
"name_en": "计算器",
235-
"desc": "计算器脚本iOS原生Ui",
236-
"desc_en": "计算器脚本iOS原生Ui",
237-
"category": "ui",
238-
"file": "scripts/ui/script_mmvsfmza.py",
239-
"thumbnail": null,
240-
"version": 1,
241-
"file_type": "py",
242-
"author": "今晚打老虎🐯",
243-
"author_en": "今晚打老虎🐯",
244-
"tags": [
245-
"community"
246-
],
247-
"requires": [],
248-
"min_app_version": "1.5.0",
249-
"added": "2026-03-18",
250-
"updated": null,
251-
"status": "active",
252-
"lines": 144
253185
}
254186
]
255187
}

0 commit comments

Comments
 (0)