* Change holiday api root.

close GH-127.
This commit is contained in:
Lufei
2023-11-13 09:03:14 +08:00
parent d7b3a37645
commit 176dced062
+1 -1
View File
@@ -4,4 +4,4 @@ $config->holiday->require = new stdclass();
$config->holiday->require->create = 'name,begin,end';
$config->holiday->require->edit = 'name,begin,end';
$config->holiday->apiRoot = 'https://ghproxy.com/https://raw.githubusercontent.com/NateScarlet/holiday-cn/master/%d.json';
$config->holiday->apiRoot = 'https://raw.githubusercontent.com/NateScarlet/holiday-cn/master/%d.json';