|
|
a82872c1c1
|
fix: 修复specs无法正常转换的问题
deploy to server / build-and-deploy (push) Successful in 3m12s
- 修正GraphQL查询语句:补全Specs的id字段
|
2025-11-17 14:46:46 +08:00 |
|
|
|
496548afa4
|
fix: 修复前端类型标注与GraphQL访问数据不同的问题
- 将类型标注中的id字段改为string
|
2025-11-15 16:33:30 +08:00 |
|
|
|
17bb8adee3
|
fix: 修复Server搜索问题
deploy to server / build-and-deploy (push) Successful in 3m7s
- 将meilisearch搜索服务移至Server端
|
2025-11-14 14:57:55 +08:00 |
|
|
|
d7bd034d7d
|
test: 优化测试代码
deploy to server / build-and-deploy (push) Successful in 3m5s
- 显式导入相关依赖以避免相关问题
|
2025-11-14 12:23:49 +08:00 |
|
|
|
ee1597d2c3
|
fix: 调整URL转换的baseURL
deploy to server / build-and-deploy (push) Successful in 2m54s
- 将baseURL由directus_url转为directus_public_url
|
2025-11-14 11:42:29 +08:00 |
|
|
|
54d0e297ea
|
feat: 将Markdown渲染改为HTML渲染
- CMS相关字段由Markdown改为WYSIWYG,前端做出对应更改
- AssetUrl重写:将CMS地址重写为本地API
|
2025-11-14 11:06:00 +08:00 |
|
|
|
23f2700c0f
|
refactor: 将Data到ViewModel的转换由App转移至Server端
deploy to server / build-and-deploy (push) Successful in 3m15s
- 将逻辑转移到Server端后,简化前端逻辑
|
2025-11-13 20:45:43 +08:00 |
|
|
|
50f0779a8e
|
fix: 修正无法正常读取GraphQL的问题
deploy to server / build-and-deploy (push) Successful in 3m22s
- 将GraphQL移至server/assets,在构建后会被写入server中
- 在server端通过storage读取数据
|
2025-11-12 19:49:17 +08:00 |
|
|
|
a520775a8d
|
refactor: 将文件请求由app端转到server端
deploy to server / build-and-deploy (push) Successful in 3m2s
|
2025-11-12 18:19:21 +08:00 |
|
|
|
a5f3895794
|
refactor: 将数据获取从app端移至server端
- 调整数据获取位置以提升安全性
- 对于后端状态为Archived的数据,通过server控制不进行获取
|
2025-11-12 17:54:43 +08:00 |
|
|
|
660892f9e7
|
fix: 将原项目的console输出改为logger输出
deploy to server / build-and-deploy (push) Successful in 3m11s
- 添加eslint,不允许使用console输出
|
2025-11-08 14:40:41 +08:00 |
|
|
|
aba3729335
|
build: doker镜像构建时记录构建时间与gitcommit
deploy to server / build-and-deploy (push) Successful in 2m59s
- 镜像构建时会向项目目录内的version.json写入构建时间与commit-sha,并在镜像启动时输出日志
- 添加用于获取版本号的server api
|
2025-11-06 17:45:09 +08:00 |
|
|
|
4e7131b291
|
feat: 添加download路由用于展示文档信息
deploy to server / build-and-deploy (push) Successful in 5m4s
- 添加/download/documentID路由用于文档下载
- server端添加文档元数据获取与下载API
- 将app中的types移至shared,与server共享
|
2025-10-27 17:16:51 +08:00 |
|