123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960 |
- <?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' => '文章',
- 'goods' => '软件产品',
- ),
- 'configgroup' =>
- array (
- 'basic' => '基础配置',
- 'email' => '邮件配置',
- 'dictionary' => '字典配置',
- 'user' => '会员配置',
- 'example' => '示例分组',
- 'general' => '通用配置',
- ),
- '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' => '自定义',
- ),
- 'general_config_cmd_types' =>
- array (
- 'general' => '通用',
- 'linux' => 'Linux',
- 'cmd' => 'Cmd',
- ),
- 'general_config_cmd_tags' => 'php,python,go',
- 'general_config_code_languages' => 'JavaScript,Python,Java,C,TypeScript,Go,PHP,C++,Ruby,Swift,Kotlin,Rust,Dart,R,Scala,其它',
- 'general_config_front_techs' => 'HTML5,CSS3,VUE,React,Node.js,Webpack,Vite,Tauri,Electron,React Native,Flutter,QT,小程序,Uni-App,鸿蒙原生开发,Android原生,IOS原生,其它',
- 'general_config_back_techs' => 'Spring Boot,Spring Framework,Spring Cloud,Django,Flask,FastAPI,Express,Nest.js,Koa,Gin,Beego,Echo,Laravel,ThinkPHP,MySQL,PostgreSQL,Oracle,MongoDB,Redis,Memcached,Elasticsearch,Solr,Linux,Shell,Nginx,Apache,Docker,Kubernetes,Jenkins,Git,RPC,RabbitMQ,Kafka,RocketMQ,Maven/Gradle,JMeter,其它',
- 'general_open_bidding_time' => '5',
- 'platform_commission_ratio' => '0.1',
- 'demand_confirm_timeout_time' => '300',
- 'confirm_receipt_timeout_day' => '7',
- 'general_config_develop_types' => '全部,人工智能,网站建设,小程序,公众号,App开发,嵌入式,自动化脚本,桌面程序,其它',
- );
|