Skip to content

Commit f2e976d

Browse files
[投稿] 更新 index.json: 添加 计算器
1 parent f2356b6 commit f2e976d

1 file changed

Lines changed: 72 additions & 9 deletions

File tree

script_library/index.json

Lines changed: 72 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"format_version": 1,
3-
"data_version": 1,
4-
"updated": "2026-03-18T12:00:00Z",
3+
"data_version": 2,
4+
"updated": "2026-03-18T08:37:14.704Z",
55
"announcement": {
66
"text": "🎮 6款内置游戏已上线,快来体验!",
77
"text_en": "🎮 6 built-in games are now available!",
@@ -60,7 +60,11 @@
6060
"color": "#9B59B6"
6161
}
6262
],
63-
"featured": ["space_shooter", "neon_snake", "brick_breaker"],
63+
"featured": [
64+
"space_shooter",
65+
"neon_snake",
66+
"brick_breaker"
67+
],
6468
"scripts": [
6569
{
6670
"id": "brick_breaker",
@@ -75,7 +79,13 @@
7579
"file_type": "py",
7680
"author": "官方",
7781
"author_en": "Official",
78-
"tags": ["scene", "touch", "particle", "game", "brick"],
82+
"tags": [
83+
"scene",
84+
"touch",
85+
"particle",
86+
"game",
87+
"brick"
88+
],
7989
"requires": [],
8090
"min_app_version": "1.5.0",
8191
"added": "2026-03-18",
@@ -96,7 +106,13 @@
96106
"file_type": "py",
97107
"author": "官方",
98108
"author_en": "Official",
99-
"tags": ["scene", "touch", "particle", "game", "shooter"],
109+
"tags": [
110+
"scene",
111+
"touch",
112+
"particle",
113+
"game",
114+
"shooter"
115+
],
100116
"requires": [],
101117
"min_app_version": "1.5.0",
102118
"added": "2026-03-18",
@@ -117,7 +133,13 @@
117133
"file_type": "py",
118134
"author": "官方",
119135
"author_en": "Official",
120-
"tags": ["scene", "gravity", "accelerometer", "game", "maze"],
136+
"tags": [
137+
"scene",
138+
"gravity",
139+
"accelerometer",
140+
"game",
141+
"maze"
142+
],
121143
"requires": [],
122144
"min_app_version": "1.5.0",
123145
"added": "2026-03-18",
@@ -138,7 +160,13 @@
138160
"file_type": "py",
139161
"author": "官方",
140162
"author_en": "Official",
141-
"tags": ["scene", "touch", "game", "snake", "dpad"],
163+
"tags": [
164+
"scene",
165+
"touch",
166+
"game",
167+
"snake",
168+
"dpad"
169+
],
142170
"requires": [],
143171
"min_app_version": "1.5.0",
144172
"added": "2026-03-18",
@@ -159,7 +187,13 @@
159187
"file_type": "py",
160188
"author": "官方",
161189
"author_en": "Official",
162-
"tags": ["scene", "touch", "game", "jump", "endless"],
190+
"tags": [
191+
"scene",
192+
"touch",
193+
"game",
194+
"jump",
195+
"endless"
196+
],
163197
"requires": [],
164198
"min_app_version": "1.5.0",
165199
"added": "2026-03-18",
@@ -180,13 +214,42 @@
180214
"file_type": "py",
181215
"author": "官方",
182216
"author_en": "Official",
183-
"tags": ["scene", "touch", "game", "whack", "timer"],
217+
"tags": [
218+
"scene",
219+
"touch",
220+
"game",
221+
"whack",
222+
"timer"
223+
],
184224
"requires": [],
185225
"min_app_version": "1.5.0",
186226
"added": "2026-03-18",
187227
"updated": null,
188228
"status": "active",
189229
"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
190253
}
191254
]
192255
}

0 commit comments

Comments
 (0)