lizhen_gitee 3 years ago
parent
commit
f6ade56785
2 changed files with 66 additions and 1 deletions
  1. 0 1
      .gitignore
  2. 66 0
      application/extra/site.php

+ 0 - 1
.gitignore

@@ -2,4 +2,3 @@
 /public/uploads/*
 .idea
 资料
-/application/extra/site.php

+ 66 - 0
application/extra/site.php

@@ -0,0 +1,66 @@
+<?php
+
+return array (
+    'name' => '觅TA',
+    'beian' => '',
+    'cdnurl' => '',
+    'version' => '1.0.1',
+    'timezone' => 'Asia/Shanghai',
+    'forbiddenip' => '',
+    'languages' =>
+        array (
+            'backend' => 'zh-cn',
+            'frontend' => 'zh-cn',
+        ),
+    'fixedpage' => 'general/profile',
+    'categorytype' =>
+        array (
+            'default' => '默认',
+            'page' => '单页',
+            'article' => '文章',
+            'test' => 'Test',
+        ),
+    'configgroup' =>
+        array (
+            'basic' => '基础配置',
+            'email' => '邮件配置',
+            'dictionary' => '字典配置',
+            'user' => '会员配置',
+            'example' => '示例分组',
+            'website' => '金钱变量',
+            'party' => '语聊变量',
+        ),
+    'mail_type' => '1',
+    'mail_smtp_host' => 'smtp.qq.com',
+    'mail_smtp_port' => '465',
+    'mail_smtp_user' => '10000',
+    'mail_smtp_pass' => 'password',
+    'mail_verify_type' => '2',
+    'mail_from' => '10000@qq.com',
+    'attachmentcategory' =>
+        array (
+            'category1' => '分类一',
+            'category2' => '分类二',
+            'custom' => '自定义',
+        ),
+    'domain_name' => 'http://mita.lanmaonet.com',
+    'android_update_num' => '1',
+    'android_update_version' => '1.0',
+    'ios_update_num' => '1',
+    'ios_update_version' => '1.0',
+    'money_to_gold' => '10',
+    'video_min_price' => '26',
+    'audio_min_price' => '13',
+    'typing_min_price' => '6',
+    'vip_price_discount' => '95',
+    'user_sign_gift_vipdays' => '4',
+    'roomLimit' => '10000',
+    'gift_plat_scale' => '30',
+    'unlock_like_me' => '38',
+    'intro_man_money' => '3',
+    'intro_woman_money' => '4',
+    'plp_unvip_daysnum' => '-1',
+    'apkurl' => 'https://www.pgyer.com/5Y0t',
+    'domain_cdnurl' => 'https://meet-1251365327.cos.ap-beijing.myqcloud.com',
+    'taluopai' => 'https://tttl.tttarot.com/~weibo1/askPosts/askH5/tarotGame',
+);