diff --git a/.github/ISSUE_TEMPLATE/SPA.yml b/.github/ISSUE_TEMPLATE/SPA.yml
index e72c2d3..86b5952 100644
--- a/.github/ISSUE_TEMPLATE/SPA.yml
+++ b/.github/ISSUE_TEMPLATE/SPA.yml
@@ -8,7 +8,7 @@ body:
attributes:
value: |
> [!NOTE]
- > 为避免造成更多的麻烦,请在报告issue前,先检查是否有其他人已经报告过相同的立项。[检查是否存在重复](https://github.com/xystudiocode/pyclickmouse/issues)😊
+ > 为避免造成更多的麻烦,请在报告issue前,先检查是否有其他人已经报告过相同的立项。[检查是否存在重复](https://github.com/xystudiocode/pyClickMouse/issues)😊
> [!IMPORTANT]
> 我们不会在gitee上处理issue,请使用github发布。🙋♂️
diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml
index 1611bb2..6070eb1 100644
--- a/.github/ISSUE_TEMPLATE/bug.yml
+++ b/.github/ISSUE_TEMPLATE/bug.yml
@@ -9,7 +9,7 @@ body:
attributes:
value: |
> [!NOTE]
- > 为避免造成更多的麻烦,请在报告issue前,先检查是否有其他人已经报告过相同的问题。[检查是否存在重复](https://github.com/xystudiocode/pyclickmouse/issues)😊
+ > 为避免造成更多的麻烦,请在报告issue前,先检查是否有其他人已经报告过相同的问题。[检查是否存在重复](https://github.com/xystudiocode/pyClickMouse/issues)😊
> [!IMPORTANT]
> 我们不会在gitee上处理issue,请使用github发布。🙋♂️
@@ -26,7 +26,7 @@ body:
- type: dropdown
attributes:
label: 🎭你是否从官方版本发现bug
- description: ❗clickmouse官方版本只在[github releases](https://github.com/xystudiocode/pyclickmouse/releases)或[gitee releases](https://gitee.com/xystudio889/pyclickmouse/releases)页面发布,其他均为非官方版本。
+ description: ❗clickmouse官方版本只在[github releases](https://github.com/xystudiocode/pyClickMouse/releases)或[gitee releases](https://gitee.com/xystudio889/pyClickMouse/releases)页面发布,其他均为非官方版本。
multiple: false
options:
- ✅是
diff --git a/.github/ISSUE_TEMPLATE/feature.yml b/.github/ISSUE_TEMPLATE/feature.yml
index 6673509..adbf69b 100644
--- a/.github/ISSUE_TEMPLATE/feature.yml
+++ b/.github/ISSUE_TEMPLATE/feature.yml
@@ -8,7 +8,7 @@ body:
attributes:
value: |
> [!NOTE]
- > 为避免造成更多的麻烦,请在报告issue前,先检查是否有其他人已经报告过相同的问题。[检查是否存在重复](https://github.com/xystudiocode/pyclickmouse/issues)😊
+ > 为避免造成更多的麻烦,请在报告issue前,先检查是否有其他人已经报告过相同的问题。[检查是否存在重复](https://github.com/xystudiocode/pyClickMouse/issues)😊
> [!IMPORTANT]
> 我们不会在gitee上处理issue,请使用github发布。🙋♂️
diff --git a/.github/ISSUE_TEMPLATE/tasks.yml b/.github/ISSUE_TEMPLATE/tasks.yml
index 449f0ce..815831b 100644
--- a/.github/ISSUE_TEMPLATE/tasks.yml
+++ b/.github/ISSUE_TEMPLATE/tasks.yml
@@ -8,7 +8,7 @@ body:
attributes:
value: |
> [!NOTE]
- > 为避免造成更多的麻烦,请在报告issue前,先检查是否有其他人已经报告过相同的问题。[检查是否存在重复](https://github.com/xystudiocode/pyclickmouse/issues)😊
+ > 为避免造成更多的麻烦,请在报告issue前,先检查是否有其他人已经报告过相同的问题。[检查是否存在重复](https://github.com/xystudiocode/pyClickMouse/issues)😊
> [!IMPORTANT]
> 我们不会在gitee上处理issue,请使用github发布。🙋♂️
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 9712a08..3cecee0 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -111,7 +111,7 @@ pr无特定格式,但是必须清晰描述更新内容,关联到版本号的
- milestone格式为:`dev_版本号`
## ⬇️配置仓库
-1. 下载仓库:`git clone https://github.com/xystudiocode/pyclickmouse.git`
+1. 下载仓库:`git clone https://github.com/xystudiocode/pyClickMouse.git`
2. 对于python版本安装python,推荐使用3.13,和软件开发者的版本一一致,[下载连接](https://www.python.org/downloads/release/python-31312/)
3. 对于头文件和dll版本,可以安装[visual studio](https://visualstudio.microsoft.com/)。
### 🖥️GUI
diff --git a/Gui/install_pack.py b/Gui/install_pack.py
index 80555cd..18e2507 100644
--- a/Gui/install_pack.py
+++ b/Gui/install_pack.py
@@ -738,7 +738,7 @@ def install(self):
winreg.SetValueEx(uninstall_key, 'DisplayVersion', 0, winreg.REG_SZ, version)
winreg.SetValueEx(uninstall_key, 'EstimatedSize', 0, winreg.REG_DWORD, int(get_dir_size_for_reg(install_path)))
- winreg.SetValueEx(uninstall_key, 'URLInfoAbout', 0, winreg.REG_SZ, 'https://www.github.com/xystudiocode/pyclickmouse')
+ winreg.SetValueEx(uninstall_key, 'URLInfoAbout', 0, winreg.REG_SZ, 'https://www.github.com/xystudiocode/pyClickMouse')
winreg.SetValueEx(uninstall_key, 'DisplayIcon', 0, winreg.REG_SZ, fr'{install_path}\res\icons\clickmouse\icon.ico')
winreg.SetValueEx(uninstall_key, 'RegOwner', 0, winreg.REG_SZ, 'xystudio')
diff --git a/Gui/res/update.json b/Gui/res/update.json
index 1375296..25abe42 100644
--- a/Gui/res/update.json
+++ b/Gui/res/update.json
@@ -1,9 +1,9 @@
[
{
"website_name": "github",
- "down_web": "https://github.com/xystudiocode/pyclickmouse/releases/download/{latest_version}/clickmouse.7z",
+ "down_web": "https://github.com/xystudiocode/pyClickMouse/releases/download/{latest_version}/clickmouse.7z",
"open_web": "https://github.com/xystudiocode/pyClickMouse/releases/latest",
- "api_web": "https://api.github.com/repos/xystudiocode/pyclickmouse/releases",
+ "api_web": "https://api.github.com/repos/xystudiocode/pyClickMouse/releases",
"header": {"Authorization": "token {0}"},
"addtional_info": {"verify": false},
"lang": "default",
diff --git a/README-zh_CN.md b/README-zh_CN.md
index f728f7c..8766cbc 100644
--- a/README-zh_CN.md
+++ b/README-zh_CN.md
@@ -18,10 +18,10 @@
-
+
-
+