优化UI模块和资源推荐功能

Made-with: Cursor
This commit is contained in:
刘国栋
2026-04-30 23:35:06 +08:00
parent fb309299bf
commit 86abeeb5cc
14 changed files with 737 additions and 513 deletions
+1 -1
View File
@@ -49,7 +49,7 @@ def render_tab_platform_sync(storage, brand: str) -> None:
key="github_repo_name"
)
col1, col2 = st.columns([1, 4])
col1, col2 = st.columns([1, 1])
with col1:
if st.button("💾 保存配置", type="primary", use_container_width=True):
if github_api_key and github_repo_owner and github_repo_name: