Browse Source

2023-07-26 20:32:26.84

master
tianzhendong 1 year ago
parent
commit
beeaaccd36
  1. 8
      definitions/updates-test.json

8
definitions/updates-test.json

@ -2,24 +2,26 @@
"updates": { "updates": {
"windows": { "windows": {
"full-url": "http://www.tianzd.cn:1995/TianZD/FlightDataAnalysis-deploy/raw/branch/master/download/FlightDataAnalysis-full.exe", "full-url": "http://www.tianzd.cn:1995/TianZD/FlightDataAnalysis-deploy/raw/branch/master/download/FlightDataAnalysis-full.exe",
"open-url": "",
"latest-version": "2.2.x", "latest-version": "2.2.x",
"download-url": "http://www.tianzd.cn:1995/TianZD/FlightDataAnalysis-deploy/raw/branch/master/download/FlightDataAnalysis.zip", "download-url": "http://www.tianzd.cn:1995/TianZD/FlightDataAnalysis-deploy/raw/branch/master/download/FlightDataAnalysis.zip",
"changelog": "modify line color", "changelog": "modify line color",
"modify-time": "20230726",
"mandatory": true "mandatory": true
}, },
"linux": { "linux": {
"open-url": "", "full-url": "http://www.tianzd.cn:1995/TianZD/FlightDataAnalysis-deploy/raw/branch/master/download/FlightDataAnalysis-full.exe",
"latest-version": "1.0", "latest-version": "1.0",
"download-url": "http://www.tianzd.cn:1995/TianZD/FlightDataAnalysis-deploy/raw/branch/master/download/FlightDataAnalysis-test.exe", "download-url": "http://www.tianzd.cn:1995/TianZD/FlightDataAnalysis-deploy/raw/branch/master/download/FlightDataAnalysis-test.exe",
"changelog": "This is an example changelog for Linux. Go on...", "changelog": "This is an example changelog for Linux. Go on...",
"modify-time": "20230726",
"mandatory": true "mandatory": true
}, },
"ios": { "ios": {
"open-url": "", "full-url": "http://www.tianzd.cn:1995/TianZD/FlightDataAnalysis-deploy/raw/branch/master/download/FlightDataAnalysis-full.exe",
"latest-version": "1.0", "latest-version": "1.0",
"download-url": "http://www.tianzd.cn:1995/TianZD/FlightDataAnalysis-deploy/raw/branch/master/download/FlightDataAnalysis-test.exe", "download-url": "http://www.tianzd.cn:1995/TianZD/FlightDataAnalysis-deploy/raw/branch/master/download/FlightDataAnalysis-test.exe",
"changelog": "This is an example changelog for iOS. Go on...", "changelog": "This is an example changelog for iOS. Go on...",
"modify-time": "20230726",
"mandatory": true "mandatory": true
} }
} }

Loading…
Cancel
Save