201 Commits

Author SHA1 Message Date
ayangweb
424d052077 feat: 新增「猫咪设置 > 窗口设置 > 窗口置顶」配置项 (#384) 2025-05-27 00:57:57 +08:00
ayangweb
0da9605e95 refactor: optimized model deletion logic (#379) 2025-05-26 11:41:23 +08:00
ayangweb
04950f697e feat: 新增「喵咪设置 > 模型设置 > 鼠标镜像」配置项 (#378) 2025-05-26 00:38:45 +08:00
ayangweb
5958909907 refactor: add parameter range checking and optimize parameter setting logic (#377) 2025-05-26 00:13:15 +08:00
ayangweb
28e8a7a05d feat: 支持加载 Live2D Cubism 5 模型 (#376) 2025-05-25 22:43:27 +08:00
ayangweb
10a58db80a refactor: dynamic calculation of background image size (#375) 2025-05-25 22:28:41 +08:00
ayangweb
907c598cba fix: 修复猫咪眼睛朝向错误的问题 (#373) 2025-05-25 20:04:44 +08:00
ayangweb
76e47148d7 refactor: add an error message when deleting a model (#369) 2025-05-24 21:11:06 +08:00
ayangweb
e8ddee37a0 chore: allow file paths that do not begin with a dot (#368) 2025-05-24 21:01:39 +08:00
ayangweb
092ffc6758 refactor: rename preview.png to cover.png in model resources (#366) 2025-05-24 18:05:51 +08:00
ayangweb
c0e0847795 refactor: dynamic lookup of model master profiles (#365) 2025-05-24 17:48:37 +08:00
ayangweb
9eca0d8786 feat: 支持上传自定义模型 (#363) 2025-05-24 16:51:40 +08:00
1f2003d5
c14e6a234b chore: update rust edition to 2024 and optimize release build settings (#339) 2025-05-24 16:49:59 +08:00
ayangweb
dac285f60d docs: 更新 README.md 2025-05-22 13:01:29 +08:00
ayangweb
b1de04d6b4 fix: 修复因之前窗口在已移除的显示器上,导致重启后窗口不可见的问题 (#309) 2025-05-16 17:52:45 +08:00
ayangweb
73b408e5a9 docs: add download guide and update README.md (#305) 2025-05-15 21:56:00 +08:00
ayangweb
0d0d18e9b3 docs: update screenshots in README.md (#304) 2025-05-15 19:20:18 +08:00
ayangweb
b2d88f6558 ci: support linux arm installer builds (#302) 2025-05-15 18:58:26 +08:00
ayangweb
1875fcdda7 feat: 支持通过「关于 > 关于软件 > 软件日志」查看日志信息 (#294) 2025-05-14 22:58:59 +08:00
Yangyang Feng
c2b20f1687 feat: 新增「猫咪设置 > 模型设置 > 单键模式」配置项
* feat: 新增「猫咪设置 > 模型设置 > 单键模式」配置项

* refactor: 重构单键模式代码

---------

Co-authored-by: userName <userEmail>
Co-authored-by: ayang <473033518@qq.com>
2025-05-14 22:38:12 +08:00
ayangweb
3b53216129 refactor: simplifying event invocation (#285) 2025-05-14 17:09:40 +08:00
ayangweb
4c65b51b6b refactor: remove unused favicon (#284) 2025-05-14 17:03:37 +08:00
ayang
5b6e64d7ee v0.4.0 v0.4.0 2025-05-13 22:59:33 +08:00
ayangweb
bddc48357b fix: 修复在切换至标准模式后,方向键未正确释放的问题 (#270) 2025-05-13 22:43:35 +08:00
ayangweb
91de4d0ba9 refactor: autostart on init to prevent deletion (#269) 2025-05-13 22:36:17 +08:00
Yangyang Feng
e302ce5545 feat: 更换托盘图标 (#268) 2025-05-13 22:30:50 +08:00
Yangyang Feng
416ba3adc1 feat: 添加预设窗口尺寸以调整窗口大小 (#255)
* feat(cat): 新增模型大小调整功能

添加了模型大小调整功能,允许用户在偏好设置和右键菜单中调整模型大小。该功能通过监听 size 的变化,动态调整模型的缩放比例,提升了用户体验。

* refactor: 重构了预设窗口尺寸的相关代码

---------

Co-authored-by: userName <userEmail>
Co-authored-by: ayang <473033518@qq.com>
2025-05-13 21:43:39 +08:00
ayangweb
00142a43bc fix: 修复猫猫窗口靠左停靠后,重启时位置无法恢复的问题 (#219) 2025-05-09 10:23:53 +08:00
ayangweb
dfbd65ebde fix: 修复了特定场景下猫猫窗口出现滚动条的问题 (#217) 2025-05-09 10:11:55 +08:00
ayangweb
3bfe5c6ba0 refactor: 调整了未授权状态下的显示颜色 (#208) 2025-05-08 11:21:00 +08:00
ayangweb
59776aa80b feat: 在 macOS 上,支持应用运行时通过启动台再次点击打开偏好设置 (#207) 2025-05-08 11:17:04 +08:00
witt
67e4cb8bf8 docs: 新增 AUR 软件包的安装命令 (#176) 2025-05-06 23:11:26 +08:00
ayangweb
4c562a653a feat: 在 macOS 中新增「通用设置 > 权限设置 > 输入监控权限」配置项 (#193) 2025-05-06 22:51:05 +08:00
ayangweb
6874e0b370 fix: 修复了多显示器鼠标移动异常的问题 (#192) 2025-05-06 22:09:43 +08:00
伊墨
537da1266f chore: remove lodash-es and use es-toolkit instead (#170) 2025-05-01 10:22:00 +08:00
ayangweb
c253853933 refactor: optimize the parameter setting logic using type assertions (#169) 2025-05-01 09:57:53 +08:00
ayangweb
95c49d85f8 chore: patch to remove pixi-live2d-display (#168) 2025-05-01 09:54:32 +08:00
ayangweb
a78578af15 docs: 添加百度网盘下载链接 (#166) 2025-04-30 22:34:26 +08:00
ayang
047240686a v0.3.0 v0.3.0 2025-04-30 21:35:39 +08:00
ayangweb
75cb23c270 fix: 修复部分电脑上窗口持续缩小的问题 (#165) 2025-04-30 16:55:47 +08:00
ayangweb
9d1170063c ci: 添加同步到 Gitee 的工作流 (#161) 2025-04-30 09:49:33 +08:00
ayangweb
8727f1d42e style: delete useless file (#159) 2025-04-29 23:52:07 +08:00
ayangweb
3afe98007d fix: 修复更新进度显示为 NaN 的问题 (#158) 2025-04-29 22:39:37 +08:00
ayangweb
66e2b03531 docs: 新增贡献指南 (#157) 2025-04-29 21:40:08 +08:00
ayangweb
c53fecbd86 fix: 修复了重启后穿透效果失效的问题 (#139) 2025-04-28 18:32:38 +08:00
ayangweb
11747e0cee feat: 支持通过右键菜单快捷操作猫猫 (#136) 2025-04-28 16:13:02 +08:00
yyz
53f62d3daa feat: 新增「通用设置 > 应用设置 > 开机自启动」配置项 (#105) 2025-04-27 17:20:42 +08:00
ayangweb
93b6486263 fix: 修复 macOS 上鼠标按下后无法跟踪移动的问题 (#95) 2025-04-27 09:58:40 +08:00
ayangweb
0b1be2d787 feat: 全新升级偏好设置 UI (#89) 2025-04-25 22:38:44 +08:00
yyz
474bc5202a feat: 区分左右两侧的 ShiftCtrlAlt 键 (#83) 2025-04-24 19:15:06 +08:00