mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-27 03:48:48 +01:00
This commit is contained in:
parent
6ae7a55e5e
commit
2ebc265996
1 changed files with 10 additions and 3 deletions
|
|
@ -1,10 +1,17 @@
|
|||
import {App} from "../index";
|
||||
|
||||
export class Plugin {
|
||||
public i18n: IObject;
|
||||
|
||||
constructor() {
|
||||
|
||||
constructor(options: {
|
||||
app: App,
|
||||
id: string,
|
||||
i18n: IObject
|
||||
}) {
|
||||
this.i18n = options.i18n;
|
||||
}
|
||||
|
||||
public getData () {
|
||||
public getData() {
|
||||
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue