fix-bug 使用 Shadow DOM 隔离面板样式,避免全局 CSS 影响SVG图标渲染#1
Open
d4renk wants to merge 5 commits into
Open
Conversation
主要变更: - 从 localStorage 迁移到 GM 持久化存储 API (GM_setValue/GM_getValue) - 添加配置中心对话框,支持用户自定义所有参数 - 实现面板隐藏/显示功能(页面按钮 + 脚本菜单) - 优化滚动间隔从 100ms 调整为 1000ms - 新增 CLAUDE.md 项目文档 技术改进: - 配置系统: 支持运行时修改并持久化存储 - UI 组件: 新增配置中心模态对话框 - 菜单命令: 动态注册/注销面板控制命令 - 状态管理: 面板可见性状态持久化 - 代码优化: 移除冗余 UI 元素,简化交互逻辑 版本历程: v2.1.0 → v2.4.1 Co-Authored-By: Claude <noreply@anthropic.com>
- 提升滚动速度从 50 到 200 像素/次 - 减少滚动间隔从 1000 到 500 毫秒 - 增加点赞最小间隔从 2000 到 5000 毫秒 - 版本号更新至 2.4.2 Co-Authored-By: Claude <noreply@anthropic.com>
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.
require https://cdn.tailwindcss.com 会注入全局 reset,影响论坛 SVG 图标渲染。
变更