mirror of
https://github.com/earthjasonlin/zzz-signal-search-export.git
synced 2026-04-08 19:00:09 +08:00
Compare commits
5 Commits
v1.1.18
...
553b8bde01
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
553b8bde01 | ||
| 9e59a4e96e | |||
|
|
bb71cca2e4 | ||
| 1ff37d2e71 | |||
|
|
34f40341ea |
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "zzz-signal-search-export",
|
||||
"version": "1.1.16",
|
||||
"version": "1.1.19",
|
||||
"autoUpdateActive": true,
|
||||
"autoUpdateFrom": "1.1.0",
|
||||
"main": "./dist/electron/main/main.js",
|
||||
|
||||
6704
src/idJson.json
6704
src/idJson.json
File diff suppressed because it is too large
Load Diff
@@ -67,7 +67,8 @@ def main():
|
||||
version_url = "https://static.nanoka.cc/manifest.json"
|
||||
version_data = fetch_json(version_url)
|
||||
|
||||
latest_version = version_data['zzz']['live']
|
||||
latest_version = version_data['zzz']['latest']
|
||||
live_version = version_data['zzz']['live']
|
||||
print(f"Latest version: {latest_version}")
|
||||
|
||||
weapon_url = f"https://static.nanoka.cc/zzz/{latest_version}/weapon.json"
|
||||
|
||||
Reference in New Issue
Block a user