1 Star 0 Fork 0

zhai_hr / autoClickTools

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
MIT

autoClickTools

介绍

一个简单的自动点击小工具,根据获取的鼠标位置,在一定时间内,按照给定间隔点击。

软件架构

软件使用electron实现桌面工具框架搭建,实现主进程与渲染进程通信。页面使用vue3+element-plus搭建,自动点击使用robotjs,模拟系统鼠标点击事件。

安装教程

下载项目到本地后,运行npm install,下载依赖。 大概率会遇到robotjs下载失败问题。 windows: 需要安装python和visual studio C++生成工具。 注意:python、生成工具和node的版本需要对应起来。(我本地开发配置:python3+visual studio 2022+node 16.20.1) macOS: 需要安装Xcode Command Line Tools

使用说明

安装依赖完成后,先运行一下npm run rebuild,将robotjs编译。 之后运行npm run electron:dev可以启动项目。

打包

目前还未集成打包工具,还在研究中。

欢迎大家来交流问题。

MIT License Copyright (c) 2024 zhai_hr Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

简介

一个简单的自动点击小工具,根据获取的鼠标位置,在一定时间内,按照给定间隔点击。 展开 收起
JavaScript
MIT
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
JavaScript
1
https://gitee.com/zhai_heran/auto-click-tools.git
git@gitee.com:zhai_heran/auto-click-tools.git
zhai_heran
auto-click-tools
autoClickTools
master

搜索帮助