You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

35 lines
890 B

  1. export default {
  2. title: '采集站点管理',
  3. description: '采集站点管理',
  4. list: '采集列表',
  5. add: '新增采集',
  6. edit: '编辑采集',
  7. delete: '删除采集',
  8. detail: '采集详情',
  9. type_id: [
  10. '在线观看', '磁链', '网盘'
  11. ],
  12. sync_pic: [
  13. '关闭', '开启', '全局'
  14. ],
  15. columns: {
  16. name: '站点名称',
  17. url: '采集地址',
  18. param: '参数',
  19. type_id: '类型',
  20. opt: '操作',
  21. filter: '过滤器',
  22. filter_form: '过滤表单',
  23. sync_pic: '同步图片',
  24. icon_cdn: '图标CDN',
  25. class: '分类',
  26. weights: '权重',
  27. status: '状态',
  28. open_replace: '开启替换',
  29. replace_str: '替换字符串',
  30. site_auth: '搜片认证站点',
  31. site_cooperation: '搜片合作优质站点',
  32. categories_rules: '采集规则',
  33. create_time: '创建时间',
  34. update_time: '更新时间'
  35. }
  36. }