Files
links/application/extra/site.php
T

60 lines
1.5 KiB
PHP
Raw Normal View History

2026-05-28 00:32:43 +08:00
<?php
return array (
2026-06-02 00:32:05 +08:00
'name' => 'LINK-S 多功能打粉',
2026-05-28 00:32:43 +08:00
'beian' => '',
'cdnurl' => '',
'version' => '1.0.1',
'timezone' => 'Asia/Shanghai',
'forbiddenip' => '',
'languages' =>
array (
'backend' => 'zh-cn',
'frontend' => 'zh-cn',
),
'fixedpage' => 'dashboard',
'categorytype' =>
array (
'default' => 'Default',
'page' => 'Page',
'article' => 'Article',
'test' => 'Test',
),
'configgroup' =>
array (
'basic' => 'Basic',
'email' => 'Email',
'dictionary' => 'Dictionary',
'user' => 'User',
'example' => 'Example',
2026-06-03 12:10:25 +08:00
'split' => '分流设置',
2026-05-28 00:32:43 +08:00
),
'mail_type' => '1',
'mail_smtp_host' => 'smtp.qq.com',
'mail_smtp_port' => '465',
'mail_smtp_user' => '',
'mail_smtp_pass' => '',
'mail_verify_type' => '2',
'mail_from' => '',
2026-06-02 00:32:05 +08:00
'attachmentcategory' =>
array (
'category1' => 'Category1',
'category2' => 'Category2',
'custom' => 'Custom',
),
2026-06-09 03:36:30 +08:00
'split_platform_domain' => 'links.test',
'split_scrm_node_host' => 'http://127.0.0.1:3001',
'split_sync_interval_a2c' => '3',
'split_sync_interval_haiwang' => '3',
'split_sync_interval_huojian' => '3',
'split_sync_interval_xinghe' => '3',
'split_sync_interval_ss_custome' => '3',
'split_sync_interval_ceo_scrm' => '0',
'split_sync_interval_taiji' => '0',
'split_sync_interval_ss_channel' => '0',
'split_sync_interval_yifafa' => '0',
'split_sync_interval_whatshub' => '0',
'split_sync_interval_sihai' => '0',
'split_sync_fail_pause_threshold' => '5',
2026-05-28 00:32:43 +08:00
);