Skip to content

QQ群工具,提供群微打赏提醒、口袋48直播监听、天气预报查询、图灵机器人、自定义命令、配置导入和导出等功能。

License

Notifications You must be signed in to change notification settings

coco401/qqtools

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QQ群工具

功能

  • 微打赏监听
  • 口袋48直播监听
  • 新成员欢迎提醒
  • 天气预报查询
  • 图灵机器人
  • 自定义命令
  • 配置导入和导出

许可证

本软件遵循GNU General Public License v3.0许可证。

技术栈

pug + sass + ECMA8 + react + antd + webpack + nwjs。

编译命令

  • 输入命令 $ npm start 运行开发环境。
  • 输入命令 $ npm build 编译到文件夹。
  • 输入命令 $ npm run devdll 编译开发环境dll文件。
  • 输入命令 $ npm run prodll 编译生产环境编译dll文件。
  • 输入命令 $ npm run proinstall 安装生产环境依赖。

nwjs中文文档

https://wizardforcel.gitbooks.io/nwjs-doc/content/wiki/index.html

谷歌扩展

文件夹结构

  • nwjs: nwjs SDK
    • app: 源代码
    • .cache: 缓存目录

关于dll

无论是开发环境还是生产环境,首先要编译dll文件,将公共模块提取出来。

关于node-sass

node-sass如果安装失败,可以先到https://github.com/sass/node-sass/releases下载binding.node文件,然后将该文件添加到SASS_BINARY_PATH环境变量内。

打包方法

  • 将文件夹内的文件打包成压缩文件,并重命名为*.nw
  • 将*.nw复制到和nw.exe同级目录下,运行
$ copy /b nw.exe+*.nw *.exe

源代码托管地址

https://github.com/duan602728596/48tools

About

QQ群工具,提供群微打赏提醒、口袋48直播监听、天气预报查询、图灵机器人、自定义命令、配置导入和导出等功能。

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 97.2%
  • CSS 2.6%
  • Other 0.2%