Browse Source

脱机存档

ZaiZai 1 year ago
parent
commit
cf98a47c2c
2 changed files with 7 additions and 1 deletions
  1. 6 0
      public/local-app/index.json
  2. 1 1
      public/version.json

+ 6 - 0
public/local-app/index.json

@@ -4,15 +4,18 @@
     "data": [
         {
             "name": "Windows 平台",
+            "platform": "win32",
             "url": "/local-app/windows/",
             "data": [
                 {
                     "type": "常规",
+                    "arch": "x64",
                     "version": "1.0.0",
                     "name": "档案脱机存档-1.0.0-安装包.exe"
                 },
                 {
                     "type": "ARM64",
+                    "arch": "arm64",
                     "version": "1.0.0",
                     "name": "档案脱机存档-arm64-1.0.0-安装包.exe"
                 }
@@ -20,15 +23,18 @@
         },
         {
             "name": "MacOs 平台",
+            "platform": "darwin",
             "url": "/local-app/mac/",
             "data": [
                 {
                     "type": "Intel",
+                    "arch": "x64",
                     "version": "1.0.0",
                     "name": "档案脱机存档-1.0.0-安装包.dmg"
                 },
                 {
                     "type": "M系统",
+                    "arch": "arm64",
                     "version": "1.0.0",
                     "name": "档案脱机存档-M系列-1.0.0-安装包.dmg"
                 }

+ 1 - 1
public/version.json

@@ -1,3 +1,3 @@
 {
-  "value": "20240227101328"
+  "value": "20240227104522"
 }