site.php 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  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. 'transfes_txt' => '收取交易百分之五',
  42. 'recharge_txt' => 'xxddddss',
  43. 'chabao_rate' => '0.7',
  44. 'withdrawal_next_fee' => '3',
  45. 'withdrawal_up_fee' => '0.1',
  46. 'withdraw_min_amount' => '100',
  47. 'convert_rate' => '7.2',
  48. 'pv_rate' => '0.1',
  49. 'chabao_giveaway' => '0.03',
  50. 'chabao_giveaway_txt' => '标记茶宝转账',
  51. 'frozen_transfer' => '0.03',
  52. 'frozen_transfer_txt' => '标记茶宝转账4xxxxx',
  53. );