chore: web component loading font icon (#838)

* chore: web component loading font icon

* docs: update notes
This commit is contained in:
BiggerRain
2025-07-28 19:03:40 +08:00
committed by GitHub
parent cd54beee04
commit 6bc78b41ef
13 changed files with 33 additions and 33 deletions

View File

@@ -58,6 +58,10 @@ export const createWebAdapter = (): WebPlatformAdapter => {
console.log("Web mode simulated set always on top", isPinned);
},
async toggleMoveToActiveSpaceAttribute() {
console.log("Web mode simulated toggle move to active space attribute");
},
async checkScreenRecordingPermission() {
console.log("Web mode simulated check screen recording permission");
return false;