Skip to content

Commit a93a675

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

1 file changed

Lines changed: 67 additions & 8 deletions

File tree

script_library/index.json

Lines changed: 67 additions & 8 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:24:12.403Z",
55
"announcement": null,
66
"categories": [
77
{
@@ -70,7 +70,13 @@
7070
"file_type": "py",
7171
"author": "官方",
7272
"author_en": "Official",
73-
"tags": ["scene", "touch", "particle", "game", "brick"],
73+
"tags": [
74+
"scene",
75+
"touch",
76+
"particle",
77+
"game",
78+
"brick"
79+
],
7480
"requires": [],
7581
"min_app_version": "1.5.0",
7682
"added": "2026-03-18",
@@ -91,7 +97,13 @@
9197
"file_type": "py",
9298
"author": "官方",
9399
"author_en": "Official",
94-
"tags": ["scene", "touch", "particle", "game", "shooter"],
100+
"tags": [
101+
"scene",
102+
"touch",
103+
"particle",
104+
"game",
105+
"shooter"
106+
],
95107
"requires": [],
96108
"min_app_version": "1.5.0",
97109
"added": "2026-03-18",
@@ -112,7 +124,13 @@
112124
"file_type": "py",
113125
"author": "官方",
114126
"author_en": "Official",
115-
"tags": ["scene", "gravity", "accelerometer", "game", "maze"],
127+
"tags": [
128+
"scene",
129+
"gravity",
130+
"accelerometer",
131+
"game",
132+
"maze"
133+
],
116134
"requires": [],
117135
"min_app_version": "1.5.0",
118136
"added": "2026-03-18",
@@ -133,7 +151,13 @@
133151
"file_type": "py",
134152
"author": "官方",
135153
"author_en": "Official",
136-
"tags": ["scene", "touch", "game", "snake", "dpad"],
154+
"tags": [
155+
"scene",
156+
"touch",
157+
"game",
158+
"snake",
159+
"dpad"
160+
],
137161
"requires": [],
138162
"min_app_version": "1.5.0",
139163
"added": "2026-03-18",
@@ -154,7 +178,13 @@
154178
"file_type": "py",
155179
"author": "官方",
156180
"author_en": "Official",
157-
"tags": ["scene", "touch", "game", "jump", "endless"],
181+
"tags": [
182+
"scene",
183+
"touch",
184+
"game",
185+
"jump",
186+
"endless"
187+
],
158188
"requires": [],
159189
"min_app_version": "1.5.0",
160190
"added": "2026-03-18",
@@ -175,13 +205,42 @@
175205
"file_type": "py",
176206
"author": "官方",
177207
"author_en": "Official",
178-
"tags": ["scene", "touch", "game", "whack", "timer"],
208+
"tags": [
209+
"scene",
210+
"touch",
211+
"game",
212+
"whack",
213+
"timer"
214+
],
179215
"requires": [],
180216
"min_app_version": "1.5.0",
181217
"added": "2026-03-18",
182218
"updated": null,
183219
"status": "active",
184220
"lines": 427
221+
},
222+
{
223+
"id": "script_mmw6yzdm",
224+
"name": "计算器",
225+
"name_en": "计算器",
226+
"desc": "iOS原生风格的计算器ui界面",
227+
"desc_en": "iOS原生风格的计算器ui界面",
228+
"category": "ui",
229+
"file": "scripts/ui/script_mmw6yzdm.py",
230+
"thumbnail": null,
231+
"version": 1,
232+
"file_type": "py",
233+
"author": "今晚打老虎",
234+
"author_en": "今晚打老虎",
235+
"tags": [
236+
"community"
237+
],
238+
"requires": [],
239+
"min_app_version": "1.5.0",
240+
"added": "2026-03-18",
241+
"updated": null,
242+
"status": "active",
243+
"lines": 144
185244
}
186245
]
187246
}

0 commit comments

Comments
 (0)