Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 8 additions & 4 deletions docs/use/open-dev.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,17 @@ import SponsorBlock from '@site/src/components/SponsorBlock/zh.mdx';
<Tabs groupId="browser" queryString>
<TabItem value="edge" label={<div className="flex items-center gap-1"><Icon height={16} width={16} icon="logos:microsoft-edge" />Edge</div>} default>

打开浏览器的扩展管理界面,或者访问 [edge://extensions/](edge://extensions/)

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

保留 edge://extensions/ 不是更快捷一些么

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

外部网站不能直接使用内部链接的,直接点击是没有任何反应的,实测会重定向到about:blank#blocked
这是 Edge 的安全政策问题,所以提供这个链接没有意义。

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

还真的,没注意过。不过我觉得还是可以保留,方便用户复制(也许添加一个复制的操作?)

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

有直接一步到位的方法啊……为什么还要保留这个间接的操作呢?暂时没有想到它保留的意义在哪里。(对比之下,这对用户来说这一点都不方便吧😅)

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

理解了,可能我习惯问题

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

外部网站不能直接使用内部链接的,直接点击是没有任何反应的,实测会重定向到about:blank#blocked 这是 Edge 的安全政策问题,所以提供这个链接没有意义。

正解。

打开浏览器的扩展列表然后点击扩展右边的三个点,

![edge-open-settings](./open-dev.assets/edge-open-settings.webp)
![edge-open-settings](./open-dev.assets/edge-open-settings.webp) 👉
<img width="335" height="38" alt="image" src="https://github.com/user-attachments/assets/808dfc9b-7404-4091-ac26-b0cf647b1a2e" />

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

图片似乎是日文,并且不在仓库里面,这样用户访问文档实际上是访问的GitHub

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

图片似乎是日文???

image

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

图片似乎是日文,并且不在仓库里面

我知道,所以说让你改一下,因为我没有写这个库的权限,这也是为什么 PR 是 Draft 状态。

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

你需要fork这个仓库,在fork之后的仓库进行改动,再pr,你的流程可能有些问题

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fork之后的仓库进行改动,再pr

无所谓了……毕竟不能直接照搬日文截图去中文说明里吧,社评会炸的😅
(换个角度来说就是刻意这样做防止有人直接合并了……)


② 在扩展管理界面中,找到脚本猫扩展,点击`详情`
或者直接右键单击在工具栏上的扩展图标来打开菜单 <img width="43" height="42" alt="image" src="https://github.com/user-attachments/assets/7f344714-45e6-4b79-b65b-c562dacae60a" />


② 在菜单中点击扩展管理

![image-20260130233429385](open-dev.assets/image-20260130233429385.png)
<img width="223" height="426" alt="image" src="https://github.com/user-attachments/assets/59d89885-43e6-46ad-9c35-43a50d88ce0c" />
Comment on lines 56 to +57

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@CodFrm 是這個吧。

image

@CodFrm CodFrm Aug 4, 2026

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

是的, 不知道是日语和中文交互不一样还是怎么,我没找到这个入口

QQ_1785846056504

找到了

QQ_1785846173118

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

建议用隐私模式精简一下环境,提供最小化的截图。

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

补充:也可以用多用户配置的方式来处理


③ 在脚本猫扩展的详情页中,找到`允许用户脚本`选项,开启它,然后关闭扩展再开启扩展,或者重启浏览器,使脚本功能生效。

Expand Down