Skip to content

Commit

Permalink
累积策略更新并调整README.md (#13)
Browse files Browse the repository at this point in the history
调整 README.md
更新 策略配置文件至122.0.2325.0版本
更新 依赖项
  • Loading branch information
NXY666 authored Jan 15, 2024
1 parent 92b09bb commit 7eeefb8
Show file tree
Hide file tree
Showing 11 changed files with 25 additions and 28 deletions.
4 changes: 2 additions & 2 deletions PolicyManager.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,12 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="CommunityToolkit.WinUI.Controls.SettingsControls" Version="8.0.230907" />
<PackageReference Include="CommunityToolkit.WinUI.Controls.SettingsControls" Version="8.0.240109" />
<PackageReference Include="CommunityToolkit.WinUI.UI.Controls.Markdown" Version="7.1.2" />
<PackageReference Include="Microsoft.Windows.CsWin32" Version="0.3.49-beta">
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="Microsoft.WindowsAppSDK" Version="1.4.231115000" />
<PackageReference Include="Microsoft.WindowsAppSDK" Version="1.4.231219000" />
<PackageReference Include="Microsoft.Windows.SDK.BuildTools" Version="10.0.22621.2428" />
<Manifest Include="$(ApplicationManifest)" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
Expand Down
11 changes: 5 additions & 6 deletions README.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<a href="README.md">简体中文</a> | <a href="README.zh-TW.md">繁體中文</a> | <b>English</b>
</p>
<p align="center">
<img alt="Edge Policy Manager Screenshot" src="https://s11.ax1x.com/2023/12/29/piL6mid.png"/>
<img alt="Edge Policy Manager Screenshot" src="https://github.com/NXY666/EdgePolicyManager/assets/62371554/230d697f-8a2a-4cdf-a88d-1c2f04a14592"/>
</p>

## What is "Policy" Used For?
Expand All @@ -28,25 +28,25 @@ For example:

> Supports viewing and configuring policies, and displays default values inferred from the documentation when not configured.
![Policy Browsing and Configuration Screenshot](https://github.com/NXY666/EdgePolicyManager/assets/62371554/ccaf628d-1ee4-42f4-9e58-8fe47b4a80fa)
![Policy Browsing and Configuration Screenshot](https://github.com/NXY666/EdgePolicyManager/assets/62371554/63720df0-35d2-4db3-bc2e-e1789fdca361)

### Detailed Documentation Lookup

> Supports viewing detailed documentation for policies, content and translations are reviewed by Microsoft and [provided](https://www.microsoft.com/edge/business/download).
![Detailed Documentation Lookup Screenshot](https://github.com/NXY666/EdgePolicyManager/assets/62371554/8094142f-8e81-4b66-8803-77142dde5aee)
![Detailed Documentation Lookup Screenshot](https://github.com/NXY666/EdgePolicyManager/assets/62371554/97e5aaf9-a4a2-4db7-8c1d-4b30ad3e8004)

### Keyword Fuzzy Search

> Supports searching policies based on keywords and sorts them by relevance.
![Keyword Fuzzy Search Screenshot](https://github.com/NXY666/EdgePolicyManager/assets/62371554/f7411764-1548-475a-b440-a40beb4025f3)
![Keyword Fuzzy Search Screenshot](https://github.com/NXY666/EdgePolicyManager/assets/62371554/9bd48073-2259-4676-9b9d-3800fbe204fb)

### Import and Export Configuration Files

> Supports importing and exporting policy configuration files for easy backup and sharing.
![Import and Export Configuration Files Screenshot](https://github.com/NXY666/EdgePolicyManager/assets/62371554/2fd2a50c-055d-4900-81cf-fce2b5f5fc23)
![Import and Export Configuration Files Screenshot](https://github.com/NXY666/EdgePolicyManager/assets/62371554/7fc6e305-334c-4bf4-b185-bda08163638f)

### Multilingual Support

Expand Down Expand Up @@ -82,4 +82,3 @@ dotnet publish -p:Platform=ARM64 -p:PublishProfile=Properties/PublishProfiles/wi
* This tool is 100% open-source and is automatically built and released via GitHub Actions, ensuring that there are no backdoors or virus code.
* As it requires modifying the registry, the tool must run with administrator privileges, and Windows may display security warnings, which can be ignored.
* Default values are inferred from the documentation and are for reference only. If there are errors, please submit an issue, and they will be corrected as soon as possible.
* Display language always follows the system and does not support active switching.
11 changes: 5 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,25 +28,25 @@ Edge 作为系统自带的浏览器,功能复杂且冗余。不仅如此,微

> 支持查看和配置策略,并在未配置的情况下展示通过文档推断的默认值。
![策略浏览与配置截图](https://s11.ax1x.com/2023/12/31/piOgmyq.png)
![策略浏览与配置截图](https://s11.ax1x.com/2024/01/12/pFCTYnI.png)

### 详细文档查询

> 支持查看策略的详细文档,内容及其翻译由微软审核并[提供](https://www.microsoft.com/edge/business/download)
![详细文档查询截图](https://s11.ax1x.com/2023/12/31/piOcjWd.png)
![详细文档查询截图](https://s11.ax1x.com/2024/01/12/pFCTtBt.png)

### 关键字模糊检索

> 支持根据关键字模糊搜索策略,并根据相关度排序。
![关键字模糊检索截图](https://s11.ax1x.com/2023/12/29/piLcifs.png)
![关键字模糊检索截图](https://s11.ax1x.com/2024/01/12/pFCTGjA.png)

### 导入与导出配置文件

> 支持导入和导出策略配置文件,方便备份和共享。
![导入与导出配置文件截图](https://s11.ax1x.com/2023/12/31/piOgeln.png)
![导入与导出配置文件截图](https://s11.ax1x.com/2024/01/12/pFCT8cd.png)

### 多语言支持

Expand Down Expand Up @@ -80,6 +80,5 @@ dotnet publish -p:Platform=ARM64 -p:PublishProfile=Properties/PublishProfiles/wi
## 说明

* 本工具 100% 开源,并通过 GitHub Action 自动构建并发布,不会也不可能存在后门或病毒代码。
* 由于需要修改注册表,工具必须以管理员权限运行,Windows 可能会因此弹出安全警告提示,忽略即可。
* 由于需要编辑注册表,工具必须以管理员权限运行,Windows 可能会因此弹出安全警告提示,忽略即可。
* 默认值根据文档内容推断,仅供参考。如有错误可提交 Issue ,将尽快修正。
* 显示语言始终跟随系统,暂不支持主动切换。
13 changes: 6 additions & 7 deletions README.zh-TW.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<a href="README.md">简体中文</a> | <b>繁體中文</b> | <a href="README.en-US.md">English</a>
</p>
<p align="center">
<img alt="Edge策略管理器截圖" src="https://s11.ax1x.com/2023/12/29/piL6mid.png"/>
<img alt="Edge策略管理器截圖" src="https://github.com/NXY666/EdgePolicyManager/assets/62371554/230d697f-8a2a-4cdf-a88d-1c2f04a14592"/>
</p>

## 「策略」有什麼用途?
Expand All @@ -28,25 +28,25 @@ Edge 作為系統內建的瀏覽器,功能繁雜且冗餘。不僅如此,微

> 支援查看和配置策略,並在未配置的情況下展示通過文檔推斷的預設值。
![策略瀏覽與配置截圖](https://github.com/NXY666/EdgePolicyManager/assets/62371554/ccaf628d-1ee4-42f4-9e58-8fe47b4a80fa)
![策略瀏覽與配置截圖](https://github.com/NXY666/EdgePolicyManager/assets/62371554/63720df0-35d2-4db3-bc2e-e1789fdca361)

### 詳細文檔查詢

> 支援查看策略的詳細文檔,內容及其翻譯由微軟審核並[提供](https://www.microsoft.com/edge/business/download)
![詳細文檔查詢截圖](https://github.com/NXY666/EdgePolicyManager/assets/62371554/8094142f-8e81-4b66-8803-77142dde5aee)
![詳細文檔查詢截圖](https://github.com/NXY666/EdgePolicyManager/assets/62371554/97e5aaf9-a4a2-4db7-8c1d-4b30ad3e8004)

### 關鍵字模糊檢索

> 支援根據關鍵字模糊搜索策略,並根據相關度排序。
![關鍵字模糊檢索截圖](https://github.com/NXY666/EdgePolicyManager/assets/62371554/f7411764-1548-475a-b440-a40beb4025f3)
![關鍵字模糊檢索截圖](https://github.com/NXY666/EdgePolicyManager/assets/62371554/9bd48073-2259-4676-9b9d-3800fbe204fb)

### 匯入與匯出配置文件

> 支援匯入和匯出策略配置文件,方便備份和共享。
![匯入與匯出配置文件截圖](https://github.com/NXY666/EdgePolicyManager/assets/62371554/2fd2a50c-055d-4900-81cf-fce2b5f5fc23)
![匯入與匯出配置文件截圖](https://github.com/NXY666/EdgePolicyManager/assets/62371554/7fc6e305-334c-4bf4-b185-bda08163638f)

### 多語言支援

Expand Down Expand Up @@ -80,6 +80,5 @@ dotnet publish -p:Platform=ARM64 -p:PublishProfile=Properties/PublishProfiles/wi
## 說明

* 本工具 100% 開源,並通過 GitHub Action 自動構建並發布,不會也不可能存在後門或病毒代碼。
* 由於需要修改註冊表,工具必須以管理員權限運行,Windows 可能會因此彈出安全警告提示,忽略即可。
* 由於需要編輯註冊表,工具必須以管理員權限運行,Windows 可能會因此彈出安全警告提示,忽略即可。
* 預設值根據文檔內容推斷,僅供參考。如有錯誤可提交 Issue ,將儘快修正。
* 顯示語言始終跟隨系統,暫不支援主動切換。
2 changes: 1 addition & 1 deletion StaticModels/Policy/Edge/en-US/PolicyDetailMap.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion StaticModels/Policy/Edge/zh-CN/PolicyDetailMap.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion StaticModels/Policy/Edge/zh-TW/PolicyDetailMap.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion StaticModels/Policy/EdgeWebview/zh-CN/PolicyDetailMap.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion StaticModels/Policy/EdgeWebview/zh-TW/PolicyDetailMap.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion StaticModels/Policy/SUPPORT_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
121.0.2277.4
122.0.2325.0
2 changes: 1 addition & 1 deletion StaticModels/Policy/TEMPLATE_MD5
Original file line number Diff line number Diff line change
@@ -1 +1 @@
d132a69f358366d67e64d28949ebfede
fc1c1dd6f7a8a000e8b89ab7a1374d17

0 comments on commit 7eeefb8

Please sign in to comment.