|
@@ -26,6 +26,8 @@ return array (
|
|
'dictionary' => '字典配置',
|
|
'dictionary' => '字典配置',
|
|
'website' => '站点配置',
|
|
'website' => '站点配置',
|
|
'service' => '金钱配置',
|
|
'service' => '金钱配置',
|
|
|
|
+ 'androidversion' => '安卓版本更新',
|
|
|
|
+ 'iosversion' => 'ios版本更新',
|
|
),
|
|
),
|
|
'mail_type' => '1',
|
|
'mail_type' => '1',
|
|
'mail_smtp_host' => 'smtp.qq.com',
|
|
'mail_smtp_host' => 'smtp.qq.com',
|
|
@@ -40,4 +42,15 @@ return array (
|
|
'category2' => '分类二',
|
|
'category2' => '分类二',
|
|
'custom' => '自定义',
|
|
'custom' => '自定义',
|
|
),
|
|
),
|
|
|
|
+ 'android_is_force' => '1',
|
|
|
|
+ 'android_apkUrl' => 'https://oss.tken.vip/apk/app-release.apk',
|
|
|
|
+ 'android_apkName' => '约课1.0.1',
|
|
|
|
+ 'android_desc' => '修复已知问题,优化用户体验',
|
|
|
|
+ 'android_versionCode' => '1',
|
|
|
|
+ 'iso_is_force' => '1',
|
|
|
|
+ 'ios_downurl' => 'http://www.apple.com/store',
|
|
|
|
+ 'iso_appname' => 'K歌1.0.1',
|
|
|
|
+ 'iso_desc' => '这次更新了很多内容',
|
|
|
|
+ 'iso_versioncode' => '1',
|
|
|
|
+ 'ios_pay_sandbox' => '0',
|
|
);
|
|
);
|