site.php 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. <?php
  2. return array (
  3. 'name' => '软件市场',
  4. 'beian' => '',
  5. 'cdnurl' => '',
  6. 'version' => '1.0.1',
  7. 'timezone' => 'Asia/Shanghai',
  8. 'forbiddenip' => '',
  9. 'languages' =>
  10. array (
  11. 'backend' => 'zh-cn',
  12. 'frontend' => 'zh-cn',
  13. ),
  14. 'fixedpage' => 'dashboard',
  15. 'categorytype' =>
  16. array (
  17. 'default' => '默认',
  18. 'page' => '单页',
  19. 'article' => '文章',
  20. 'goods' => '软件产品',
  21. ),
  22. 'configgroup' =>
  23. array (
  24. 'basic' => '基础配置',
  25. 'email' => '邮件配置',
  26. 'dictionary' => '字典配置',
  27. 'user' => '会员配置',
  28. 'example' => '示例分组',
  29. 'general' => '通用配置',
  30. ),
  31. 'mail_type' => '1',
  32. 'mail_smtp_host' => 'smtp.qq.com',
  33. 'mail_smtp_port' => '465',
  34. 'mail_smtp_user' => '',
  35. 'mail_smtp_pass' => '',
  36. 'mail_verify_type' => '2',
  37. 'mail_from' => '',
  38. 'attachmentcategory' =>
  39. array (
  40. 'category1' => '分类一',
  41. 'category2' => '分类二',
  42. 'custom' => '自定义',
  43. ),
  44. 'general_config_cmd_types' =>
  45. array (
  46. 'general' => '通用',
  47. 'linux' => 'Linux',
  48. 'cmd' => 'Cmd',
  49. ),
  50. 'general_config_cmd_tags' => 'php,python,go',
  51. 'general_config_code_languages' => 'JavaScript,Python,Java,C,TypeScript,Go,PHP,C++,Ruby,Swift,Kotlin,Rust,Dart,R,Scala,其它',
  52. 'general_config_front_techs' => 'HTML5,CSS3,VUE,React,Node.js,Webpack,Vite,Tauri,Electron,React Native,Flutter,QT,小程序,Uni-App,鸿蒙原生开发,Android原生,IOS原生,其它',
  53. '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,其它',
  54. 'general_open_bidding_time' => '5',
  55. 'platform_commission_ratio' => '0.1',
  56. 'demand_confirm_timeout_time' => '300',
  57. 'confirm_receipt_timeout_day' => '7',
  58. 'general_config_develop_types' => '全部,人工智能,网站建设,小程序,公众号,App开发,嵌入式,自动化脚本,桌面程序,其它',
  59. );