Skip to content

这是一款基于WeChatFerry框架实现微信智能助教机器人系统。实现学生作业微信群群发功能、互动答题功能、课程信息定时通知等等常用功能。

Notifications You must be signed in to change notification settings

wristwaking/wechat-school-assistant-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

wechat-school-assistant-app 微信智能助教机器人

微信智能助教机器人:这是一款基于WeChatFerry框架实现微信智能助教机器人系统。

打包程序

npm run pack

> EdgeHaker-School-WeChat@3.0.0 pack
> electron-builder --win --x64

  • electron-builder  version=24.9.1 os=10.0.22621
  • loaded configuration  file=package.json ("build" field)
  ⨯ Cannot compute electron version from installed node modules - none of the possible electron modules are installed.
See https://github.com/electron-userland/electron-builder/issues/3984#issuecomment-504968246

安装 electron

npm install electron -D

常见问题

npm run pack

> EdgeHaker-School-WeChat@3.0.0 pack
> electron-builder --win --x64

  • electron-builder  version=24.9.1 os=10.0.22621
  • loaded configuration  file=package.json ("build" field)
  ⨯ Package "electron" is only allowed in "devDependencies". Please remove it from the "dependencies" section in your package.json.

解决方案

npm install electron -D
npm run pack

> EdgeHaker-School-WeChat@3.0.0 pack
> electron-builder --win --x64

  • electron-builder  version=24.9.1 os=10.0.22621
  • loaded configuration  file=package.json ("build" field)
  • writing effective config  file=build\builder-effective-config.yaml
  • packaging       platform=win32 arch=x64 electron=33.2.1 appOutDir=build\win-unpacked
  • building        target=nsis file=build\边缘骇客微信智能助教管理系统 Setup 3.0.0.exe archs=x64 oneClick=false perMachine=false
  • building block map  blockMapFile=build\边缘骇客微信智能助教管理系统 Setup 3.0.0.exe.blockmap

image

可执行安装包

image

image

image

程序截图

image

image

image

image

image

image

About

这是一款基于WeChatFerry框架实现微信智能助教机器人系统。实现学生作业微信群群发功能、互动答题功能、课程信息定时通知等等常用功能。

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published