refactor: 重构数据层支持 SGS SDK 集成

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
lyf
2026-06-26 04:21:12 +08:00
parent a7413ee037
commit 15fbbec12d
16 changed files with 762 additions and 54 deletions

View File

@@ -44,6 +44,7 @@ const copyStaticSubtree = (subtree) => {
copyStaticSubtree('nav-assets')
copyStaticSubtree('guide-data')
copyStaticSubtree('sgs-map-sdk')
copyStaticSubtree('three')
if (fs.existsSync(faviconSource)) {
fs.copyFileSync(faviconSource, faviconTarget)