Commit Graph

1250 Commits (4539e352a5eb5d210835b51fd3796c317b355fa6)

Author SHA1 Message Date
cute-omega 4539e352a5 签出用反了 2025-11-25 13:58:07 +08:00
cute-omega 4c316db5b9 fix: 修复npm run electron中预设路径 2025-11-25 13:57:02 +08:00
cute-omega def9cccaf2 feat: 添加对 RPM 包的重命名支持,以便于 Linux 系统的发布 2025-11-25 13:50:14 +08:00
cute-omega 081a82ef51 feat: 更新 npm 运行脚本路径,以支持跨目录调用 2025-11-25 13:36:28 +08:00
cute-omega f52985553e feat: 添加带超时功能的 Electron 运行脚本,支持 Windows 和 Unix 系统 2025-11-25 13:28:22 +08:00
cute-omega 62095be08a feat: 更新工作流和配置,修复拼写错误并添加 RPM 目标 2025-11-25 13:06:39 +08:00
cute-omega 0c5068fa23 feat: 添加 FreeEye 插件配置和实现代码 2025-11-17 17:44:07 +08:00
cute-omega d4a1be469f feat: remove FreeEye submodule configuration from .gitmodules 2025-11-17 17:43:07 +08:00
cute-omega 683c5c1c4b Embed free-eye: convert submodule to regular directory 2025-11-17 17:40:49 +08:00
cute-omega 580b543d69 feat: update workflows to enable submodule fetching and improve checkout efficiency 2025-11-17 16:37:40 +08:00
cute-omega f6d7bfda4d feat: add FreeEye plugin as a submodule for enhanced network testing 2025-11-17 16:11:10 +08:00
cute-omega 8fcda2acdc Merge branch 'release-2.0.1' of https://github.com/docmirror/dev-sidecar into release-2.0.1 2025-11-17 15:55:10 +08:00
cute-omega fe0755a14f feat: add FreeEye plugin for network testing and enhance UI components
- Introduced a new FreeEye plugin for network connectivity and censorship testing.
- Updated various Vue components to improve UI consistency and readability.
- Enhanced logging and result display features in the FreeEye plugin.
- Added new routes and menu items for the FreeEye plugin in the application.
- Improved code formatting and structure across multiple files for better maintainability.
- Updated copyright information in vue.config.js.
2025-11-17 15:54:34 +08:00
Cute Omega c2c102795b
Merge pull request #534 from docmirror/copilot/fix-github-star-issue
通过缓存机制修复 GitHub star 徽章速率限制错误
2025-11-15 23:18:24 +08:00
copilot-swe-agent[bot] 5dda806cb8 Add caching to GitHub star badge to reduce API calls
Co-authored-by: cute-omega <92797441+cute-omega@users.noreply.github.com>
2025-11-15 13:22:41 +00:00
Cute Omega 44a649c9b1
Merge pull request #532 from yeying-xingchen/patch-1
fix: hust mirror mistake.
2025-11-15 21:18:24 +08:00
copilot-swe-agent[bot] 7351f98f0b Replace shields.io badge with direct GitHub star button
Co-authored-by: cute-omega <92797441+cute-omega@users.noreply.github.com>
2025-11-15 13:09:19 +00:00
copilot-swe-agent[bot] 402be12fc6 Initial plan 2025-11-15 13:04:39 +00:00
cute-omega 06af0e04eb Refactor code structure for improved readability and maintainability 2025-11-15 13:49:29 +08:00
夜影星辰 d684d45ee3
fix: hust mirror mistake. 2025-11-15 12:00:52 +08:00
Cute Omega 879b1fc097
Update README with star history and project info
Added a star history chart and updated project status.
2025-11-14 23:59:12 +08:00
Cute Omega f3c899f2fe
Revise security warnings and add configuration details
Updated security warnings and configuration instructions in README.
2025-11-14 23:53:57 +08:00
Cute Omega 828cbe06c5
Update README with additional issues and usage info
Added section for additional issues and Java usage.
2025-11-14 17:33:42 +08:00
Cute Omega 2b956abdf2
Update certificate installation instructions in README 2025-11-14 17:30:50 +08:00
Cute Omega aec1bab371
Fix links and update image references in README
Updated links and references in the README file to point to local documentation and images.
2025-11-14 17:22:39 +08:00
Cute Omega 8b688739f8
Revise README for clarity and updates
Updated README to clarify project status and installation instructions.
2025-11-14 17:09:38 +08:00
王良 495f65c92b optimize: 日志优化、DNS相关单测调整、部分代码小调整。 2025-08-26 14:31:27 +08:00
王良 867909cbf5 feature: proxy、redirect拦截器配置,支持域名正则匹配占位符替换。(之前仅支持path匹配替换) 2025-08-26 14:22:40 +08:00
王良 71094c4758 bugfix: DoT的DNS,配置了SNI但未生效的问题修复 2025-08-26 14:22:20 +08:00
王良 1dc5895314 bugfix: 避免 “端口被占用” 的提示框连续弹两个的问题 2025-08-26 14:21:32 +08:00
王良 c9095ac0af bugfix: 尝试修复macbook打开DS,图标变大的问题。 2025-08-26 14:21:24 +08:00
王良 84f8802f06 feature: DoH类型的DNS,已支持SNI 2025-08-26 14:21:20 +08:00
王良 7697a0f199 bugfix: 解决success、abort、redirect拦截器跨域问题。 2025-08-26 14:17:12 +08:00
王良 4d3f2240ab 计算cost所需的对象,由 `new Date()` 调整为 `Date.now()` 2025-08-26 14:16:50 +08:00
王良 d2a4a2028b feat: proxy和redirect拦截器,支持命名捕获组名称来设置占位符 2025-08-26 14:16:17 +08:00
王良 0edee7b6eb 1)feature: IP测速功能,针对请求的端口进行测速,不再固定 `443` 端口进行测速;
2)bugfix: IP测速功能,域名长时间未访问时,再访问后不会重启自动测速功能的问题修复;
3)optimize: 优化DNS获取的IP再经过IpTester校验的逻辑。
2025-08-26 14:15:58 +08:00
王良 fe412ccc24 optimize: `TLS` 类型的DNS,servername属性也可配置在sni属性,与拦截功能中的配置键保持一致。 2025-08-26 14:15:34 +08:00
王良 ac1de5b4d6 feat: SNI默认使用的DNS,可在 `DNS服务管理` 中配置。 2025-08-26 14:15:11 +08:00
王良 cfc0fc90d1 optimize: 列表配置点击添加按钮时,自动获取输入框的焦点 2025-08-26 14:15:07 +08:00
王良 4d6be465c7 wiki: 完善 加速服务使用说明.md 文档 2025-05-16 10:55:54 +08:00
王良 945cc505d8 wiki: 完善 加速服务使用说明.md 文档 2025-05-16 10:41:11 +08:00
王良 88687e8709 doc: 将 wiki 页面的内容添加到仓库中,方便别人修改文档。 2025-05-16 09:57:10 +08:00
star knight 8ed6193513
feature: Windows系统的系统代理忽略本地地址 (#477) 2025-03-26 17:14:19 +08:00
王良 40d145e77a github-actions: 部分文件变更不触发actions 2025-03-07 14:10:57 +08:00
王良 f54b77f4ea optimize: 版本比对功能,代码重构。 2025-03-07 11:46:53 +08:00
BarryLhm e3c1d80e47
doc: 更正linux文档 (#461) 2025-03-06 22:15:05 +08:00
王良 78de4689e8 optimize: 版本比对功能,能够解析临时版本号了。 2025-03-06 15:24:53 +08:00
BarryLhm 1328c79ba2
doc: 添加特殊linux安装说明 (#456) 2025-03-06 11:56:26 +08:00
王良 8ed5788ce2 bugfix: 1)`UDP`类型的DNS,并发调用时IP赋值混乱的问题修复;2)`UDP`和`TCP`类型的DNS连接对象未关闭的问题修复。 2025-03-06 11:01:23 +08:00
王良 fa06a0772e v2.0.0 2025-03-05 22:23:22 +08:00