update: lint

This commit is contained in:
windingwind 2024-05-15 15:36:50 +08:00
parent 0d76086064
commit 4b26db9238
2 changed files with 1 additions and 2 deletions

View File

@ -271,7 +271,6 @@ npm run release
> [!note] > [!note]
> In this template, release-it is configured to locally bump the version, build, and push commits and git.tags, subsequently GitHub Action will rebuild the plugin and publish the XPI to GitHub Release. > In this template, release-it is configured to locally bump the version, build, and push commits and git.tags, subsequently GitHub Action will rebuild the plugin and publish the XPI to GitHub Release.
>
#### About Prerelease #### About Prerelease

View File

@ -181,7 +181,7 @@ Obsidian风格的指令输入模块它通过接受文本来运行插件
> [!warning] > [!warning]
> 注意设置 addonID 和 addonRef 以避免冲突. > 注意设置 addonID 和 addonRef 以避免冲突.
如果你需要在 GitHub 以外的地方托管你的 XPI 包,请修改 `zotero-plugin.config.ts` 中的 `updateURL``xpiDownloadLink` 如果你需要在 GitHub 以外的地方托管你的 XPI 包,请修改 `zotero-plugin.config.ts` 中的 `updateURL``xpiDownloadLink`
2. 复制 Zotero 启动配置,填入 Zotero 可执行文件路径和 profile 路径. 2. 复制 Zotero 启动配置,填入 Zotero 可执行文件路径和 profile 路径.