Ai_GirlFriend/xunifriend_RaeeC/application/extra/site.php

51 lines
1.1 KiB
PHP
Raw Normal View History

2026-01-31 19:15:41 +08:00
<?php
return array (
'name' => '虚拟女友',
'beian' => '',
'cdnurl' => '',
'version' => '1.0.1',
'timezone' => 'Asia/Shanghai',
'forbiddenip' => '',
'languages' =>
array (
'backend' => 'zh-cn',
'frontend' => 'zh-cn',
),
'fixedpage' => 'dashboard',
'categorytype' =>
array (
'default' => '默认',
'page' => '单页',
'article' => '文章',
'test' => 'Test',
),
'configgroup' =>
array (
'basic' => '基础配置',
'email' => '邮件配置',
'dictionary' => '字典配置',
'user' => '会员配置',
'intimacy_friend' => '好友亲密度配置',
'platform' => '参数配置',
),
'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' => '',
'attachmentcategory' =>
array (
'category1' => '分类一',
'category2' => '分类二',
'custom' => '自定义',
),
'wxapp_appid' => 'wx87fdb468bb2d141a',
'wxapp_appsecret' => '802e25b89b910853264fc7fd18ed4965',
'intimacy_text' => '1',
'intimacy_voice' => '5',
'jinbi_scale' => '100',
);