config.php 1.1 KB

123456789101112131415161718192021222324252627282930313233
  1. <?php
  2. return [
  3. ['title'] => '插件市场设置',
  4. ['options'] => [
  5. ['title'] => '选项',
  6. ['source-text'] => '插件市场源',
  7. ['source-hint'] => '可以写相对于首页的路径或完整的URL,但必须是一个可访问的json文件',
  8. ['auto-enable-text'] => '自动启用',
  9. ['auto-enable-label'] => '插件安装成功后自动启用',
  10. ['replace-default-market-text'] => '替换默认',
  11. ['replace-default-market-label'] => '接管系统默认的插件市场',
  12. ['update-notif-text'] => '插件更新提醒',
  13. ['update-none'] => '不提醒',
  14. ['update-release-only'] => '仅正式版',
  15. ['update-both'] => '全部提醒',
  16. ],
  17. ['readme'] => [
  18. ['title'] => '插件简介',
  19. ['text'] => '这个插件它仅仅是用于从预先设置的插件源读取所有可用的插件,并提供下载功能。',
  20. ],
  21. ['list'] =>
  22. [
  23. ['title'] => '常用插件源',
  24. ['text'] => '如果您想在这里显示您的插件源',
  25. ['source1'] => '此插件作者维护的源',
  26. ]
  27. ];