Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/SPA.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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发布。🙋‍♂️
Expand Down
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/bug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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发布。🙋‍♂️
Expand All @@ -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:
- ✅是
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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发布。🙋‍♂️
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/tasks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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发布。🙋‍♂️
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Gui/install_pack.py
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down
4 changes: 2 additions & 2 deletions Gui/res/update.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
6 changes: 3 additions & 3 deletions README-zh_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
<img src="https://img.shields.io/pypi/pyversions/ClickMouse" alt="support-version">
</a>
<a href="https://github.com/gaogaotiantian/viztracer/blob/master/LICENSE">
<img src="https://img.shields.io/github/license/xystudio889/pyclickmouse" alt="license">
<img src="https://img.shields.io/github/license/xystudio889/pyClickMouse" alt="license">
</a>
<a href="https://github.com/xystudiocode/pyClickMouse/commits/master">
<img src="https://img.shields.io/github/last-commit/xystudio889/pyclickmouse" alt="commit">
<img src="https://img.shields.io/github/last-commit/xystudio889/pyClickMouse" alt="commit">
</a>
<!-- <a href="https://github.com/sponsors/xystudio889">
<img src="https://img.shields.io/badge/%E2%9D%A4-Sponsor%20me-%23c96198?style=flat&logo=GitHub"
Expand All @@ -34,7 +34,7 @@
<a href='https://xystudiocode.github.io/clickmouse/'>
<img src='https://img.shields.io/badge/clickmouse-文档-52cbad' alt='clickmouse文档' />
</a>
<a href='https://github.com/xystudiocode/pyclickmouse/'>
<a href='https://github.com/xystudiocode/pyClickMouse/'>
<img src='https://img.shields.io/badge/clickmouse-源码-dd6e4f' alt='clickmouse源码'/>
</a>
<br />
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
<img src="https://img.shields.io/pypi/pyversions/ClickMouse" alt="support-version">
</a>
<a href="https://github.com/gaogaotiantian/viztracer/blob/master/LICENSE">
<img src="https://img.shields.io/github/license/xystudio889/pyclickmouse" alt="license">
<img src="https://img.shields.io/github/license/xystudio889/pyClickMouse" alt="license">
</a>
<a href="https://github.com/xystudiocode/pyClickMouse/commits/master">
<img src="https://img.shields.io/github/last-commit/xystudio889/pyclickmouse" alt="commit">
<img src="https://img.shields.io/github/last-commit/xystudio889/pyClickMouse" alt="commit">
</a>
<!-- <a href="https://github.com/sponsors/xystudio889">
<img src="https://img.shields.io/badge/%E2%9D%A4-Sponsor%20me-%23c96198?style=flat&logo=GitHub"
Expand All @@ -34,7 +34,7 @@
<a href='https://xystudiocode.github.io/clickmouse/'>
<img src='https://img.shields.io/badge/clickmouse-文档-52cbad' alt='clickmouse文档' />
</a>
<a href='https://github.com/xystudiocode/pyclickmouse/'>
<a href='https://github.com/xystudiocode/pyClickMouse/'>
<img src='https://img.shields.io/badge/clickmouse-源码-dd6e4f' alt='clickmouse源码'/>
</a>
<br />
Expand Down
2 changes: 1 addition & 1 deletion clickmouse_api/clickmouse_API/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ def check_clickmouse_installed():
with winreg.OpenKey(winreg.HKEY_LOCAL_MACHINE, software_reg_key, 0, winreg.KEY_READ):
pass
except:
raise UserWarning('ClickMouse未安装!请前往https://www.github.com/xystudio889/pyclickmouse/releases下载安装.')
raise UserWarning('ClickMouse未安装!请前往https://www.github.com/xystudio889/pyClickMouse/releases下载安装.')

check_clickmouse_installed()

Expand Down
14 changes: 7 additions & 7 deletions documents/.vitepress/config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { withMermaid } from "vitepress-plugin-mermaid";

