做了较多重构和功能支持#62
Open
mrfoolish wants to merge 34 commits into
Open
Conversation
- Switch from CSS grid to CSS columns for a masonry/bento layout where card heights adapt to content instead of fixed row heights - Add custom group support via config.local.js: users can merge subdomains or split domains by path into separate groups - Custom groups use exact URL matching when closing to avoid collateral Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
fix: reduce auto refresh tab churn See merge request: !1
- add light/dark/system theme switching and Chinese/English language mode - add advanced tab moving controls for tabs, domain groups, and all tabs - use Chrome favicon endpoint and local fallbacks for safer favicon rendering - add custom tooltips for tab actions and title previews - update fork attribution and README links
- try tab favicon URLs before falling back to Chrome favicon endpoint and local placeholders - add favicon error fallback without inline handlers - prevent title and icon tooltips from overlapping - refresh tab state when tabs move between windows - add bilingual README files and bump extension version to 1.0.1
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.
1、支持导入/导出 tab
2、支持全局搜索
3、支持主题切换(深色/浅色/跟随系统)
4、支持中英文切换
5、支持分组规则自定义
6、支持标签按需搬家到当前窗口
7、支持手动/自动刷新
8、代码做了较多功能解耦重构,补充单测