Commit Graph

297 Commits

Author SHA1 Message Date
nevinen
741296cc74
📝 edit docker-compose readme. (#96)
📝 修正docker-composep安装教程
2021-06-25 15:22:17 +08:00
b906ddbb70 Update Crowdin configuration file 2021-06-25 15:06:32 +08:00
8b54372dee
🐛 Support custom APT source,fixed some bugs. (#95)
 支持自定义 apt 源。
🐛 修复一些错误。
2021-06-21 13:55:35 +08:00
919b13a38c
🐛 Fix http proxy error.
🐛 修复 http 代理功能手打出错。
2021-06-19 22:56:02 +08:00
60cb99158b
🐛 Fix python 3.6 can not run. 2021-06-19 22:09:46 +08:00
3552ebf0be
Support http proxy. (#93)
 支持使用 http 代理。
2021-06-19 21:53:03 +08:00
cb7697b895
🐛 Fix some bugs (#92)
🐛 修复了许多错误。
2021-06-19 21:18:55 +08:00
67e003b881
🐛 Fix a lot of bugs. (#91)
* 🐛 修复了许多错误。
2021-06-19 15:25:31 +08:00
7fad1aae10
🐛 fixed User blacklisted stickerbot.
🐛 修复用户拉黑 stickerbot 导致的报错。
2021-06-16 23:32:16 +08:00
f105758568
️ import eval code.
️ 提升 eval 用户体验。
2021-06-16 22:37:06 +08:00
48e4f61d3d
🐛 fixed plugin update error.
🐛 修复 plugin update 命令错误。
2021-06-16 15:36:08 +08:00
193057894d
🐛 Fixed docker not support pingdc, fixed update error. (#90)
* 🐛 修复 Docker 无法运行 pingdc 功能的问题,修复升级命令无法获取日志时的报错。
2021-06-16 14:17:11 +08:00
d56723c875
️ Selfprune support reply, add eval Python exec,import sticker performance. (#89)
️ selfprune 支持回复删除。
️ 新增加开发人员工具 eval。
️ 更改 sticker 代码结构
2021-06-16 00:51:34 +08:00
46aa4b5ec4
support set alias for the command. (#88)
*  支持为命令设置别名。
2021-06-15 12:31:05 +08:00
95628ff0a2
🐛 fix speedtest image error, apt install error. (#87)
* 🐛 修复 speedtest 处理图片失败的问题。

* 🐛 修复 apt 安装插件失败的问题。
2021-06-15 10:37:01 +08:00
7c43e8d429
🐛 Fixed a problem of speedtest capture failure.
🐛 修复 speedtest 图片裁剪失败的问题
2021-06-15 01:00:17 +08:00
43b1f64c7d
️ speedtest Image removed white border. (#86)
* ️ speedtest 图片去掉白色边框。
2021-06-14 23:23:50 +08:00
6be2f090bc
🐛 Support ping dcs,block、unblock user,fix profile unable to mention user without username. (#85)
*  支持测试客户端到五个DC的延迟,
*  支持拉黑、取消拉黑用户,
* 🐛 修复用户简介无法提及无用户名用户。
2021-06-14 21:38:40 +08:00
0698293d50
🐛Fixed the problem that the plugin does not exist. (#84)
🐛 修复插件不存在时安装失败的问题,锁定依赖包版本,取消多开时的错误上报。
2021-06-14 18:24:23 +08:00
44335b7f3b
speedtest supports custom server (#81)
 speedtest 支持自定义服务器 (#81)
2021-05-29 08:34:10 +08:00
11ed9c9a98
Update status.py 2021-05-29 03:27:51 +08:00
6dca06a54a
🌐 connection Change country to region (#80)
🌐 connection 将国家改为地区 (#80)
2021-05-28 23:05:21 +08:00
nevinen
c59566d458
docker supports custom installation of pypi dependencies (#79)
 docker 支持自定义安装 pypi 依赖 (#79)

* 有些插件额外需要一些未安装的依赖,支持用户自己定义`requirements2.txt`,创建容器时即自动安装好,这样更新镜像或重建容器不影响这些插件的使用。
2021-05-28 20:31:00 +08:00
lowking
69c6fa26ad
🐛 Fix sticker cannot capture pictures, support batch addition (#78)
🐛 修复 sticker 无法截取图片、支持批量添加 (#78)
2021-05-28 20:28:03 +08:00
165dd661a6
📝 Prompt user information at startup
📝 启动时提示用户信息
2021-05-22 09:20:35 +08:00
42c399ac8b
🐛 fix judgment error
🐛 修复判断错误
2021-05-22 02:01:32 +08:00
c0a14fe4ad
🐛 fix judgment error
🐛 修复判断错误
2021-05-22 01:46:48 +08:00
lowking
399597105c
support rounding stickers (#77)
* support rounding stickers

* 缩减命令 支持开关圆角

* Update zh-cn.yml

* Update en.yml

* Update zh-tw.yml

Co-authored-by: Xtao_dada <xtao@xtaolink.cn>
2021-05-22 01:35:47 +08:00
nevinen
a7fa55e01b
👷 Docker redis supports data permanence, fix #74 (#75)
👷 Docker redis 支持数据永久化, fix #74 (#75)
2021-05-08 21:52:36 +08:00
60765e1697
👷 Docker base version changed.
👷 Docker 修改基础镜像
2021-05-07 23:35:35 +08:00
nevinen
60292725e0
👷 Docker supports data persistence, root permissions (#73)
👷 Docker 支持数据持久化、Root 权限 (#73)
2021-05-07 23:18:06 +08:00
nevinen
7f3aa6d5c0
👷 Docker adjust redis startup mode (#72)
👷 Docker 调整 redis 启动方式 (#72)
2021-05-05 23:18:43 +08:00
nevinen
f1c1933ffb
👷 Thorough Docker iteration
👷 彻底的 Docker 迭代
2021-05-04 00:13:05 +08:00
nevinen
263a1ad32b
👷 Thorough Docker iteration (#70)
👷 彻底的 Docker 迭代 (#70)
2021-05-02 01:30:34 +08:00
nevinen
69dc6d83e0
👷 Thorough Docker iteration (#69)
👷 彻底的 Docker 迭代 (#69)
2021-05-02 00:48:32 +08:00
dependabot-preview[bot]
5eeac6fb9a
Upgrade to GitHub-native Dependabot (#68) 2021-04-30 13:16:02 +08:00
00a5842faf
🐛📝 Fix speedtest error and add new translations (#67)
* 🐛 修复 speedtest 报错

* 🐛 取消多开和被删消息的上报

* 📝 i18n
2021-04-25 13:58:21 +08:00
e13b024b68
🐛 Fix possible key error issues
🐛 修复可能的密匙错误问题
2021-04-23 00:58:33 +08:00
8e0cbc5efd
🐛 Fix possible indentation issues
🐛 修复可能的缩进问题
2021-04-23 00:47:50 +08:00
Pentacene
37d3fdcf20
Merge pull request #65 from yuhuan-afk/master
增加繁體中文支持
2021-04-18 12:35:22 +08:00
郭桓桓
3f811ae6a5
增加繁體中文支持 2021-04-18 11:55:35 +08:00
d4bb2a54da
👷 Docker separate build
Docker 分离构建
2021-04-18 01:04:34 +08:00
51dfdfa705
👷 Fix docker automatic update 2021-04-17 22:54:31 +08:00
c9c3cc5dd5
👷 Fix docker automatic update 2021-04-17 22:30:48 +08:00
16730d5d1e
👷 Fix docker automatic update 2021-04-17 22:22:27 +08:00
83bc1075f7
👷 Fix docker automatic update 2021-04-17 22:00:04 +08:00
b8f15da44d
👷 Fix docker automatic update (#64) 2021-04-17 21:49:58 +08:00
db202b8355
👷 Fix docker automatic update 2021-04-17 21:24:48 +08:00
4b3e495f21
👷 Fix docker automatic update 2021-04-17 21:03:29 +08:00
0bb94fa92b
👷 Fix docker automatic update 2021-04-17 20:56:00 +08:00