🐛 Data indexing is abnormal after switching workspaces on mobile https://github.com/siyuan-note/siyuan/issues/16646

Signed-off-by: Daniel <845765@qq.com>
This commit is contained in:
Daniel
2025-12-20 17:26:00 +08:00
parent c07efea8de
commit a038421e73
2 changed files with 9 additions and 0 deletions

View File

@@ -138,4 +138,9 @@ func Unzip(zipFilePath, destination *C.char) {
}
}
//export Exit
func Exit() {
os.Exit(logging.ExitCodeOk)
}
func main() {}