{"id":30448294,"url":"https://github.com/tzdwindows/filebrowswindowpatch","last_synced_at":"2026-02-11T05:31:06.321Z","repository":{"id":310797645,"uuid":"1041142221","full_name":"tzdwindows/FileBrowsWindowPatch","owner":"tzdwindows","description":"为用户资源管理器添加模糊效果","archived":false,"fork":false,"pushed_at":"2025-09-06T11:13:25.000Z","size":152,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-09-06T13:05:13.875Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tzdwindows.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-08-20T03:43:16.000Z","updated_at":"2025-09-06T11:02:47.000Z","dependencies_parsed_at":"2025-08-20T10:22:49.642Z","dependency_job_id":"71a96a61-c39c-4090-982e-67b5b1b5b208","html_url":"https://github.com/tzdwindows/FileBrowsWindowPatch","commit_stats":null,"previous_names":["tzdwindows/filebrowswindowpatch"],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/tzdwindows/FileBrowsWindowPatch","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tzdwindows%2FFileBrowsWindowPatch","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tzdwindows%2FFileBrowsWindowPatch/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tzdwindows%2FFileBrowsWindowPatch/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tzdwindows%2FFileBrowsWindowPatch/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tzdwindows","download_url":"https://codeload.github.com/tzdwindows/FileBrowsWindowPatch/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tzdwindows%2FFileBrowsWindowPatch/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29327320,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-11T03:52:29.695Z","status":"ssl_error","status_checked_at":"2026-02-11T03:52:23.094Z","response_time":97,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-08-23T12:05:57.496Z","updated_at":"2026-02-11T05:31:06.316Z","avatar_url":"https://github.com/tzdwindows.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# FileBrowseWindowPatch\n\n一个使用 C++20 开发的 Windows 平台工具，用于实现 Windows 文件资源管理器窗口的背景模糊效果。\nA Windows platform tool developed using C++20, used to achieve the background blur effect of Windows File Explorer window.\n\n## 快速开始 Quick Start\n1. 在 [releases](https://github.com/tzdwindows/FileBrowsWindowPatch/releases) 中找到最新版下载\n2. 将下载到的 *FileBrowsWindowPatchXXXX.zip* 解压到你认为安全的文件夹中\n3. 直接点击 *执行透明.bat* 运行\n\n## 运行效果 Running Effect\n运行效果如下：\n![运行效果](https://github.com/tzdwindows/FileBrowsWindowPatch/blob/master/Test1.png)\n\n## 使用指南：FileBrowsWindow 效果设置\n\n### 快速开始\n1. 按下 `Win + R` 打开运行窗口\n2. 输入 **cmd** 并回车，启动命令提示符\n3. 使用以下命令进入程序目录：\n   ```cmd\n   cd \u003cFileBrowsWindowPatch的解压路径\u003e\n   ```\n4. 运行程序并添加所需参数：\n   ```cmd\n   FileBrowsWindow.exe [参数选项]\n   ```\n\n### 参数说明\n程序支持以下参数选项：\n\n| 参数 | 说明 | 示例 |\n|------|------|------|\n| `--efftype` | 设置模糊类型（取值范围：0-4） | `--efftype=1` |\n| `--blendcolor` | 设置模糊颜色，使用[r,g,b,a]格式（0-255） | `--blendcolor=[255,255,255,255]` |\n\n### 使用示例\n- 单独使用效果类型参数：\n  ```cmd\n  FileBrowsWindow.exe --efftype=2\n  ```\n\n- 单独使用颜色参数：\n  ```cmd\n  FileBrowsWindow.exe --blendcolor=[255,0,0,128]\n  ```\n\n- 组合使用多个参数（参数可叠加）：\n  ```cmd\n  FileBrowsWindow.exe --efftype=3 --blendcolor=[0,128,255,200]\n  ```\n\n### 注意事项\n- 参数顺序无关紧要，程序会自动识别\n- 颜色值需确保在0-255范围内\n- 效果类型请选择0-4之间的整数\n\n提示：将 `\u003cFileBrowsWindowPatch的解压路径\u003e` 替换为实际的解压目录路径","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftzdwindows%2Ffilebrowswindowpatch","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftzdwindows%2Ffilebrowswindowpatch","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftzdwindows%2Ffilebrowswindowpatch/lists"}