mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-19 16:10:12 +01:00
This commit is contained in:
parent
8ae3b354ab
commit
7b2b3c22be
3 changed files with 57 additions and 2 deletions
14
app/src/plugin/index.ts
Normal file
14
app/src/plugin/index.ts
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
export class Plugin {
|
||||
|
||||
constructor() {
|
||||
|
||||
}
|
||||
|
||||
getData () {
|
||||
|
||||
}
|
||||
|
||||
public onload() {
|
||||
console.log("Hello, world!")
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue