From 4b26db92380bec64dcb7d169575a40fc19638ee2 Mon Sep 17 00:00:00 2001 From: windingwind <33902321+windingwind@users.noreply.github.com> Date: Wed, 15 May 2024 15:36:50 +0800 Subject: [PATCH] update: lint --- README.md | 1 - doc/README-zhCN.md | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index b75c417..5e70406 100644 --- a/README.md +++ b/README.md @@ -271,7 +271,6 @@ npm run release > [!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. -> #### About Prerelease diff --git a/doc/README-zhCN.md b/doc/README-zhCN.md index 1a8c7c4..b3b4364 100644 --- a/doc/README-zhCN.md +++ b/doc/README-zhCN.md @@ -181,7 +181,7 @@ Obsidian风格的指令输入模块,它通过接受文本来运行插件,并 > [!warning] > 注意设置 addonID 和 addonRef 以避免冲突. - 如果你需要在 GitHub 以外的地方托管你的 XPI 包,请修改 `zotero-plugin.config.ts` 中的 `updateURL` 和 `xpiDownloadLink`。 + 如果你需要在 GitHub 以外的地方托管你的 XPI 包,请修改 `zotero-plugin.config.ts` 中的 `updateURL` 和 `xpiDownloadLink`。 2. 复制 Zotero 启动配置,填入 Zotero 可执行文件路径和 profile 路径.