rogerxavier commited on
Commit
cbd695d
·
verified ·
1 Parent(s): 61e9aff

Upload 2 files

Browse files
Files changed (2) hide show
  1. lanzouLink.json +17 -0
  2. nginx.conf +5 -1
lanzouLink.json ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "banner": "installer for ipa",
3
+ "lastVersion":"1.0.0",
4
+ "lanzouCloudApiBase":"https://lsfstar-lanzouapi.hf.space/",
5
+ "lanzouFiles": [
6
+ {
7
+ "appIcon": "",
8
+ "description": "bitvpn",
9
+ "downloadLink": "https://lanzoux.com/ifbCQ2u5gxxa"
10
+ }
11
+ {
12
+ "appIcon": "",
13
+ "description": "bitvpn",
14
+ "downloadLink": "https://lanzoux.com/ifbCQ2u5gxxa"
15
+ }
16
+ ]
17
+ }
nginx.conf CHANGED
@@ -47,8 +47,12 @@ http {
47
  alias /usr/share/nginx/html/update.json; # 指定路径
48
  default_type application/json; # 设置返回类型为JSON
49
  }
 
 
 
 
50
 
51
 
52
 
53
  }
54
- }
 
47
  alias /usr/share/nginx/html/update.json; # 指定路径
48
  default_type application/json; # 设置返回类型为JSON
49
  }
50
+ location /lanzouLink.json {
51
+ alias /usr/share/nginx/html/lanzouLink.json; # 指定路径
52
+ default_type application/json; # 设置返回类型为JSON
53
+ }
54
 
55
 
56
 
57
  }
58
+ }