Skip to content

Commit 25f56cb

Browse files
featured 改为自动选取,移除手动指定
1 parent ea7b55b commit 25f56cb

1 file changed

Lines changed: 9 additions & 72 deletions

File tree

script_library/index.json

Lines changed: 9 additions & 72 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"format_version": 1,
3-
"data_version": 2,
4-
"updated": "2026-03-18T15:12:33.180Z",
3+
"data_version": 1,
4+
"updated": "2026-03-18T12:00:00Z",
55
"announcement": null,
66
"categories": [
77
{
@@ -55,11 +55,7 @@
5555
"color": "#9B59B6"
5656
}
5757
],
58-
"featured": [
59-
"space_shooter",
60-
"neon_snake",
61-
"brick_breaker"
62-
],
58+
"featured": [],
6359
"scripts": [
6460
{
6561
"id": "brick_breaker",
@@ -74,13 +70,7 @@
7470
"file_type": "py",
7571
"author": "官方",
7672
"author_en": "Official",
77-
"tags": [
78-
"scene",
79-
"touch",
80-
"particle",
81-
"game",
82-
"brick"
83-
],
73+
"tags": ["scene", "touch", "particle", "game", "brick"],
8474
"requires": [],
8575
"min_app_version": "1.5.0",
8676
"added": "2026-03-18",
@@ -101,13 +91,7 @@
10191
"file_type": "py",
10292
"author": "官方",
10393
"author_en": "Official",
104-
"tags": [
105-
"scene",
106-
"touch",
107-
"particle",
108-
"game",
109-
"shooter"
110-
],
94+
"tags": ["scene", "touch", "particle", "game", "shooter"],
11195
"requires": [],
11296
"min_app_version": "1.5.0",
11397
"added": "2026-03-18",
@@ -128,13 +112,7 @@
128112
"file_type": "py",
129113
"author": "官方",
130114
"author_en": "Official",
131-
"tags": [
132-
"scene",
133-
"gravity",
134-
"accelerometer",
135-
"game",
136-
"maze"
137-
],
115+
"tags": ["scene", "gravity", "accelerometer", "game", "maze"],
138116
"requires": [],
139117
"min_app_version": "1.5.0",
140118
"added": "2026-03-18",
@@ -155,13 +133,7 @@
155133
"file_type": "py",
156134
"author": "官方",
157135
"author_en": "Official",
158-
"tags": [
159-
"scene",
160-
"touch",
161-
"game",
162-
"snake",
163-
"dpad"
164-
],
136+
"tags": ["scene", "touch", "game", "snake", "dpad"],
165137
"requires": [],
166138
"min_app_version": "1.5.0",
167139
"added": "2026-03-18",
@@ -182,13 +154,7 @@
182154
"file_type": "py",
183155
"author": "官方",
184156
"author_en": "Official",
185-
"tags": [
186-
"scene",
187-
"touch",
188-
"game",
189-
"jump",
190-
"endless"
191-
],
157+
"tags": ["scene", "touch", "game", "jump", "endless"],
192158
"requires": [],
193159
"min_app_version": "1.5.0",
194160
"added": "2026-03-18",
@@ -209,42 +175,13 @@
209175
"file_type": "py",
210176
"author": "官方",
211177
"author_en": "Official",
212-
"tags": [
213-
"scene",
214-
"touch",
215-
"game",
216-
"whack",
217-
"timer"
218-
],
178+
"tags": ["scene", "touch", "game", "whack", "timer"],
219179
"requires": [],
220180
"min_app_version": "1.5.0",
221181
"added": "2026-03-18",
222182
"updated": null,
223183
"status": "active",
224184
"lines": 427
225-
},
226-
{
227-
"id": "script_mmw6k09q",
228-
"name": "计算器",
229-
"name_en": "计算器",
230-
"desc": "计算器脚本iOS原生风格",
231-
"desc_en": "计算器脚本iOS原生风格",
232-
"category": "ui",
233-
"file": "scripts/ui/script_mmw6k09q.py",
234-
"thumbnail": null,
235-
"version": 1,
236-
"file_type": "py",
237-
"author": "今晚打老虎🐯",
238-
"author_en": "今晚打老虎🐯",
239-
"tags": [
240-
"community"
241-
],
242-
"requires": [],
243-
"min_app_version": "1.5.0",
244-
"added": "2026-03-18",
245-
"updated": null,
246-
"status": "active",
247-
"lines": 144
248185
}
249186
]
250187
}

0 commit comments

Comments
 (0)