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.
 

36 lines
890 B

export default {
title: '采集站点管理',
description: '采集站点管理',
list: '采集列表',
add: '新增采集',
edit: '编辑采集',
delete: '删除采集',
detail: '采集详情',
type_id: [
'在线观看', '磁链', '网盘'
],
sync_pic: [
'关闭', '开启', '全局'
],
columns: {
name: '站点名称',
url: '采集地址',
param: '参数',
type_id: '类型',
opt: '操作',
filter: '过滤器',
filter_form: '过滤表单',
sync_pic: '同步图片',
icon_cdn: '图标CDN',
class: '分类',
weights: '权重',
status: '状态',
open_replace: '开启替换',
replace_str: '替换字符串',
site_auth: '搜片认证站点',
site_cooperation: '搜片合作优质站点',
categories_rules: '采集规则',
create_time: '创建时间',
update_time: '更新时间'
}
}