This commit is contained in:
shenyutao 2023-08-17 16:11:25 +08:00
parent 033bafa5bc
commit eed95d402e
4 changed files with 2 additions and 11 deletions

View File

@ -1,4 +0,0 @@
pref-title = Addon Template Example
pref-enable =
.label = Enable
pref-help = { $name } Build { $version } { $time }

View File

@ -1,4 +1,5 @@
menuitem-updatetldrlabel = 更新TLDR
menucollection-updatetldrlabel = 批量更新TLDR
itembox-tldrlabel = TLDR
prefs-title = 插件模板
tldr-unrelated = 未关联TLDR
tldr-itemnotfound = 未搜索到此条目

View File

@ -1,5 +0,0 @@
pref-title = 插件模板设置示例
pref-enable =
.label = 开启
pref-input = 输入
pref-help = { $name } Build { $version } { $time }

View File

@ -1,4 +1,3 @@
import { ColumnOptions } from "zotero-plugin-toolkit/dist/helpers/virtualizedTable";
import { DialogHelper } from "zotero-plugin-toolkit/dist/helpers/dialog";
import hooks from "./hooks";
import { createZToolkit } from "./utils/ztoolkit";