site.php 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. <?php
  2. return array (
  3. 'name' => '掘金路',
  4. 'beian' => '',
  5. 'cdnurl' => '',
  6. 'version' => '1.0.7',
  7. 'timezone' => 'Asia/Shanghai',
  8. 'forbiddenip' => '',
  9. 'languages' =>
  10. array (
  11. 'backend' => 'zh-cn',
  12. 'frontend' => 'zh-cn',
  13. ),
  14. 'fixedpage' => 'dashboard',
  15. 'categorytype' =>
  16. array (
  17. 'default' => '默认',
  18. 'page' => '单页',
  19. 'article' => '文章',
  20. 'test' => 'Test',
  21. ),
  22. 'configgroup' =>
  23. array (
  24. 'basic' => '基础配置',
  25. ),
  26. 'mail_type' => '1',
  27. 'mail_smtp_host' => 'smtp.qq.com',
  28. 'mail_smtp_port' => '465',
  29. 'mail_smtp_user' => '10000',
  30. 'mail_smtp_pass' => 'password',
  31. 'mail_verify_type' => '2',
  32. 'mail_from' => '10000@qq.com',
  33. 'attachmentcategory' =>
  34. array (
  35. 'category1' => '分类一',
  36. 'category2' => '分类二',
  37. 'custom' => '自定义',
  38. ),
  39. 'direct_income' => '10',
  40. 'transfer_fee' => '0.8',
  41. 'recharge_txt' => 'xxddddss',
  42. 'chabao_rate' => '0.7',
  43. 'withdrawal_fee' => '0.1',
  44. 'withdraw_min_amount' => '100',
  45. 'convert_rate' => '7.2',
  46. 'giveaway' => '0.12',
  47. 'giveaway_txt' => '赠送订单xxxx',
  48. 'pv_rate' => '0.1',
  49. 'chabao_giveaway' => '0.3',
  50. 'chabao_giveaway_txt' => '茶宝赠送xxxxx',
  51. );