8 lines
346 B
PHP
8 lines
346 B
PHP
<?php
|
|
if(!isset($config->holiday)) $config->holiday = new stdclass();
|
|
$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';
|