site.php 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. <?php
  2. return array (
  3. 'name' => 'TKEN',
  4. 'beian' => '',
  5. 'cdnurl' => '',
  6. 'version' => '1.0.3',
  7. 'timezone' => 'Asia/Shanghai',
  8. 'forbiddenip' => '',
  9. 'languages' =>
  10. array (
  11. 'backend' => 'zh-cn',
  12. 'frontend' => 'zh-cn',
  13. ),
  14. 'fixedpage' => 'general/profile',
  15. 'categorytype' =>
  16. array (
  17. 'default' => '默认',
  18. 'page' => '单页',
  19. 'article' => '文章',
  20. 'test' => 'Test',
  21. ),
  22. 'configgroup' =>
  23. array (
  24. 'basic' => '基础配置',
  25. 'email' => '邮件配置',
  26. 'dictionary' => '字典配置',
  27. 'user' => '会员配置',
  28. 'example' => '示例分组',
  29. 'website' => '金钱变量',
  30. 'party' => '语聊变量',
  31. ),
  32. 'mail_type' => '1',
  33. 'mail_smtp_host' => 'smtp.qq.com',
  34. 'mail_smtp_port' => '465',
  35. 'mail_smtp_user' => '10000',
  36. 'mail_smtp_pass' => 'password',
  37. 'mail_verify_type' => '2',
  38. 'mail_from' => '10000@qq.com',
  39. 'attachmentcategory' =>
  40. array (
  41. 'category1' => '分类一',
  42. 'category2' => '分类二',
  43. 'custom' => '自定义',
  44. ),
  45. 'domain_name' => 'http://mita.lanmaonet.com',
  46. 'android_update_num' => '1',
  47. 'android_update_version' => '1.0',
  48. 'ios_update_num' => '1',
  49. 'ios_update_version' => '1.0',
  50. 'money_to_gold' => '10',
  51. 'video_min_price' => '60',
  52. 'audio_min_price' => '30',
  53. 'typing_min_price' => '2',
  54. 'user_sign_gift_vipdays' => '0',
  55. 'roomLimit' => '10000',
  56. 'gift_plat_scale' => '60',
  57. 'unlock_like_me' => '30',
  58. 'intro_man_money' => '1',
  59. 'intro_woman_money' => '2',
  60. 'plp_unvip_daysnum' => '5',
  61. 'apkurl' => 'https://www.pgyer.com/5Y0t',
  62. 'domain_cdnurl' => 'https://mita-1253256600.cos.ap-nanjing.myqcloud.com',
  63. 'taluopai' => 'https://tttl.tttarot.com/~weibo1/askPosts/askH5/tarotGame',
  64. 'unlock_wechataccount' => '8888',
  65. 'unlock_secretvideo' => '5000',
  66. 'open_unlock_wechataccount' => '1',
  67. );