fix: 战略地图P0修复 — KPI code统一+放开同层连线+数据迁移

This commit is contained in:
Hermes CI Fix
2026-07-14 16:02:33 +08:00
parent c7d436ec7a
commit 6218a7d2db
8775 changed files with 4125 additions and 1758555 deletions
@@ -1,11 +0,0 @@
"""
Module to expose more detailed version info for the installed `numpy`
"""
version = "2.4.6"
__version__ = version
full_version = version
git_revision = "b832a09cf2a169c833dd2371e7c07aa00b293242"
release = 'dev' not in version and '+' not in version
short_version = version.split("+")[0]