添加产品规格文档并优化项目结构

Made-with: Cursor
This commit is contained in:
刘国栋
2026-04-30 18:37:46 +08:00
parent bf2551d529
commit fb309299bf
101 changed files with 9586 additions and 14386 deletions
+25 -1
View File
@@ -6,4 +6,28 @@ Each top-level Tab in `geo_tool.py` should have a corresponding
invoked from the main app.
"""
from . import tab_keywords, tab_autowrite
from . import (
tab_keywords,
tab_autowrite,
tab_optimize,
tab_validation,
tab_history,
tab_reports,
tab_workflow,
tab_resources,
tab_platform_sync,
tab_config_optimizer,
)
__all__ = [
"tab_keywords",
"tab_autowrite",
"tab_optimize",
"tab_validation",
"tab_history",
"tab_reports",
"tab_workflow",
"tab_resources",
"tab_platform_sync",
"tab_config_optimizer",
]