[feat] romanizer

This commit is contained in:
kwaroran
2023-11-09 20:00:32 +09:00
parent 153874de66
commit b023ee5f6b
5 changed files with 92 additions and 0 deletions

View File

@@ -360,6 +360,7 @@ export interface Database{
plugins: RisuPlugin[]
officialplugins: {
automark?: boolean
romanizer?: boolean
}
currentPluginProvider: string
zoomsize:number