File tree Expand file tree Collapse file tree 7 files changed +9
-9
lines changed
Expand file tree Collapse file tree 7 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -56,13 +56,13 @@ storage:
5656
5757# # Plugin Registry Address
5858
59- ` vfox` will default to retrieve plugins from [vfox-plugins.lhan.me](https://vfox- plugins.lhan.me ).
59+ ` vfox` will default to retrieve plugins from [vfox-plugins.lhan.me](https://plugins.vfox.dev ).
6060
6161If you want to use **your own registry or third-party mirror registry**, please configure it following :
6262
6363` ` ` yaml
6464registry:
65- address: "https://vfox- plugins.lhan.me "
65+ address: "https://plugins.vfox.dev "
6666` ` `
6767
6868:: : tip Available Mirrors
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ the availability of the plugin through the information in `sources` at regular i
2727and store the obtained ` manifest ` information in the ` plugins ` directory.
2828
2929::: tip Registry address
30- ` vfox ` will default to retrieve plugins from [ vfox-plugins.lhan.me] ( https://vfox- plugins.lhan.me ) .
30+ ` vfox ` will default to retrieve plugins from [ vfox-plugins.lhan.me] ( https://plugins.vfox.dev ) .
3131
3232If you want to use ** your own registry or third-party mirror registry** , please configure it according to
3333the [ plugin registry address] ( ../../guides/configuration.md#plugin-registry-address ) .
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ assert(resp.content_length ~= 0)
3333
3434--- Download file, vfox >= 0.4.0
3535err = http .download_file ({
36- url = " https://vfox- plugins.lhan.me /index.json" ,
36+ url = " https://plugins.vfox.dev /index.json" ,
3737 headers = {}
3838}, " /usr/local/file" )
3939assert (err == nil , [[ must be nil]] )
Original file line number Diff line number Diff line change @@ -53,13 +53,13 @@ storage:
5353
5454# # 插件注册表地址
5555
56- ` vfox` 默认从[vfox-plugins.lhan.me](https://vfox- plugins.lhan.me )检索插件。
56+ ` vfox` 默认从[vfox-plugins.lhan.me](https://plugins.vfox.dev )检索插件。
5757
5858如果你想要使用自己的索引仓库或第三方镜像仓库,可以按照以下方式配置 :
5959
6060` ` ` yaml
6161registry:
62- address: "https://vfox- plugins.lhan.me "
62+ address: "https://plugins.vfox.dev "
6363` ` `
6464
6565:: : tip 可用镜像
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ import axios from 'axios'
1212const info = ref ({})
1313const success = ref (false )
1414
15- axios .get (' https://vfox- plugins.lhan.me /index.json' ).then (res => {
15+ axios .get (' https://plugins.vfox.dev /index.json' ).then (res => {
1616 info .value = res .data
1717 success .value = true
1818})
Original file line number Diff line number Diff line change 2121
2222
2323::: tip 仓库地址
24- ` vfox ` 默认将会从[ vfox-plugins.lhan.me] ( https://vfox- plugins.lhan.me ) 检索插件。
24+ ` vfox ` 默认将会从[ vfox-plugins.lhan.me] ( https://plugins.vfox.dev ) 检索插件。
2525
2626如果你想使用** 自己的索引仓库或第三方镜像仓库** , 请按照[ 插件注册表地址] ( ../../guides/configuration.md#插件注册表地址 ) 进行配置。
2727:::
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ assert(resp.content_length ~= 0)
3232
3333--- 下载文件, vfox >= 0.4.0
3434err = http .download_file ({
35- url = " https://vfox- plugins.lhan.me /index.json" ,
35+ url = " https://plugins.vfox.dev /index.json" ,
3636 headers = {}
3737}, " /usr/local/file" )
3838assert (err == nil , [[ must be nil]] )
You can’t perform that action at this time.
0 commit comments