add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

View File

@@ -0,0 +1,38 @@
# 微软边缘浏览器
> 由微软开发的现代网页浏览器基于谷歌开发的Chromium网页浏览器。
> 在Windows中此命令可作为`msedge`使用。
> 注意:来自`chromium`的附加命令参数也可以用于控制微软边缘浏览器。
> 更多信息:<https://microsoft.com/edge>。
- 打开特定的URL或文件
`microsoft-edge {{https://example.com|path/to/file.html}}`
- 在InPrivate模式下打开
`microsoft-edge --inprivate {{example.com}}`
- 在新窗口中打开:
`microsoft-edge --new-window {{example.com}}`
- 以应用程序模式打开无工具栏、URL栏、按钮等
`microsoft-edge --app={{https://example.com}}`
- 使用代理服务器:
`microsoft-edge --proxy-server="{{socks5://hostname:66}}" {{example.com}}`
- 使用自定义配置文件目录打开:
`microsoft-edge --user-data-dir={{path/to/directory}}`
- 无需CORS验证打开有助于测试API
`microsoft-edge --user-data-dir={{path/to/directory}} --disable-web-security`
- 为每个打开的标签页自动打开开发者工具窗口:
`microsoft-edge --auto-open-devtools-for-tabs`