v2.4.3
⚠️ Are you looking for historical versions?
The backend code for Artalk has been merged into this repository. This page does not include all historical versions. Previous versions of the program can be found on the release page of the ArtalkJS/ArtalkGo code repository: https://github.com/ArtalkJS/ArtalkGo/releases.
(Related PR: #345)
⚠️ 您是否在寻找历史版本?
Artalk 后端代码已合并至该仓库,本页面并不包含所有历史版本,旧版程序可在 ArtalkJS/ArtalkGo 代码仓库的发行页中找到:https://github.com/ArtalkJS/ArtalkGo/releases
(相关的 PR: #345)
新增
- 新增控制台 账户管理 功能 (#296)
- 新增控制台 评论搜索 功能 (#294)
- 新增控制台 独立登录页面
- 默认引用来自后端 API 提供的前端配置 (默认启用
useBackendConf
) (#302) - 新增配置项
avatarURLBuilder
支持自定义生成头像链接 (#295)
优化
修复
变动
useBackendConf
设置为 true
,这将默认引用来自后端 API 提供的配置:你在前端代码中编写的配置将会被覆盖。
new Artalk({
useBackendConf: true // 新版默认此项为 true
})
你可在控制台“设置”界面修改前端配置项,若有需要可将 useBackendConf
设置为 false
。
(详情见文档:在后端控制前端)
后端更新
请升级后端到 v2.3.0+
Full Changelog: v2.4.2...v2.4.3