This commit is contained in:
Jesse-Ma
2022-12-01 16:36:26 +08:00
parent 332f556d1d
commit b2efddc755
16 changed files with 190 additions and 104 deletions

View File

@@ -12,7 +12,16 @@ const zh = {
selectAll: "全选",
copy: "复制",
copyAll: "复制全部",
share: "分享"
share: "分享",
close: "关闭"
},
error: {
"100001": "未知错误!",
"100002": "地址有误!",
"100003": "内容已删除!",
"100004": "内容已过期!",
"100005": "内容不存在!",
"100006": "100006",
}
};
export default zh;