mirror of
https://github.com/appdev/siyuan-unlock.git
synced 2026-03-10 10:47:43 +08:00
9 lines
104 B
TypeScript
9 lines
104 B
TypeScript
class SiYuanAPI {
|
|
|
|
static openFile() {
|
|
// openFileById()
|
|
}
|
|
}
|
|
|
|
export default SiYuanAPI;
|