export default withMermaid({
base: '/pyclickmouse/',
base: '/pyClickMouse/',
head: [['link', { rel: 'icon', href: '/imgs/icons/icon.ico' }]],
markdown: {
emoji: {
Expand Down Expand Up @@ -71,7 +71,7 @@ export default withMermaid({
lastUpdatedText: 'Last Updated',
editLink: {
pattern:
'https://github.com/xystudiocode/pyclickmouse/tree/main/documents/:path',
'https://github.com/xystudiocode/pyClickMouse/tree/main/documents/:path',
text: 'Edit this page',
},
docFooter: {
Expand All @@ -89,8 +89,8 @@ export default withMermaid({
darkModeSwitchTitle: 'Switch to dark mode',
// 社交链接
socialLinks: [
{ icon: 'github', link: 'https://github.com/xystudiocode/pyclickmouse' },
{ icon: 'gitee', link: 'https://gitee.com/xystudio889/pyclickmouse' },
{ icon: 'github', link: 'https://github.com/xystudiocode/pyClickMouse' },
{ icon: 'gitee', link: 'https://gitee.com/xystudio889/pyClickMouse' },
],
sidebar: {
'/en/guide/': [
Expand Down Expand Up @@ -476,7 +476,7 @@ export default withMermaid({
sidebarMenuLabel: '目录',
editLink: {
pattern:
'https://github.com/xystudiocode/pyclickmouse/tree/main/documents/:path',
'https://github.com/xystudiocode/pyClickMouse/tree/main/documents/:path',
text: '编辑此页',
},
notFound: {
Expand All @@ -490,8 +490,8 @@ export default withMermaid({
darkModeSwitchLabel: '主题',
// 社交链接
socialLinks: [
{ icon: 'github', link: 'https://github.com/xystudiocode/pyclickmouse'},
{ icon: 'gitee', link: 'https://gitee.com/xystudio889/pyclickmouse' },
{ icon: 'github', link: 'https://github.com/xystudiocode/pyClickMouse'},
{ icon: 'gitee', link: 'https://gitee.com/xystudio889/pyClickMouse' },
],
nav: [
{ text: '首页', link: '/zh-CN/' },
Expand Down
2 changes: 1 addition & 1 deletion documents/en/develop/clicker/cpp.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ This article introduces how to use Python to call pyd files.

## Download

Go to [github releases](https://github.com/xystudiocode/pyclickmouse/releases), find latest version with .h or dll version files.
Go to [github releases](https://github.com/xystudiocode/pyClickMouse/releases), find latest version with .h or dll version files.

<important text='Important'>
In the following text, <code>CLICKMOUSE_CLASS</code> in dll refers to <code>int</code>, in header calling refers to <code>void</code>.
Expand Down
2 changes: 1 addition & 1 deletion documents/en/develop/clicker/python.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ pip install -i https://pypi.tuna.tsinghua.edu.cn/simple clickmouse
```

### pyd
Go to [github releases](https://github.com/xystudiocode/pyclickmouse/releases), find latest version with pyd version files.
Go to [github releases](https://github.com/xystudiocode/pyClickMouse/releases), find latest version with pyd version files.

::: warning Note
Please ensure downloading pyd files.
Expand Down
2 changes: 1 addition & 1 deletion documents/en/develop/contributing/Configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ layout: doc
import warning from '@theme/components/warning.vue'
</script>
# Configuring Repository
1. Download repository: `git clone https://github.com/xystudiocode/pyclickmouse.git`
1. Download repository: `git clone https://github.com/xystudiocode/pyClickMouse.git`
2. For python version install python, recommend using 3.13, consistent with software developer's version, [download link](https://www.python.org/downloads/release/python-31312/)
3. For header files and dll version, can install [visual studio](https://visualstudio.microsoft.com/).
## GUI Version
Expand Down
8 changes: 4 additions & 4 deletions documents/en/develop/contributing/doc.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ If returns `https://registry.npmmirror.com/`, indicates speed up successful.
#### Clone Repository
You need create fork on github, then clone to local:

You can use `git clone https://github.com/username/pyclickmouse.git` download source code to local
You can use `git clone https://github.com/username/pyClickMouse.git` download source code to local

Run `npm install` in **administrator terminal** to install dependencies.

Expand All @@ -97,7 +97,7 @@ git checkout -b my-branch
```
And create remote link:
```bash
git remote add origin https://github.com/username/pyclickmouse.git
git remote add origin https://github.com/username/pyClickMouse.git
```

Configure your email and username:
Expand All @@ -120,7 +120,7 @@ When publishing, may need your username and password, so you need set a key on g
Then, you can publish.

#### Submit PR
You need create Pull request on [this link](https://github.com/xystudiocode/pyclickmouse), then wait for review.
You need create Pull request on [this link](https://github.com/xystudiocode/pyClickMouse), then wait for review.

[Click to understand PR specifications](./github.md)

Expand All @@ -129,7 +129,7 @@ Open [this link](https://github.com/settings/personal-access-tokens/new)
#### Compile and Debug
Can run `npm run dev` open compilation environment, open webpage according to prompt.

Run `npm run build` compile script, can put in `/pyclickmouse/` directory to deploy.
Run `npm run build` compile script, can put in `/pyClickMouse/` directory to deploy.

<note title='Note'>
But we will automatically deploy each commit to main branch, so you don't need compile yourself.
Expand Down
10 changes: 5 additions & 5 deletions documents/en/develop/contributing/issue_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,13 +122,13 @@ Report a bug.
<strongCard LabelColor='#d73a4a' TypeColor='#f85149' :LangPack='{...CardLangPack, ...bugLabel}'>
<subtitle required='true' noTopMargin='true'>Add a title</subtitle>
<ginput text='🐛[BUG]'></ginput>
<note title='Note'>To avoid causing more trouble, before reporting issue, first check if others have already reported same problem.<a href="https://github.com/xystudiocode/pyclickmouse/issues">Check if duplicate exists</a>😊</note>
<note title='Note'>To avoid causing more trouble, before reporting issue, first check if others have already reported same problem.<a href="https://github.com/xystudiocode/pyClickMouse/issues">Check if duplicate exists</a>😊</note>
<important title='Important'>We will not handle issues on gitee, please use github to publish.🙋‍♂️</important>
<tip title='Tip'>Please only report 1 problem at a time.😀</tip>
<subtitle required='true' desc='Feedback three or four digit version number, can go to "Help" - "About" interface view current clickmouse version number'>🔡Clickmouse version</subtitle>
<ginput text='' place='X.X.X or X.X.X.X'></ginput>
<subtitle required='true'>🎭Did you discover bug from official version</subtitle>
<p class="desc">❗clickmouse official version only published on<a href="https://github.com/xystudiocode/pyclickmouse/releases">github releases</a> or <a href="https://gitee.com/xystudiocode/pyclickmouse/releases">gitee releases</a>, others are unofficial versions.</p>
<p class="desc">❗clickmouse official version only published on<a href="https://github.com/xystudiocode/pyClickMouse/releases">github releases</a> or <a href="https://gitee.com/xystudiocode/pyClickMouse/releases">gitee releases</a>, others are unofficial versions.</p>
<choiceBox v-model='defaultOfficalSelect' :options='officalOptions'>
</choiceBox>
<br />
Expand Down Expand Up @@ -158,7 +158,7 @@ A new feature you suggest to add.
<strongCard LabelColor='#a2eeef' TypeColor='#0969da' :LangPack='{...CardLangPack, ...featureLabel}' :ShowDate='true'>
<subtitle required='true' noTopMargin='true'>Add a title</subtitle>
<ginput text='❇️[FEATURE]'></ginput>
<note title='Note'>To avoid causing more trouble, before reporting issue, first check if others have already reported same problem.<a href="https://github.com/xystudiocode/pyclickmouse/issues">Check if duplicate exists</a>😊</note>
<note title='Note'>To avoid causing more trouble, before reporting issue, first check if others have already reported same problem.<a href="https://github.com/xystudiocode/pyClickMouse/issues">Check if duplicate exists</a>😊</note>
<important title='Important'>We will not handle issues on gitee, please use github to publish.🙋‍♂️</important>
<tip title='Tip'>Please only report 1 feature at a time.😀</tip>
<subtitle required='true' desc='❇️What module do you want to add new feature to?'>❇️Module for new feature</subtitle>
Expand All @@ -179,7 +179,7 @@ Will suggest, establish or modify a standard.
<strongCard LabelColor='#a2eeef' TypeColor='#0969da' :LangPack='{...CardLangPack, ...featureLabel}'>
<subtitle required='true' noTopMargin='true'>Add a title</subtitle>
<ginput text='🗒️[SPA]'></ginput>
<note title='Note'>To avoid causing more trouble, before reporting issue, first check if others have already reported same problem.<a href="https://github.com/xystudiocode/pyclickmouse/issues">Check if duplicate exists</a>😊</note>
<note title='Note'>To avoid causing more trouble, before reporting issue, first check if others have already reported same problem.<a href="https://github.com/xystudiocode/pyClickMouse/issues">Check if duplicate exists</a>😊</note>
<important title='Important'>We will not handle issues on gitee, please use github to publish.🙋‍♂️</important>
<tip title='Tip'>Please only report 1 project at a time.😀</tip>
<subtitle required='true' desc='🧾Please describe in detail the standard you want to establish.'>🧾New project</subtitle>
Expand All @@ -198,7 +198,7 @@ Some task orders, can be used to draft new version planning, etc.
<strongCard LabelColor='#a2eeef' TypeColor='#9a6700' :LangPack='{...CardLangPack, ...taskLabel}'>
<subtitle required='true' noTopMargin='true'>Add a title</subtitle>
<ginput text='☑️[TASK]'></ginput>
<note title='Note'>To avoid causing more trouble, before reporting issue, first check if others have already reported same problem.<a href="https://github.com/xystudiocode/pyclickmouse/issues">Check if duplicate exists</a>😊</note>
<note title='Note'>To avoid causing more trouble, before reporting issue, first check if others have already reported same problem.<a href="https://github.com/xystudiocode/pyClickMouse/issues">Check if duplicate exists</a>😊</note>
<important title='Important'>We will not handle issues on gitee, please use github to publish.🙋‍♂️</important>
<subtitle required='true' desc='☑️What modules do you want new task to include?'>☑️Modules included in new task</subtitle>
<choiceBox multiple='true' :options='moduleOptions'></choiceBox>
Expand Down
4 changes: 2 additions & 2 deletions documents/en/develop/contributing/license.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ layout: doc
## Open Source License
This software is based on the MIT open source license. I will include the license content at the end. You can copy, modify, and distribute this software and documentation site, but you must retain the original author information and license declaration in the source code.

This software and documentation site are both open source on GitHub. You can open them at [Software link](https://github.com/xystudiocode/pyclickmouse)
This software and documentation site are both open source on GitHub. You can open them at [Software link](https://github.com/xystudiocode/pyClickMouse)

At the same time, the software source code is open source on Gitee for convenient download by Chinese users. [Software link](https://gitee.com/xystudio889/pyclickmouse)
At the same time, the software source code is open source on Gitee for convenient download by Chinese users. [Software link](https://gitee.com/xystudio889/pyClickMouse)

## Commercial Authorization
We do not oppose commercial authorization. You can use this software for commercial purposes without contacting the author, but you must retain the original author information and license declaration in the source code.
Expand Down
Loading
Loading