From 7a809a1c1dfecd98dd07b6e9aaf4e54d146cc744 Mon Sep 17 00:00:00 2001 From: xream Date: Sat, 16 Mar 2024 02:47:04 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=96=87=E6=A1=88=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- src/locales/en.ts | 2 +- src/locales/zh.ts | 2 +- src/types/store/subsStore.d.ts | 1 + 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 5e71bc0ff..94d00802f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sub-store-front-end", - "version": "2.14.164", + "version": "2.14.165", "private": true, "scripts": { "dev": "vite --host", diff --git a/src/locales/en.ts b/src/locales/en.ts index 16be013e4..b45d965af 100644 --- a/src/locales/en.ts +++ b/src/locales/en.ts @@ -527,7 +527,7 @@ export default { btn: 'Add an artifact', }, detail: { - firstLine: 'Type: {type}, Sub: {name}', + firstLine: 'Type: {type}, Source: {name}', secondLine: 'Last Time: {time}', notSync: 'Not sync yet', }, diff --git a/src/locales/zh.ts b/src/locales/zh.ts index 7b3c55d41..20b9dd49b 100644 --- a/src/locales/zh.ts +++ b/src/locales/zh.ts @@ -529,7 +529,7 @@ export default { btn: '立即添加', }, detail: { - firstLine: '类型:{type},订阅:{name}', + firstLine: '类型:{type},来源:{name}', secondLine: '上次同步:{time}', notSync: '从未同步', }, diff --git a/src/types/store/subsStore.d.ts b/src/types/store/subsStore.d.ts index 56679b5bd..285854c4a 100644 --- a/src/types/store/subsStore.d.ts +++ b/src/types/store/subsStore.d.ts @@ -36,6 +36,7 @@ interface Sub { icon?: string; ua?: string; mergeSources?: string; + subUserinfo?: string; process: Process[]; }