优化webui的文案表达

This commit is contained in:
puke
2025-11-13 16:24:15 +08:00
parent a4dbf48497
commit 9b096fac81
3 changed files with 0 additions and 7 deletions

View File

@@ -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()

View File

@@ -254,7 +254,6 @@
"help.feature_description": "💡 Feature Description",
"help.what": "Purpose",
"help.how": "Customization",
"help.note": "Note",
"language.select": "🌐 Language",

View File

@@ -254,7 +254,6 @@
"help.feature_description": "💡 功能说明",
"help.what": "作用",
"help.how": "自定义方式",
"help.note": "注意",
"language.select": "🌐 语言",