Skip to content

Commit

Permalink
docs: 文档修改
Browse files Browse the repository at this point in the history
bugs: 添加 bug report 模板
  • Loading branch information
leochen-g committed Feb 22, 2024
1 parent 5e8948b commit bf3a530
Show file tree
Hide file tree
Showing 2 changed files with 80 additions and 15 deletions.
74 changes: 74 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,74 @@
name: "🕷️ Bug report"
description: Report errors or unexpected behavior
labels:
- bug
body:
- type: checkboxes
attributes:
label: Self Checks
description: "To make sure we get to you in time, please check the following :)"
options:
- label: I have searched for existing issues [search for existing issues](https://github.com/leochen-g/wechat-assistant-pro/issues) and [help Doc](https://help.aibotk.com/?plugin=czw_emDoc&post=5), including closed ones.
required: true

- type: input
attributes:
label: Panel Version
placeholder: 1.6.41
description: See about [Home](https://wechat.aibotk.com/dashboard/main)
validations:
required: true

- type: dropdown
attributes:
label: 协议
description: 你使用的协议,默认是 web协议?
multiple: false
options:
- web 协议
- ipad 协议
- windows 协议
- 企微协议
- 公众号
- WhatsApp
- 5G消息
validations:
required: true

- type: dropdown
attributes:
label: 部署方式
description: 你的客户端部署在哪里?
multiple: false
options:
- 源码部署
- Docker 部署
- Sealos 部署
- 宝塔部署
- 群晖Nas部署
- windows微秘书客户端
- 其他
validations:
required: true

- type: textarea
attributes:
label: 问题及复现步骤
description: 请描述问题,并给出问题的截图和微秘书客户端日志.
placeholder: 方便开发者进行复现.
validations:
required: true

- type: textarea
attributes:
label: ✔️ 预计结果
placeholder: 你期望出现的结果?
validations:
required: false

- type: textarea
attributes:
label: ❌ 实际结果
placeholder: 实际出现的结果?
validations:
required: false
21 changes: 6 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,26 +5,17 @@
![](https://img.shields.io/badge/Centos-blue.svg)
[![](https://img.shields.io/badge/Docker-red.svg)]()

# 最新通知 喜大普奔
## 智能微秘书

由于Wechaty的升级,现已支持所有微信登录,就算你的微信之前不能登录web版,现在也可以用了,赶快来体验吧。
智能机器人配置管理平台,一键接入ChatGPT对话,无缝适配Dify和FastGPT知识库!

# ~~遗憾的通知~~
支持群组,个人定义不同的角色,灵活配置各种对话模式,绘图,识图,联网查询,GPTs,语音分析,技能丰富多样!拥有各种定时任务,Rss订阅,倒计时提醒,新闻咨询发送,批量群发,转发,跨群聊天,提醒功能,Api发送消息

uos 协议又可以重新使用了,同时已经适配wechaty-puupet-padlocal的协议
~~由于UOS桌面版协议微信已经关闭了,没法再继续用桌面版协议登录了,现在只能换回web协议了。可以登录网页版微信的账号可以继续用,不能登录网页版协议的就不能用了。或者你可以申请Wechaty 的ipad local协议的token可以免费试用7天 。申请地址: https://github.com/padlocal/wechaty-puppet-padlocal~~
配合智能微秘书客户端可以一键接入公众号,个人微信号,企业微信,Gitter,Lark,WhatsApp,5G消息等Wechaty所支持的协议

## 智能微秘书客户端
[微秘书官网](https://wechat.aibotk.com)

让你闲置的微信号成为你的日常小秘书(没有闲置的也没关系,添加我的小助手微信号,她就能成为你的智能微秘书)。

帮你创建私人定时任务,每日提醒,纪念日提醒,当日提醒。当然基础的给女朋友的每日说功能也是必备的,而且小助手版每日说为那些非常优秀的程序员准备了多女朋友定时发送提醒功能。

同时自带智能机器人功能,ChatGPT对话,FastGPT,Dify无缝对接。文字绘图,图片识别,GPT联网,网站内容爬取总结,跨群聊天,公告群发,群资讯消息定时发送,群定时提醒功能,群机器人聊天,垃圾分类,天气查询,土情话查询,老黄历查询,顺口溜查询,rss订阅推送等众多功能。

支持 Docker部署,宝塔面板部署,Sealos 部署,windows 安装包启动

此项目直接使用的是Wechaty的面板插件,当然这个插件也是作者开发的,如果有兴趣研究源码,可以移步[插件源码](https://github.com/leochen-g/wechaty-web-panel) ,觉得有用记得点个star
本项目是搭配智能微秘书平台使用的微秘书客户端,想要使用自己的机器人,必须自己部署微秘书客户端方可。

## 依赖

Expand Down

0 comments on commit bf3a530

Please sign in to comment.