Skip to content

Commit 2d29324

Browse files
CodFrmCopilot
andauthored
Update src/pkg/utils/utils.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 1f7e81f commit 2d29324

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pkg/utils/utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ export async function checkUserScriptsAvailable() {
192192
} else {
193193
// 没有 "scriptcat-content" 和 "undefined-id-3"
194194
// 进行 "undefined-id-3" 的注册反注册测试
195-
// Chrome MV3 的一部份浏览器(如 Vivaldi )没正确处理 MV3 UserScripts API 权限问题 (API内部处理没有给予扩充权限)
195+
// Chrome MV3 的一部分浏览器(如 Vivaldi )没正确处理 MV3 UserScripts API 权限问题 (API内部处理没有给予扩充权限)
196196
// 此时会无法注册 (1. register 报错)
197197
await chrome.userScripts.register([
198198
{

0 commit comments

Comments
 (0)