{"id":30353206,"url":"https://github.com/xystudio889/clickmouse","last_synced_at":"2025-08-19T01:33:35.968Z","repository":{"id":307928271,"uuid":"1031120971","full_name":"xystudio889/ClickMouse","owner":"xystudio889","description":"一款轻便、快捷，使用C++制作的鼠标连点器","archived":false,"fork":false,"pushed_at":"2025-08-12T04:34:16.000Z","size":216,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-08-12T06:28:46.681Z","etag":null,"topics":["mouse","mouseclick"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/xystudio889.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-08-03T03:55:56.000Z","updated_at":"2025-08-12T04:32:40.000Z","dependencies_parsed_at":"2025-08-03T05:35:45.098Z","dependency_job_id":null,"html_url":"https://github.com/xystudio889/ClickMouse","commit_stats":null,"previous_names":["xystudio889/clickmouse"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/xystudio889/ClickMouse","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xystudio889%2FClickMouse","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xystudio889%2FClickMouse/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xystudio889%2FClickMouse/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xystudio889%2FClickMouse/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xystudio889","download_url":"https://codeload.github.com/xystudio889/ClickMouse/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xystudio889%2FClickMouse/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271088032,"owners_count":24697039,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-18T02:00:08.743Z","response_time":89,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["mouse","mouseclick"],"created_at":"2025-08-19T01:33:35.032Z","updated_at":"2025-08-19T01:33:35.960Z","avatar_url":"https://github.com/xystudio889.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Clickmouse\n\n[更新日志](./updates.md)\n\n## 版权声明\n\u003ca target=\"_blank\" href=\"https://icons8.com/icon/13347/mouse\"\u003e鼠标\u003c/a\u003e 的图标 \u003ca target=\"_blank\" href=\"https://icons8.com\"\u003eIcons8\u003c/a\u003e\n\n## 介绍\n一款轻便、快捷，使用C++制作的鼠标连点器，文件大小\u003c1MB。目前项目处于早期阶段，功能还不完善，欢迎大家提出宝贵意见。\n\n## 配置要求\n配置要求不大，但是releases中仅编译了x64版本，其他版本需要自行编译。\n\n## 编译方法\n1. 下载源码\n2. 安装[Visual Studio 2022](https://visualstudio.microsoft.com/zh-hans/vs/)\n\u003e [!TIP]\n\u003e 需要选择Community版本，其他版本需要许可证。\n\u003e\n\u003e 安装时需要勾选`使用C++的桌面开发`，如果你有其他盘，需要在`安装位置`里选择其他盘，要不然你的C盘...\n\n![安装Visual Studio 2022](./readme_images/Install.png)\n![设置路径](./readme_images/SetIDEPath.png)\n3. 打开项目文件`clickMouse.sln`\n4. 找到`源文件/clickMouse.cpp`\n![选择源代码](./readme_images/SelectFile.png)\n5. 设置release版本\n6. 设置架构(更多架构可以点击架构-\u003e配置管理器-\u003e活动解决方案平台-\u003e新建)\n7. 按下`ctrl+shift+B`编译，编译出来的文件通常在`\u003c架构名\u003e/release/clickMouse.exe`\n\n![编译设置讲解](./readme_images/Build.png)\n![设置架构](./readme_images/AddConstruct.png)\n8. 把程序移动到你想要放置的地方\n```mermaid\ngraph LR\nA[下载源码] --\u003e B[安装Visual Studio 2022]\nB --\u003e C[打开项目文件]\nC --\u003e D[设置release版本]\nD --\u003e E[设置架构]\nE --\u003e F[点击本地windows调试器编译]\nF --\u003e G[移动程序]\n```\n\n## 安装\n无需安装，直接运行即可。\n\n## 功能\n- 鼠标连点\n- 自定义连点间隔\n\n## 下载\n前往releases下载，更新需要替换clickMouse.exe文件。\n\n## 使用方法\n鼠标连点，目前支持左键和右键。\n下方的输入框输入间隔，再选择想要点击的类型即可开始连点。\n```mermaid\ngraph LR\nA[打开鼠标连点器] --\u003e B[输入间隔]\nB --\u003e C[选择类型]\n```\n鼠标连点器会一直保持运行，直到关闭程序或手动停止。\n目前支持暂停和停止功能。\n## 内容展望\n- [x] 连点功能\n- [x] 输入间隔\n- [ ] 热键启动\n- [ ] 输入次数\n- [ ] 自动更新\n- [ ] 设置\n- [ ] 命令行参数\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxystudio889%2Fclickmouse","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxystudio889%2Fclickmouse","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxystudio889%2Fclickmouse/lists"}