Commit Graph

276 Commits

Author SHA1 Message Date
nongyehong
866ba89b93 feat(view): 新增搜索页面功能
美化动态页面内容
2024-07-13 18:53:55 +08:00
nongyehong
85b6cad03f perf: 优化锁屏页面功能
新增更新功能
2024-07-11 23:58:57 +08:00
nongyehong
14073438d5 feat(view): 新增锁屏功能 2024-07-09 02:04:55 +08:00
nongyehong
71a1dd9383 feat: 发布v1.6.0版本 2024-07-04 01:05:26 +08:00
nongyehong
790cce7755
!15 更新到master分支
Merge pull request !15 from nongyehong/dev
2024-07-03 10:33:01 +00:00
nongyehong
9d0fee7e5e fix(hook): 🐛 修复回复功能不显示问题
修改GPT页面的一些样式
2024-07-03 18:26:14 +08:00
nongyehong
e927a95fa4 feat(view): 新增GPT首页推荐功能样式
升级rust的tauri版本为1.7.1
2024-07-02 23:03:03 +08:00
nongyehong
9b771e02ec feat(component): 新增GPT欢迎页面,完善设置页面 2024-07-02 01:03:14 +08:00
nongyehong
b0035f04ff
!14 更新到master分支
Merge pull request !14 from nongyehong/dev
2024-06-30 15:54:23 +00:00
nongyehong
058b91d7af style(component): 💄 修改一些页面的样式 2024-06-30 23:51:30 +08:00
nongyehong
4c85b4afcc feat(component): 新增GPT页面设置功能 2024-06-29 23:54:34 +08:00
nongyehong
5d9794cdb6 style(component): 💄 修改GPT页面以及主页侧边栏样式 2024-06-27 23:31:09 +08:00
nongyehong
7260840f4b feat(component): 新增GPT组件
优化主页侧边栏代码封装
2024-06-26 23:52:38 +08:00
nongyehong
156bb4ea28
!13 更新到master分支
Merge pull request !13 from nongyehong/dev
2024-06-21 10:55:03 +00:00
nongyehong
89a7605055 fix(rust): 🐛 修复mac系统背景玻璃拟态导致的问题 (#IA5AO8)
修复打包时因打印组件的路径导致的问题
2024-06-21 18:32:39 +08:00
nongyehong
ea4b82be25 perf(system): 对接后端服务
注:功能尚未完善,后端服务尚未对接完毕
2024-06-12 01:16:01 +08:00
nongyehong
0355f976b8 perf(services): 优化请求接口以及消息提示
更新vue版本修复_ctx报警告问题
更新naive-ui版本修复该版本已知问题
2024-05-05 01:38:12 +08:00
nongyehong
e17cb7c24a feat(style): 新增项目版本信息打印
移除主题切换时的Transitions效果
2024-04-29 21:20:01 +08:00
nongyehong
af5042261b fix(components): 🐛 修复回复功能缺陷
修复回复功能不可以回复其他消息类型
修复拉伸窗口功能
2024-04-28 20:13:54 +08:00
nongyehong
31f7e1732c perf(views): 优化页面收缩功能
优化连接错误提示
优化自动登录时可中断登录
2024-04-27 05:28:24 +08:00
nongyehong
94d2cb1fec perf(components): 优化表情回应
新增信息时间戳显示
2024-04-25 20:48:07 +08:00
nongyehong
9a35547997 Merge remote-tracking branch 'origin/dev'
# Conflicts:
#	pnpm-lock.yaml
2024-04-24 12:08:10 +08:00
nongyehong
0c4615d413 perf(components): 优化群聊回复表情功能 2024-04-24 11:59:46 +08:00
nongyehong
1fb3530cbd feat(components): 实现群聊回复表情功能 2024-04-24 00:00:16 +08:00
nongyehong
cf4820bffb feat(components): 完善右键功能的显示资料
剔除冗余代码
完善回复对超链接的支持
2024-04-22 23:32:09 +08:00
nongyehong
fc753b5f05 docs: 📝 变更代码规范
添加husky
变更使用cz-git
2024-04-22 02:24:36 +08:00
nongyehong
93770c1012 🎉 release(custom): 发布v1.5.0版本
升级核心依赖版本
使用unocss前缀组插件简化写法
2024-04-19 16:51:13 +08:00
nongyehong
1dec9a9e41
!11 更新到master分支
Merge pull request !11 from nongyehong/dev
2024-04-18 20:30:36 +00:00
nongyehong
c5109d7441 perf(system): 优化回复功能的实现
支持对图片和其他类型消息回复
2024-04-19 04:27:57 +08:00
nongyehong
e1eb827b58 🐛 fix(system): 修复回复功能的一些问题 2024-04-18 23:53:58 +08:00
nongyehong
e8164e080e feat(system): 初步实现回复功能 2024-04-17 23:59:52 +08:00
nongyehong
8aeaf76910 perf(style): 提取复用hooks 2024-04-15 23:06:16 +08:00
nongyehong
844c251711 perf(system): 优化输入框功能
优化艾特功能
复用功能封装
2024-04-14 21:04:53 +08:00
nongyehong
38b932991a
!10 更新到master分支
Merge pull request !10 from nongyehong/dev
2024-04-13 21:36:24 +00:00
nongyehong
76d3c9ff6c 🐛 fix(system): 修复艾特框滚动和选中问题 2024-04-14 05:33:43 +08:00
nongyehong
62d86faf73 perf(system): 优化艾特框功能
新增输入拼音时等待输入完毕
新增艾特框上下选择功能
2024-04-14 04:38:17 +08:00
nongyehong
42d2453991 perf(system): 优化聊天框中常用功能
优化右键菜单复制功能
优化原生复制功能
优化网址识别功能
2024-04-14 01:17:32 +08:00
nongyehong
eba6395966 feat(setting): 新增发送信息快捷键
优化表情框
2024-04-13 02:30:22 +08:00
nongyehong
baae17e03b feat(custom): 新增表情功能 2024-04-11 23:00:58 +08:00
nongyehong
cd9acf9e90 🐛 fix(custom): 修复使用n-virtual-list组件未阻止滚动问题 2024-04-10 23:21:53 +08:00
nongyehong
998ab1418a 🐛 fix(system): 修复系统托盘图标切换问题 2024-04-10 19:40:26 +08:00
nongyehong
0b7878e8da 🐛 fix(system): 修复已知问题 2024-04-10 17:42:47 +08:00
nongyehong
b10d5c0b96 perf(setting): 优化系统托盘图标在不同窗口下显示不同功能 2024-04-08 21:16:34 +08:00
nongyehong
0289f3534a feat(style): 新增系统托盘无状态图标切换 2024-04-08 00:54:54 +08:00
nongyehong
0a85bd5ff8 🚀 chore(custom): 更新到master分支,手动解决冲突 2024-04-05 23:51:39 +08:00
nongyehong
afa467567e ✏️ docs(style): 更新md文档项目展示内容 2024-04-05 23:23:35 +08:00
nongyehong
c4729d4d15 🐛 fix(setting): 修复独立窗口无法接收响应式数据 2024-04-02 01:43:45 +08:00
nongyehong
665237da08 :medal: version(system): 发布1.4.0版本 2024-04-02 00:16:58 +08:00
nongyehong
b5d81758f1 :medal: version(system): . add LICENSE. 2024-04-01 23:24:12 +08:00
nongyehong
0feef234e8 perf(system): 优化屏幕共享功能 2024-04-01 23:22:39 +08:00