Commit Graph

301 Commits

Author SHA1 Message Date
John Smith
b57bac3765 更新版本号v1.7.0 2023-08-31 19:16:00 +08:00
John Smith
7c2c48273c 纯表情消息不需要翻译 2023-08-28 19:36:33 +08:00
John Smith
5bdf2e41df 修复Python 3.11 asyncio.wait报错
close #120
2023-08-28 19:28:52 +08:00
John Smith
3d9095536d 支持官方的文本表情 2023-08-27 00:23:52 +08:00
John Smith
c3db0a41b3 添加host、port配置项 2023-08-26 17:01:19 +08:00
John Smith
60b9f81fe2 减少判断心跳超时的开销 2023-08-26 16:42:01 +08:00
John Smith
00c47a3e55 调整一些头像参数 2023-08-26 16:21:35 +08:00
John Smith
93e374ac12 添加其他头像接口 2023-08-24 23:07:17 +08:00
John Smith
dac531920e 添加通过勋章信息获取头像的接口
# Conflicts:
#	services/avatar.py

# Conflicts:
#	services/avatar.py
2023-08-24 22:29:34 +08:00
John Smith
c3566823c1 获取头像接口封装成类 2023-08-24 21:52:51 +08:00
John Smith
17b4985632 优化消息平滑算法 2023-08-06 13:50:27 +08:00
John Smith
4314bb61e9 升级Vue到2.7、前端VSCode插件改用Volar 2023-08-06 10:46:37 +08:00
John Smith
bea8711353 翻译区分优先级,高优先级的可重试 2023-08-05 21:27:40 +08:00
John Smith
8fa63f1d75 优化一些参数 2023-07-31 23:32:53 +08:00
John Smith
8e7d9b266b 使用LRU缓存、头像优先使用Protobuf协议中的、优化获取头像代码 2023-07-30 22:22:47 +08:00
John Smith
aea6f12bd2 添加启动时打开浏览器配置项 2023-07-30 15:29:40 +08:00
John Smith
ecb4a08e56 修复浏览器缓存导致前端没更新的问题 2023-07-29 23:05:04 +08:00
John Smith
6d5232d7d8 升级前端依赖 2023-07-29 18:34:02 +08:00
John Smith
63f541b87e 使用Python 3.8的asyncio特性 2023-07-29 12:48:57 +08:00
John Smith
e478959a1b 修改一个命名 2023-07-29 11:52:09 +08:00
John Smith
57ec8495e1 修复aiohttp的一些警告 2023-07-29 01:22:21 +08:00
John Smith
d5e8054e12 升级SQLAlchemy到2.0.19 2023-07-29 01:07:04 +08:00
John Smith
13b3e54f2b 升级blivedm 2023-07-28 00:45:24 +08:00
John Smith
f8520909f4
Merge pull request #116 from xfgryujk/dependabot/pip/aiohttp-3.8.5
Bump aiohttp from 3.7.4 to 3.8.5
2023-07-28 00:25:42 +08:00
dependabot[bot]
92cead6ff1
Bump aiohttp from 3.7.4 to 3.8.5
Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.7.4 to 3.8.5.
- [Release notes](https://github.com/aio-libs/aiohttp/releases)
- [Changelog](https://github.com/aio-libs/aiohttp/blob/v3.8.5/CHANGES.rst)
- [Commits](https://github.com/aio-libs/aiohttp/compare/v3.7.4...v3.8.5)

---
updated-dependencies:
- dependency-name: aiohttp
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-20 15:09:04 +00:00
John Smith
b483c6beab 更新版本号v1.6.2 2023-07-08 11:42:21 +08:00
John Smith
f748d35fe4 修复前端页面不活动时心跳超时的问题 2023-07-06 23:26:44 +08:00
John Smith
b98a8f6680 修复cookie导致的获取头像失败 2023-07-06 23:25:07 +08:00
John Smith
914a41700e Squashed commit of the following:
commit 414258724b456628a2e361a11de102dbdc5a2fe4
Author: John Smith <xfgryujk@126.com>
Date:   Tue Jul 4 23:58:59 2023 +0800

    修正代码风格和wbi签名实现

commit 34a6546bd6ac00a893d36a65c20d479b113e3f53
Author: Bryan不可思议 <programripper@foxmail.com>
Date:   Thu Jun 22 15:52:51 2023 +0800

    Update services/avatar.py

    Co-authored-by: Hao Guan <10684225+hguandl@users.noreply.github.com>

commit f9dd56a13c296ff938560bcd161570f000855b35
Author: ProgramRipper <programripper@foxmail.com>
Date:   Tue Jun 13 03:33:15 2023 +0800

    fix: syntax error

commit a0354f2480a7c561e6dcc223fa9d4834310540b5
Author: ProgramRipper <programripper@foxmail.com>
Date:   Tue Jun 13 03:08:55 2023 +0800

    fix: get_avatar_url
2023-07-05 00:04:00 +08:00
John Smith
085765b1a2 修复SC消息创建出错的问题 2023-07-04 21:04:36 +08:00
John Smith
14c2fd48df 临时修复连接5分钟后用户名变星号的问题 2023-07-03 23:03:14 +08:00
John Smith
8683c0bad7
Merge pull request #105 from xfgryujk/dependabot/pip/tornado-6.3.2
Bump tornado from 6.1.0 to 6.3.2
2023-05-26 09:27:44 +08:00
dependabot[bot]
a1189aea69
Bump tornado from 6.1.0 to 6.3.2
Bumps [tornado](https://github.com/tornadoweb/tornado) from 6.1.0 to 6.3.2.
- [Changelog](https://github.com/tornadoweb/tornado/blob/master/docs/releases.rst)
- [Commits](https://github.com/tornadoweb/tornado/compare/v6.1.0...v6.3.2)

---
updated-dependencies:
- dependency-name: tornado
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-25 18:33:21 +00:00
John Smith
9ce1dd21aa 更新教程截图 2022-10-09 19:11:21 +08:00
John Smith
1f89d0d1cf 添加cookie提高获取头像成功率 2022-10-09 18:53:42 +08:00
John Smith
062e7ed1aa 临时修复获取头像请求被屏蔽的问题 2022-09-28 00:11:29 +08:00
John Smith
6c84cbb930 更新版本号v1.6.1 2022-06-18 21:46:14 +08:00
John Smith
582508bd3f 移除B站翻译白嫖版 2022-06-18 21:42:03 +08:00
John Smith
2c0dd6e1c9 修复获取头像请求被屏蔽的问题
也修改了其他请求的User-Agent,防止将来被屏蔽
2022-06-18 21:31:25 +08:00
John Smith
1075b458aa 数据库中uid类型改成BigInteger 2022-06-03 13:47:22 +08:00
John Smith
aac9f62a70
Merge pull request #66 from Jeffz615/master
fix del sc msg
2022-03-16 23:13:35 +08:00
v1rg0z
86847c666f fix del sc msg 2022-03-16 22:20:41 +08:00
John Smith
b2d12e84bd 更新版本号v1.6.0 2022-03-04 20:28:49 +08:00
John Smith
618164d77d 自定义表情存储目录改到data里 2022-03-01 22:13:25 +08:00
John Smith
9f8f238426 整理docker构建、使用多阶段构建 2022-03-01 00:57:16 +08:00
John Smith
801280efbd 更新readme 2022-02-28 21:08:12 +08:00
John Smith
2187dfc167 更新截图到新版本 2022-02-28 20:48:23 +08:00
John Smith
02ec4bc4ba 升级SQLAlchemy到1.4.31 2022-02-28 20:17:20 +08:00
John Smith
24d0671dae 完成上传表情文件 2022-02-27 22:05:37 +08:00
John Smith
903cfecab9 完成自定义表情前端 2022-02-27 14:45:19 +08:00