From 02fe0c67f1422bf6cdf887c89079b5bbd946a1e7 Mon Sep 17 00:00:00 2001 From: printempw Date: Sun, 16 Oct 2016 22:29:49 +0800 Subject: [PATCH] update sources for updating --- config/update.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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' => '本地调试用,请勿选择(炸了别怪我)' ] );