修改Config.py,取消拼接域名以免干扰规则优先级处理;更新README.md和copilot-instructions.md,添加用…#33
修改Config.py,取消拼接域名以免干扰规则优先级处理;更新README.md和copilot-instructions.md,添加用…#33cute-omega merged 2 commits intomainfrom
Conversation
There was a problem hiding this comment.
Pull request overview
This PR refactors the domain processing logic in the SheasCealer configuration converter to handle domains individually rather than concatenating them with pipe operators, ensuring proper rule priority handling. It also adds comprehensive project documentation and makes minor formatting improvements to the README.
- Removed domain concatenation logic (pipe-separated strings) from Config.py to process each domain separately
- Added new Copilot instructions file documenting project architecture, workflow, and conventions
- Updated README.md formatting (removed colons from headers, added blank lines)
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| src/Config.py | Removed domain joining/grouping logic; now iterates over individual domains to preserve priority handling |
| assets/final_config.json | Generated output reflecting the new individual domain processing (expanded from grouped entries to separate entries per domain) |
| README.md | Minor formatting improvements to section headers and spacing |
| .github/copilot-instructions.md | New comprehensive documentation covering project purpose, module descriptions, conventions, and workflow |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 4 out of 4 changed files in this pull request and generated no new comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
…法说明和项目目的