From f1382a2f95588ae85d410c2a38c0fe80d2df0ad8 Mon Sep 17 00:00:00 2001 From: fzlins Date: Fri, 9 Dec 2022 10:07:22 -0500 Subject: [PATCH] =?UTF-8?q?feat:=E6=B7=BB=E5=8A=A0=E8=BF=87=E6=BB=A4?= =?UTF-8?q?=E5=88=97=E5=92=8C=E6=98=AF=E5=90=A6=E6=98=BE=E7=A4=BA=E5=81=9A?= =?UTF-8?q?=E7=A7=8D=E7=A7=AF=E5=88=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resource/i18n/en.json | 2 + resource/i18n/zh-CN.json | 2 + src/options/views/Home.vue | 194 ++++++++++++++++++++++--------------- 3 files changed, 119 insertions(+), 79 deletions(-) diff --git a/resource/i18n/en.json b/resource/i18n/en.json index a9fc4f0ee..f1c21cef3 100644 --- a/resource/i18n/en.json +++ b/resource/i18n/en.json @@ -166,6 +166,8 @@ "userName": "User name", "userLevel": "User level", "levelRequirements": "Level requirements", + "seedingPoints": "Seeding Points", + "selectColumns": "Select Columns", "week": "Expressed in weeks", "timeline": "Time line", "settings": "Settings", diff --git a/resource/i18n/zh-CN.json b/resource/i18n/zh-CN.json index 20cb27669..ca7d8aae2 100644 --- a/resource/i18n/zh-CN.json +++ b/resource/i18n/zh-CN.json @@ -163,6 +163,8 @@ "userName": "用户名称", "userLevel": "用户等级", "levelRequirements": "等级要求", + "seedingPoints": "保种积分", + "selectColumns": "过滤列", "week": "时间显示为周数", "timeline": "时间轴", "settings": "参数", diff --git a/src/options/views/Home.vue b/src/options/views/Home.vue index 048b67b50..cf348a69c 100644 --- a/src/options/views/Home.vue +++ b/src/options/views/Home.vue @@ -54,9 +54,26 @@ :label="$t('home.week')" @change="updateViewOptions" > + + + + @@ -74,7 +91,7 @@