update sources for updating

This commit is contained in:
printempw 2016-10-16 22:29:49 +08:00
parent cfdf000b25
commit 02fe0c67f1

View File

@ -10,9 +10,9 @@
return array(
'nyavm' => [
'name' => 'NyaVM',
'update_url' => 'http://work.prinzeugen.net/update.json',
'description' => '感谢 <a href="https://www.nyavm.com/">NyaVM</a> 提供的 Anycast CDN国内外主机都可获得不错的速度。NyaVM 主机,百兆 CN2 只需 $3.99 月付,稳定快速大带宽。'
'name' => 'LizCat',
'update_url' => 'http://cdn.prinzeugen.net/update.json',
'description' => '感谢 <a href="https://www.nyavm.com/">NyaVM</a> 提供的 Anycast CDN国内外主机都可获得不错的速度。'
],
'little_service' => [
'name' => 'LittleService-COS',
@ -22,6 +22,6 @@ return array(
'local' => [
'name' => 'LocalHost',
'update_url' => 'http://127.0.0.1/test/update.json',
'description' => '开发用,请勿选择(炸了别怪我)'
'description' => '本地调试用,请勿选择(炸了别怪我)'
]
);