update: version 1.3.2

This commit is contained in:
Kerwin
2025-11-01 10:14:55 +08:00
parent 6e7914f056
commit 7e80a1c2b2
5 changed files with 13 additions and 13 deletions

View File

@@ -1,3 +1,8 @@
### v1.3.2
1. 二维码美化
2. TelegramBot参数调整
3. 修复一些问题
### v1.3.1
1. 添加API访问日志
2. 添加首页公告

View File

@@ -40,16 +40,11 @@
- [QQ机器人](https://github.com/ctwj/astrbot_plugin_urldb)
- [Telegram机器人](https://ecn5khs4t956.feishu.cn/wiki/SwkQw6AzRiFes7kxJXac3pd2ncb?from=from_copylink)
### v1.3.1
1. 添加API访问日志
2. 添加首页公告
3. TG机器人添加资源选择模式
### v1.3.2
1. 二维码美化
2. TelegramBot参数调整
3. 修复一些问题
### v1.3.0
1. 新增 [Telegram Bot](https://ecn5khs4t956.feishu.cn/wiki/SwkQw6AzRiFes7kxJXac3pd2ncb?from=from_copylink)
2. 新增[扩容](https://ecn5khs4t956.feishu.cn/wiki/R3cPwEU6viTWfukHFNycM7O6nMd?from=from_copylink)
3. 支持迅雷云盘
4. UI优化
[详细改动记录](https://github.com/ctwj/urldb/blob/main/ChangeLog.md)

View File

@@ -20,7 +20,7 @@ services:
- app-network
backend:
image: ctwj/urldb-backend:1.3.1
image: ctwj/urldb-backend:1.3.2
environment:
DB_HOST: postgres
DB_PORT: 5432
@@ -38,7 +38,7 @@ services:
- app-network
frontend:
image: ctwj/urldb-frontend:1.3.1
image: ctwj/urldb-frontend:1.3.2
environment:
NODE_ENV: production
NUXT_PUBLIC_API_SERVER: http://backend:8080/api

View File

@@ -18,7 +18,7 @@ interface VersionResponse {
export const useVersion = () => {
const versionInfo = ref<VersionInfo>({
version: '1.3.1',
version: '1.3.2',
build_time: '',
git_commit: 'unknown',
git_branch: 'unknown',

View File

@@ -1,6 +1,6 @@
{
"name": "res-db-web",
"version": "1.3.1",
"version": "1.3.2",
"private": true,
"type": "module",
"scripts": {