|
|
3e7b195002
|
refactor: 解决方案页的API重构
|
2025-11-11 16:43:08 +08:00 |
|
|
|
706b754905
|
refactor: 解决方案列表的API重构
|
2025-11-11 16:35:20 +08:00 |
|
|
|
0d77e97ad5
|
test: 完善测试
|
2025-11-11 16:15:05 +08:00 |
|
|
|
ac658e01ae
|
refactor: 调整首页数据获取API
- 将首页的数据获取由REST重构为GraphQL
|
2025-11-11 16:14:58 +08:00 |
|
|
|
a93f508e85
|
refactor: 调整GraphQL导入形式
- 以纯文本形式导入
|
2025-11-11 16:08:24 +08:00 |
|
|
|
1290189d84
|
style: 格式化graphql文件
|
2025-11-11 16:01:20 +08:00 |
|
|
|
691dd34127
|
refactor: 产品页与产品列表的API重构
- 将产品页与产品列表的API由REST重构为GraphQL
- 修改Mapper与单元测试
|
2025-11-11 15:58:15 +08:00 |
|
|
|
7e7775ccc6
|
feat: 为Directus插件提供GraphQL支持
- 在Nuxt中引入GraphQL加载模块
- 为Directus引入GraphQl, Query
|
2025-11-11 15:52:27 +08:00 |
|
|
|
b234018f72
|
fix: 调整筛选条目排序权重
deploy to server / build-and-deploy (push) Successful in 3m46s
- 以搜索条目匹配程度为标准排序
- 移除拼音支持
|
2025-11-10 17:28:24 +08:00 |
|
|
|
7b19f59409
|
fix: 调整筛选条目排序权重
deploy to server / build-and-deploy (push) Successful in 3m49s
- 以搜索条目匹配程度为标准排序
- 移除拼音支持
|
2025-11-10 17:26:23 +08:00 |
|
|
|
9de6ab8799
|
fix: 调整模糊匹配阈值
deploy to server / build-and-deploy (push) Successful in 3m6s
- 将阈值由0.3调整为0.6
|
2025-11-10 16:42:56 +08:00 |
|
|
|
86b0c29dcf
|
fix: 调整模糊匹配阈值
deploy to server / build-and-deploy (push) Has been cancelled
- 将阈值有0.3调整至0.6
|
2025-11-10 16:42:30 +08:00 |
|
|
|
352be1686a
|
feat: 产品筛选器的模糊搜索
deploy to server / build-and-deploy (push) Successful in 3m7s
- 引入前端依赖Fuse.js, pinyin-pro分别用于模糊匹配与拼音转换
- 新增Utils-fuzzyFilter,封装了Fuse的初始化/模糊匹配与相关工具函数
- 将前端由字符串匹配改为模糊匹配
|
2025-11-10 16:05:44 +08:00 |
|
|
|
710a0cdc5b
|
feat: 支持拼音搜索
deploy to server / build-and-deploy (push) Successful in 3m38s
- 使用pinyin-pro进行汉语拼音转换
- 调整搜索权重
|
2025-11-10 15:39:47 +08:00 |
|
|
|
4c8dfb5b56
|
feat: 产品筛选器的模糊搜索功能
- 引入纯前端依赖Fuse.js用于模糊匹配
- 新增Utils-fuzzyFilter封装Fuse的初始化与匹配
- 在前端将字符串匹配改为模糊匹配
|
2025-11-10 15:08:32 +08:00 |
|
|
|
007c8f9ce9
|
feat: 产品列表与解决方案列表的排序
deploy to server / build-and-deploy (push) Successful in 3m4s
- 为产品/解决方案类型添加sort字段用于排序
- 各个栏目的类型按照sort升序排序
- 更新directus类型
|
2025-11-08 15:51:33 +08:00 |
|
|
|
0363a88785
|
feat: 解决方案列表页标签排序
deploy to server / build-and-deploy (push) Successful in 3m1s
- 为SolutionType添加Sort字段用于排序
- 解决方案列表按照sort升序排序
|
2025-11-08 15:46:37 +08:00 |
|
|
|
308a080ea4
|
docs: 为ProductTypeView添加注释
|
2025-11-08 15:42:40 +08:00 |
|
|
|
a34cfaff6f
|
fix: 修正product-list的遍历问题
|
2025-11-08 15:42:03 +08:00 |
|
|
|
bd894d6f2e
|
feat: 产品列表页排序
- 为ProductType添加sort字段用于排序
- 产品列表页项目按照sort升序排序
|
2025-11-08 15:34:42 +08:00 |
|
|
|
b4da838cae
|
feat: 添加自定义logger用于输出日志
deploy to server / build-and-deploy (push) Successful in 3m6s
- 使用自定义logger,自定义输出级别
- 添加eslint规则,禁用console输出
- 将项目的console输出改为logger输出
|
2025-11-08 14:42:35 +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 |
|
|
|
2a021cbaea
|
feat: 添加自定义日志系统logger
deploy to server / build-and-deploy (push) Successful in 3m15s
|
2025-11-08 14:22:31 +08:00 |
|
|
|
d55fe5cce2
|
fix: 补全i18n文本
deploy to server / build-and-deploy (push) Successful in 3m9s
- 补全产品详情页的tab标签文本翻译
|
2025-11-08 10:46:12 +08:00 |
|
|
|
9313700660
|
fix: 补全i18n文本
deploy to server / build-and-deploy (push) Has been cancelled
- 补全产品详情页的i18n文本
|
2025-11-08 10:45:29 +08:00 |
|
|
|
9d3276a56a
|
fix: 补全SEO&调整列表样式
deploy to server / build-and-deploy (push) Successful in 3m8s
- chore: 去除console.log输出
- fix: 补全SEO
- fix: 调整SpecTable表头样式
|
2025-11-08 10:15:19 +08:00 |
|
|
|
37e89c3eda
|
chore: 去除console.log输出
deploy to server / build-and-deploy (push) Successful in 3m4s
|
2025-11-08 10:10:19 +08:00 |
|
|
|
b386d4e60d
|
fix: 补全SEO
deploy to server / build-and-deploy (push) Successful in 3m2s
- 关于我们页面的SEO信息补全
|
2025-11-08 10:05:32 +08:00 |
|
|
|
bfdae60910
|
fix: 调整SpecTable表头样式
- 加粗标题
|
2025-11-08 10:03:15 +08:00 |
|
|
|
e04b9d57da
|
feat: 为各个页面补全标题与SEO
deploy to server / build-and-deploy (push) Successful in 2m54s
- 添加Composable API: usePageSeo用于为路由页面添加SEO
- 为各个页面补全路由标题与SEO
ISSUE: resolve #52
|
2025-11-07 15:40:01 +08:00 |
|
|
|
0265ea4978
|
feat: 为各个页面补全标题与SEO
deploy to server / build-and-deploy (push) Successful in 3m4s
|
2025-11-07 15:37:18 +08:00 |
|
|
|
1cdc29b1ce
|
fix: 调整部分图像显示问题
deploy to server / build-and-deploy (push) Successful in 3m10s
- 产品/解决方案卡片图片宽度、比例调整
- 产品页竖屏是的文字边距调整
|
2025-11-07 14:38:07 +08:00 |
|
|
|
58e91ed67c
|
fix: 调整部分图像显示问题
deploy to server / build-and-deploy (push) Successful in 2m59s
- 产品/解决方案卡片图片宽度调整为100%并将比例设定为16/10
- 产品页在竖屏状态下的文字边距
|
2025-11-07 14:36:21 +08:00 |
|
|
|
191459ec5c
|
fix: 修复download页面的导航路由
deploy to server / build-and-deploy (push) Successful in 2m57s
- 删除`文件下载`的导航链接
- 添加返回到`服务支持`与`文档资料`的链接
|
2025-11-07 14:15:32 +08:00 |
|
|
|
881c0ab61e
|
fix: 修正download页面的breadcrumb导航
deploy to server / build-and-deploy (push) Successful in 2m50s
- 增添返回到服务支持与文档资料的链接
|
2025-11-07 13:40:17 +08:00 |
|
|
|
f8c95207c2
|
build: doker镜像构建时记录构建时间与commit-sha
deploy to server / build-and-deploy (push) Successful in 2m49s
- 镜像构建时会向项目目录内的version.json写入构建时间与commit-sha,并在镜像启动时输出日志
- 添加用于获取版本号的/api/version
|
2025-11-06 17:47:23 +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 |
|
|
|
516ad9fa1c
|
chore: 修复部分代码bug
deploy to server / build-and-deploy (push) Successful in 3m0s
- 修正ProductView中的命名错误
- 移除弃置的Strapi方法
|
2025-11-06 16:58:00 +08:00 |
|
|
|
6a3493c7e1
|
chore: 修正部分代码bug
deploy to server / build-and-deploy (push) Successful in 2m56s
- ProductView中faqs命名错误,修正为ProductQuestionView
- 移除useLocalizations中弃置的Strapi语言获取方法
|
2025-11-06 16:56:42 +08:00 |
|
|
|
a328414b4e
|
build: 添加测试用compose
deploy to server / build-and-deploy (push) Successful in 2m57s
|
2025-11-06 16:53:33 +08:00 |
|
|
|
e81532f920
|
test: 为mapper补全测试
deploy to server / build-and-deploy (push) Has started running
|
2025-11-06 16:52:50 +08:00 |
|
|
|
082fe9fea8
|
build: 增加测试用docker-compose文件
deploy to server / build-and-deploy (push) Successful in 2m57s
|
2025-11-06 16:49:06 +08:00 |
|
|
|
7ba7f4a15a
|
test: 为mapper补充测试
deploy to server / build-and-deploy (push) Successful in 2m56s
|
2025-11-06 16:46:56 +08:00 |
|
|
|
083a2695f3
|
fix: 暂时解决首页在切换语言时可能导致无法正常载入的问题
deploy to server / build-and-deploy (push) Successful in 2m59s
- 当首页获取相关条目时,Translations未找到对应语言条目的情况下Fallback为默认值
ISSUE: resolve #55
|
2025-11-06 14:22:46 +08:00 |
|
|
|
06ab63b8e5
|
fix: 暂时解决首页切换语言时无法正常载入的问题
deploy to server / build-and-deploy (push) Successful in 3m9s
- 首页切换语言时当Translations为空时fallback为默认值
|
2025-11-06 13:08:19 +08:00 |
|
|
|
0950e32fe4
|
fix: 修正Dockerfile
deploy to server / build-and-deploy (push) Successful in 2m59s
|
2025-11-05 14:10:10 +08:00 |
|
|
|
04be130b6d
|
build: 使用dockerfile构建docker镜像
deploy to server / build-and-deploy (push) Has been cancelled
- 添加dockerfile,基于node:22-alpine构建docker镜像
- 完善相关README文档
|
2025-11-05 14:08:05 +08:00 |
|
|
|
7aee68593c
|
docs: 修正README文档显示问题
deploy to server / build-and-deploy (push) Successful in 2m53s
|
2025-11-05 13:25:38 +08:00 |
|
|
|
7dbe85bdc7
|
docs: 修正README文档显示问题
deploy to server / build-and-deploy (push) Has been cancelled
|
2025-11-05 13:24:35 +08:00 |
|
|
|
2b3bf0f4a9
|
docs: 完善README文档
deploy to server / build-and-deploy (push) Has been cancelled
# 补全docker部署部分
|
2025-11-05 13:09:44 +08:00 |
|