feat: 范本预设@noframes 避免新手踩坑#900
Merged
CodFrm merged 1 commit intoscriptscat:release/v1.3from Nov 4, 2025
Merged
Conversation
Member
|
考虑太多了,如果页面就是在 Iframe 里的话,加上 |
Collaborator
Author
新增脚本时,新手加上 |
cyfung1031
added a commit
to cyfung1031/scriptcat
that referenced
this pull request
Nov 6, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
概述 Descriptions
feat: 范本预设
@noframes避免新手踩坑现在很多网页都一堆隐形 Iframe
如果新手初写脚本的话,写出来的东西会执行几次,会感到奇怪
因此 范本应预设
@noframes然后需要在 iframe 执行时,手动移除
@noframes变更内容 Changes
normal.tpl 加
// @noframes截图 Screenshots