From 6feb0031e5df8a4507da919bf41e5561bea85784 Mon Sep 17 00:00:00 2001 From: whg517 Date: Sun, 13 Sep 2026 16:14:05 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=AD=A3=E6=96=87=E6=A1=A3?= =?UTF-8?q?=E9=85=8D=E7=BD=AE=E5=92=8C=E5=A4=B1=E6=95=88=E9=93=BE=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/introduction/ides.md | 2 +- mkdocs.yml | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/introduction/ides.md b/docs/introduction/ides.md index 61fed63..b1369b2 100644 --- a/docs/introduction/ides.md +++ b/docs/introduction/ides.md @@ -85,7 +85,7 @@ print(sys.version) #### 解决方法 -参考 [about_Execution_Policies](https:/go.microsoft.com/fwlink/?LinkID=135170) 的说明,并更改当前用户的 Powershell 执行策略: +参考 [about_Execution_Policies](https://go.microsoft.com/fwlink/?LinkID=135170) 的说明,并更改当前用户的 Powershell 执行策略: ```powershell Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser diff --git a/mkdocs.yml b/mkdocs.yml index afdeab9..e7eff58 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -2,7 +2,7 @@ site_name: Python 项目工程化开发指南 theme: name: material - langage: zh + language: zh features: - search.highlight - navigation.sections @@ -29,7 +29,6 @@ markdown_extensions: - admonition - pymdownx.details - pymdownx.superfences -- pymdownx.tabbed - pymdownx.caret - pymdownx.mark - pymdownx.tilde