Vanessa 2023-05-04 18:28:57 +08:00
parent 8ae3b354ab
commit 7b2b3c22be
3 changed files with 57 additions and 2 deletions

14
app/src/plugin/index.ts Normal file
View file

@ -0,0 +1,14 @@
export class Plugin {
constructor() {
}
getData () {
}
public onload() {
console.log("Hello, world!")
}
}