diff --git a/config/update.php b/config/update.php index b9c6bbd1..9a2c5856 100644 --- a/config/update.php +++ b/config/update.php @@ -10,9 +10,9 @@ return array( 'nyavm' => [ - 'name' => 'NyaVM', - 'update_url' => 'http://work.prinzeugen.net/update.json', - 'description' => '感谢 NyaVM 提供的 Anycast CDN,国内外主机都可获得不错的速度。NyaVM 主机,百兆 CN2 只需 $3.99 月付,稳定快速大带宽。' + 'name' => 'LizCat', + 'update_url' => 'http://cdn.prinzeugen.net/update.json', + 'description' => '感谢 NyaVM 提供的 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' => '本地调试用,请勿选择(炸了别怪我)' ] );