File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- vfox.lhan.me
1
+ vfox.dev
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ import axios from 'axios'
12
12
const info = ref ({})
13
13
const success = ref (false )
14
14
15
- axios .get (' https://vfox-plugins.lhan.me /index.json' ).then (res => {
15
+ axios .get (' https://version-fox.github.io/vfox-plugins /index.json' ).then (res => {
16
16
info .value = res .data
17
17
success .value = true
18
18
})
Original file line number Diff line number Diff line change @@ -89,11 +89,11 @@ func TestDownloadFile(t *testing.T) {
89
89
assert(type(http) == "table")
90
90
assert(type(http.get) == "function")
91
91
local err = http.download_file({
92
- url = "https://vfox-plugins.lhan.me /index.json"
92
+ url = "https://version-fox.github.io/vfox-plugins /index.json"
93
93
}, "index.json")
94
94
assert(err == nil, [[must be nil]] )
95
95
local err = http.download_file({
96
- url = "https://vfox-plugins.lhan.me /xxx.json"
96
+ url = "https://version-fox.github.io/vfox-plugins /xxx.json"
97
97
}, "xxx.json")
98
98
assert(err == "file not found")
99
99
`
You can’t perform that action at this time.
0 commit comments