From 1244210bfe2a6309f315f721a3cf05da164fe624 Mon Sep 17 00:00:00 2001 From: John Smith Date: Sun, 24 Nov 2024 18:06:41 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E6=A0=B7=E5=BC=8F=E7=94=9F?= =?UTF-8?q?=E6=88=90=E5=99=A8=E7=95=8C=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/package.json | 2 +- frontend/src/lang/zh.js | 6 +- frontend/src/views/StyleGenerator/Legacy.vue | 706 +++++++++--------- .../src/views/StyleGenerator/LineLike.vue | 616 +++++++-------- frontend/src/views/StyleGenerator/index.vue | 10 +- 5 files changed, 687 insertions(+), 653 deletions(-) diff --git a/frontend/package.json b/frontend/package.json index 762016f..94006fd 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "blivechat", - "version": "1.9.3", + "version": "1.10.0-dev", "private": true, "scripts": { "serve": "vue-cli-service serve", diff --git a/frontend/src/lang/zh.js b/frontend/src/lang/zh.js index 9a58247..8dfe91f 100644 --- a/frontend/src/lang/zh.js +++ b/frontend/src/lang/zh.js @@ -79,8 +79,8 @@ export default { legacy: '经典', lineLike: '仿微信', - light: '明亮', - dark: '黑暗', + light: '亮色', + dark: '暗色', outlines: '描边', showOutlines: '显示描边', @@ -150,7 +150,7 @@ export default { fadeOutTime: '淡出时间(毫秒)', slide: '滑动', reverseSlide: '反向滑动', - playAnimation: '播放动画', + playAnimation: '生成消息', result: '结果', copy: '复制', diff --git a/frontend/src/views/StyleGenerator/Legacy.vue b/frontend/src/views/StyleGenerator/Legacy.vue index 865b3c7..52e25a1 100644 --- a/frontend/src/views/StyleGenerator/Legacy.vue +++ b/frontend/src/views/StyleGenerator/Legacy.vue @@ -1,360 +1,378 @@