This commit is contained in:
Vanessa 2022-10-21 11:35:12 +08:00
parent 9fb4d9da2a
commit 4a0a1495db
157 changed files with 11245 additions and 1 deletions

8
app/src/API.ts Normal file
View file

@ -0,0 +1,8 @@
class SiYuanAPI {
static openFile() {
// openFileById()
}
}
export default SiYuanAPI;