From 9b096fac811d86c6f689b379badc2c065ef5a56e Mon Sep 17 00:00:00 2001 From: puke <1129090915@qq.com> Date: Thu, 13 Nov 2025 16:24:15 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96webui=E7=9A=84=E6=96=87?= =?UTF-8?q?=E6=A1=88=E8=A1=A8=E8=BE=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/app.py | 5 ----- web/i18n/locales/en_US.json | 1 - web/i18n/locales/zh_CN.json | 1 - 3 files changed, 7 deletions(-) diff --git a/web/app.py b/web/app.py index c37347e..2d7fbf0 100644 --- a/web/app.py +++ b/web/app.py @@ -1048,11 +1048,6 @@ def main(): st.markdown(tr('style.video_workflow_how')) else: st.markdown(tr("style.workflow_how")) - st.markdown(f"**{tr('help.note')}**") - if template_media_type == "video": - st.markdown(tr('style.video_size_note')) - else: - st.markdown(tr("style.image_size_note")) # Get available workflows and filter by template type all_workflows = pixelle_video.media.list_workflows() diff --git a/web/i18n/locales/en_US.json b/web/i18n/locales/en_US.json index d01155c..92e0916 100644 --- a/web/i18n/locales/en_US.json +++ b/web/i18n/locales/en_US.json @@ -254,7 +254,6 @@ "help.feature_description": "💡 Feature Description", "help.what": "Purpose", "help.how": "Customization", - "help.note": "Note", "language.select": "🌐 Language", diff --git a/web/i18n/locales/zh_CN.json b/web/i18n/locales/zh_CN.json index 12d5514..9e04272 100644 --- a/web/i18n/locales/zh_CN.json +++ b/web/i18n/locales/zh_CN.json @@ -254,7 +254,6 @@ "help.feature_description": "💡 功能说明", "help.what": "作用", "help.how": "自定义方式", - "help.note": "注意", "language.select": "🌐 语言",