build: web component build error (#858)

* build: build error

* docs: update notes
This commit is contained in:
BiggerRain
2025-08-02 11:14:56 +08:00
committed by GitHub
parent 3ed84c2318
commit d0fc79238b
8 changed files with 56 additions and 46 deletions

View File

@@ -269,5 +269,9 @@ export const createWebAdapter = (): WebPlatformAdapter => {
return res;
},
async getCurrentWindowLabel() {
return "web";
},
};
};