提交室内导览交互与讲解优化

This commit is contained in:
lyf
2026-06-14 23:48:13 +08:00
parent a7c1879f60
commit feb7310a46
33 changed files with 3257 additions and 361 deletions

View File

@@ -0,0 +1,25 @@
{
"name": "@sgs/map-sdk",
"version": "2.0.0",
"description": "SGS Map SDK",
"main": "./dist/index.mjs",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"exports": {
".": {
"import": "./dist/index.mjs",
"types": "./dist/index.d.ts"
}
},
"sideEffects": true,
"files": [
"dist",
"example",
"README.md",
"sdk-quickstart.md",
"sdk-protocol.md"
],
"devDependencies": {},
"author": "SGS Team",
"license": "MIT"
}