Skip to content

Commit ed45ded

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

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-18T15:12:33.180Z",
55
"announcement": null,
66
"categories": [
77
{
@@ -55,7 +55,11 @@
5555
"color": "#9B59B6"
5656
}
5757
],
58-
"featured": ["space_shooter", "neon_snake", "brick_breaker"],
58+
"featured": [
59+
"space_shooter",
60+
"neon_snake",
61+
"brick_breaker"
62+
],
5963
"scripts": [
6064
{
6165
"id": "brick_breaker",
@@ -70,7 +74,13 @@
7074
"file_type": "py",
7175
"author": "官方",
7276
"author_en": "Official",
73-
"tags": ["scene", "touch", "particle", "game", "brick"],
77+
"tags": [
78+
"scene",
79+
"touch",
80+
"particle",
81+
"game",
82+
"brick"
83+
],
7484
"requires": [],
7585
"min_app_version": "1.5.0",
7686
"added": "2026-03-18",
@@ -91,7 +101,13 @@
91101
"file_type": "py",
92102
"author": "官方",
93103
"author_en": "Official",
94-
"tags": ["scene", "touch", "particle", "game", "shooter"],
104+
"tags": [
105+
"scene",
106+
"touch",
107+
"particle",
108+
"game",
109+
"shooter"
110+
],
95111
"requires": [],
96112
"min_app_version": "1.5.0",
97113
"added": "2026-03-18",
@@ -112,7 +128,13 @@
112128
"file_type": "py",
113129
"author": "官方",
114130
"author_en": "Official",
115-
"tags": ["scene", "gravity", "accelerometer", "game", "maze"],
131+
"tags": [
132+
"scene",
133+
"gravity",
134+
"accelerometer",
135+
"game",
136+
"maze"
137+
],
116138
"requires": [],
117139
"min_app_version": "1.5.0",
118140
"added": "2026-03-18",
@@ -133,7 +155,13 @@
133155
"file_type": "py",
134156
"author": "官方",
135157
"author_en": "Official",
136-
"tags": ["scene", "touch", "game", "snake", "dpad"],
158+
"tags": [
159+
"scene",
160+
"touch",
161+
"game",
162+
"snake",
163+
"dpad"
164+
],
137165
"requires": [],
138166
"min_app_version": "1.5.0",
139167
"added": "2026-03-18",
@@ -154,7 +182,13 @@
154182
"file_type": "py",
155183
"author": "官方",
156184
"author_en": "Official",
157-
"tags": ["scene", "touch", "game", "jump", "endless"],
185+
"tags": [
186+
"scene",
187+
"touch",
188+
"game",
189+
"jump",
190+
"endless"
191+
],
158192
"requires": [],
159193
"min_app_version": "1.5.0",
160194
"added": "2026-03-18",
@@ -175,13 +209,42 @@
175209
"file_type": "py",
176210
"author": "官方",
177211
"author_en": "Official",
178-
"tags": ["scene", "touch", "game", "whack", "timer"],
212+
"tags": [
213+
"scene",
214+
"touch",
215+
"game",
216+
"whack",
217+
"timer"
218+
],
179219
"requires": [],
180220
"min_app_version": "1.5.0",
181221
"added": "2026-03-18",
182222
"updated": null,
183223
"status": "active",
184224
"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
185248
}
186249
]
187250
}

0 commit comments

Comments
 (0)