12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667 |
- <?php
- return array (
- 'name' => 'Elin Dance Studio',
- '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' => '基础配置',
- 'dictionary' => '字典配置',
- 'androidversion' => '安卓版本更新',
- 'iosversion' => 'ios版本更新',
- 'email' => '邮箱配置',
- 'website' => '站点配置',
- 'service' => '金钱配置',
- ),
- 'mail_type' => '1',
- 'mail_smtp_host' => 'smtp.126.com',
- 'mail_smtp_port' => '465',
- 'mail_smtp_user' => 'test123123456',
- 'mail_smtp_pass' => 'TJKFEMMSRGFCMROE',
- 'mail_verify_type' => '2',
- 'mail_from' => 'test123123456@126.com',
- 'attachmentcategory' =>
- array (
- 'category1' => '分类一',
- 'category2' => '分类二',
- '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',
- 'contact_mobile' => '+6588799689',
- 'contact_email' => 'enquiry@elindance.com.sg',
- 'index_middle_image' => '/uploads/20231205/6aaf2860e60265e15066bb5700951630.png',
- 'index_bottom_image' => '/uploads/20231205/974dd1f257c84e07317cbc13f9d69872.png',
- 'public_store_address' => 'Link@896,896 Dunearn Road,Singapore',
- 'map_longitude' => '103.8014002',
- 'map_latitude' => '1.2763445',
- 'default_avatar' => '/uploads/20240106/1a93c413164d2a31a9efae42b9292c3e.png',
- 'trylesson_cancel_text_en' => 'For any cancellations less than 24hours before the session,your membership packgae will automatically be deducted in the syetem and for those who pay Per Session,your payment will not be refunded.',
- 'trylesson_cancel_text' => '对于在开课前24小时内取消的任何活动,您的会员套餐将自动在系统中扣除,对于那些在线支付的人,您的付款将不会退还。',
- );
|