From ddd84422c6ecc97077422c58602956a8df62d3fb Mon Sep 17 00:00:00 2001 From: 622aa39c1f9b166ab1a38c05 <622aa39c1f9b166ab1a38c05@devide> Date: Tue, 4 Jul 2023 03:47:00 +0000 Subject: [PATCH] Tue Jul 4 03:47:00 UTC 2023 inscode --- src/App.vue | 14 +++++++++++++- tailwind.config.js | 1 + 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/src/App.vue b/src/App.vue index ca3b64a..94894a7 100644 --- a/src/App.vue +++ b/src/App.vue @@ -97,8 +97,16 @@ d="M6 12L3.269 3.126A59.768 59.768 0 0121.485 12 59.77 59.77 0 013.27 20.876L5.999 12zm0 0h7.5" /> -
+
+
+ + * + +
+ + +
@@ -163,6 +171,10 @@ export default { autoSpeech: false, // 是否自动开始语音 speech: null, // 语音object showProfileSetting: false, //是否显示角色设置模块 + width: 512, + height: 512, + steps: 20, + sampler: 'DPM++ SDE Karras', } }, methods: { diff --git a/tailwind.config.js b/tailwind.config.js index 5087271..8bea3f5 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -2,6 +2,7 @@ module.exports = { content: [ "./index.html", + "./src/*.{vue,js,ts,jsx,tsx}", "./src/**/*.{vue,js,ts,jsx,tsx}", ], theme: { -- GitLab