{"id":15010802,"url":"https://github.com/wtcpython/winuiedge","last_synced_at":"2025-04-09T18:35:15.064Z","repository":{"id":213826058,"uuid":"735020640","full_name":"wtcpython/WinUIEdge","owner":"wtcpython","description":"一个简易的浏览器，基于 WinUI 3 和 Edge WebView2","archived":false,"fork":false,"pushed_at":"2024-04-16T12:42:57.000Z","size":1197,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-04-16T14:30:45.791Z","etag":null,"topics":["chromium","csharp","edge","webview2","winappsdk","windows","windows-11","winui3"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/wtcpython.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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}},"created_at":"2023-12-23T11:33:36.000Z","updated_at":"2024-04-23T12:59:35.871Z","dependencies_parsed_at":"2024-04-10T07:27:22.893Z","dependency_job_id":"f68d66f2-401f-4c7a-8adc-dfdd8d8dfe86","html_url":"https://github.com/wtcpython/WinUIEdge","commit_stats":null,"previous_names":["wtcpython/winuiedge"],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wtcpython%2FWinUIEdge","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wtcpython%2FWinUIEdge/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wtcpython%2FWinUIEdge/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wtcpython%2FWinUIEdge/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wtcpython","download_url":"https://codeload.github.com/wtcpython/WinUIEdge/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248088411,"owners_count":21045709,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["chromium","csharp","edge","webview2","winappsdk","windows","windows-11","winui3"],"created_at":"2024-09-24T19:36:05.359Z","updated_at":"2025-04-09T18:35:15.028Z","avatar_url":"https://github.com/wtcpython.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# WinUIEdge\n\n**注意：** 如果想要使用此软件，需要确保电脑已经安装 [Microsoft Edge WebView2](https://developer.microsoft.com/zh-cn/microsoft-edge/webview2/) ，如果系统自带的 Microsoft Edge 没有被暴力卸载，那么 WebView2 大概率也是存在的。\n\n## 特色功能\n\n### 本地控件制作的新版 “主页”\n\n![Home Page](Assets/ReadmeSource/home-page.png)\n\n主页的设计整体 **干净清爽**，默认在下方固定一些国内常用的导航网址，既可以单独删除，也可以不显示这些网站。\n\n同时还可以自定义主页的壁纸样式。\n\n### 软件高度自定义\n\n软件支持深浅色的自由切换，默认支持系统原生主题，同时支持多种自定义主题\n\n![App Theme](Assets/ReadmeSource/app-theme.png)\n\n下载、历史记录的弹出窗口使用重绘的窗口，并不会采用浏览器自带的弹出窗口\n\n### 本地原生支持的文本渲染引擎\n\n传统浏览器对于文本文件的渲染支持的不是很好，本软件的文本控件基于 Scintilla框架，为部分语言启用了语法高亮，\n同时还有行号显示，语言识别，编码调整等功能。\n\n\n对于传统的文本文件：\n\n![Text File Preview](Assets/ReadmeSource/text-file-preview.png)\n\n对于 **Json** 文件：\n\n![Json File Preview](Assets/ReadmeSource/json-file-preivew.png)\n\n对于 **Windows lnk** 文件：\n\n![lnk File Preview](Assets/ReadmeSource/lnk-file-preivew.png)\n\n后续会添加更多其他形式的特殊文件。\n\n### 重新制作的图片查看界面\n\n![Image View](Assets/ReadmeSource/image-viewer.png)\n\n左：Windows 11 新版照片查看器\n\n右：本软件的照片查看界面\n\n重新设计的图片查看界面借鉴了 Windows 11 新版的照片查看界面，在功能上更加完善。\n\n### 设置界面提供丰富的自定义选项\n\n在设置界面，可以实现不少对浏览器的自定义控制。\n\n![Settings Page](Assets/ReadmeSource/settings-page.png)\n\n## 使用本软件的最低要求\n\n1. 最新版本的 [Microsoft Edge WebView2 Runtime](https://developer.microsoft.com/zh-cn/microsoft-edge/webview2/)\n2. Windows 10+ (Build 19041.0) 或更高版本\n\n## 如何从源代码构建\n\n1. [Visual Studio 2022 Community](https://visualstudio.microsoft.com/zh-hans/vs/)\n2. 确保安装 `.NET 桌面开发`， `通用 Windows 平台开发` 等组件\n3. [.NET 9.0](https://dotnet.microsoft.com/zh-cn/download/dotnet/9.0)\n4. `NuGet` 包\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwtcpython%2Fwinuiedge","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwtcpython%2Fwinuiedge","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwtcpython%2Fwinuiedge/lists"}