201 Commits

Author SHA1 Message Date
ayang
a3a33628cc v0.2.1 v0.2.1 2025-04-24 09:34:34 +08:00
ayangweb
08259ac96a fix: 修复了 v0.2.0 版本中界面无法显示的问题 (#78) 2025-04-24 09:34:02 +08:00
ayang
42b11c1334 v0.2.0 v0.2.0 2025-04-23 21:08:28 +08:00
ayangweb
20169981df feat: 支持保存并恢复窗口的位置和大小 (#75) 2025-04-23 21:06:44 +08:00
ayangweb
2287216f39 fix: 修复了 CapsLock 按下后未正确释放的问题 (#70) 2025-04-23 11:13:17 +08:00
ayangweb
f39c604c6d feat: 应用启动时默认隐藏偏好设置窗口 (#67) 2025-04-22 22:10:59 +08:00
ayangweb
905ce2969f feat: 新增「猫咪设置 > 窗口设置 > 镜像模式」配置项 (#66) 2025-04-22 22:08:46 +08:00
ayangweb
a40b612a30 feat: 新增「猫咪设置 > 窗口设置 > 透明度」配置项 (#65) 2025-04-22 21:59:30 +08:00
ayangweb
9793ec85e2 fix: 修复了可同时打开多个猫咪窗口的问题 (#64) 2025-04-22 21:26:03 +08:00
ayangweb
8f5b1826fe feat: 将应用归类为「游戏」类别 (#62) 2025-04-22 20:51:40 +08:00
yyz
9f3d3422f6 feat: 新增窗口最小尺寸限制,避免缩得过小 (#60) 2025-04-22 17:20:59 +08:00
yyz
176f86acb9 fix: 修复窗口穿透状态不同步的问题 (#59) 2025-04-22 16:25:21 +08:00
ayangweb
8debd0a071 docs: update README.md (#48) 2025-04-21 21:57:34 +08:00
ayangweb
186edefc9d docs: remove redundant text from README.md (#46) 2025-04-21 21:33:12 +08:00
ayangweb
c73717bde3 docs: updated download instructions in README.md (#45) 2025-04-21 21:27:57 +08:00
ayangweb
ae927c733b docs: update README.md and add demo.gif (#44) 2025-04-21 21:07:45 +08:00
ayang
7b151b41d4 v0.1.0 v0.1.0 2025-04-21 19:42:09 +08:00
ayangweb
9589da1488 refactor: remove mac-specific tray icons and standardize on generic icons (#30) 2025-04-21 19:41:43 +08:00
ayangweb
cf4c295466 feat: support for in-app updated versions (#29) 2025-04-21 18:49:20 +08:00
ayangweb
583e8a1618 refactor: optimized some code structure and copywriting (#28) 2025-04-21 09:49:23 +08:00
ayangweb
165a701f9e chore: adding a release workflow (#27) 2025-04-10 22:38:54 +08:00
ayangweb
0f26e1608d feat: refactoring the project structure and adding content to the preferences window (#26) 2025-04-10 22:30:15 +08:00
ayangweb
5b8628cd39 chore: support for path aliases (#25) 2025-04-01 09:29:01 +08:00
ayangweb
bf9cfc128a chore: modifying the eslint configuration (#24) 2025-04-01 09:21:58 +08:00
ayangweb
9485625065 perf: model adapts to screen resolution to improve clarity (#23) 2025-03-30 11:07:27 +08:00
ayangweb
594431e343 refactor: optimize device change event handling (#22) 2025-03-30 10:42:48 +08:00
ayangweb
e09a38b6aa refactor: ignore mouse movement events in non-standard mode (#21) 2025-03-30 10:27:34 +08:00
ayangweb
93c8c9d38f chore: optimize configuration file (#20) 2025-03-30 00:04:03 +08:00
ayangweb
a7d6210a08 refactor: distinguish between operating system handling of listening device logic (#19) 2025-03-29 13:17:43 +08:00
ayangweb
bc23e6dcc6 refactor: replacement of image resources and optimization of keyboard event handling (#18) 2025-03-29 11:14:53 +08:00
ayangweb
910abeb4d0 style: remove unused imports and variables (#17) 2025-03-29 10:58:56 +08:00
ayangweb
874173b1bc refactor: remove the shadow of the main window (#16) 2025-03-29 09:37:46 +08:00
ayangweb
a85282e279 refactor: window resizing with debounce (#15) 2025-03-29 09:34:55 +08:00
ayangweb
2842e641e8 chore: cleaning up automatically generated files (#14) 2025-03-29 08:39:22 +08:00
ayangweb
aee7321735 feat: add logging plugin to capture all promise errors (#13) 2025-03-29 08:32:35 +08:00
ayangweb
08efc80fa9 refactor: refactoring code to use tauri-plugin-pinia for global state management (#12) 2025-03-29 07:46:53 +08:00
KC
40d38cacff refactor: abstract live2d class and refactor hook logic (#10) 2025-03-29 05:35:29 +08:00
KC
a96bc0fe32 chore: add eslint rules for import group (#9) 2025-03-29 05:26:53 +08:00
ayangweb
0a9c060741 chore: remove '@unocss/preset-rem-to-px' dependency (#8) 2025-03-28 23:36:24 +08:00
ayangweb
fb5dfe82d7 refactor: add vue component type declaration (#7) 2025-03-28 23:24:26 +08:00
ayangweb
17b8b07b00 style: remove useless content (#6) 2025-03-28 23:12:47 +08:00
ayangweb
3ba8b203cd refactor: add window close event handling to hide the window (#5) 2025-03-28 23:08:09 +08:00
ayangweb
fef6286ed2 refactor: optimize mouse position mapping relationships (#4) 2025-03-28 21:35:50 +08:00
ayangweb
7bfc12d3ac chore: update .gitignore and add .vscode/settings.json (#3) 2025-03-28 19:26:23 +08:00
ayangweb
e70386a832 style: remove unused imports (#2) 2025-03-28 19:23:35 +08:00
ayangweb
ffb15d9740 fix: fix windows startup crash (#1) 2025-03-28 19:21:05 +08:00
ayang
c52ef736c4 refactor: migrating from react to vue3 and refactoring related code 2025-03-28 18:40:08 +08:00
ayang
f27998e992 docs: update README.md 2025-03-28 13:40:20 +08:00
ayangweb
20e76f7b22 Create LICENSE 2025-03-28 13:17:20 +08:00
ayang
311a71a529 docs: update README.md 2025-03-28 13:11:21 +08:00