Commit Graph
507 Commits
Author SHA1 Message Date
LiliumNeko 019d6487b5 feat(i18n): translate for many keys (#251) 2025-07-01 00:07:03 +08:00
Neko Ayaka 640ddc0b8e fix(stage-*): language switch not working 2025-06-30 19:18:56 +08:00
Neko eb6bcaed60 feat(i18n): new package for locales (#249)
* feat(i18n): new package for locales

We are renaming from zh-CN to zh-Hans with the naming regulation of BCP 47 language tags.
For future languages, suggesting to check & lookup on

- [Language subtag lookup app](https://r12a.github.io/app-subtags/)
- [iana.org/assignments/language-subtag-registry/language-subtag-registry](https://www.iana.org/assignments/language-subtag-registry/language-subtag-registry)

to search on.

Additionally, use `en` for English is actually enforced instead of having `en-Latin`.

More resources and citations worth to check on:
- https://developer.mozilla.org/en-US/docs/Glossary/BCP_47_language_tag
- https://en.wikipedia.org/wiki/IETF_language_tag
- https://en.wikipedia.org/wiki/ISO_15924
2025-06-30 18:48:23 +08:00
Neko b674f5533f chore(ci): improve build test CI (#250) 2025-06-30 18:41:15 +08:00
Neko Ayaka bb59f327b0 chore(deps): bump dependencies 2025-06-30 16:15:45 +08:00
Neko Ayaka 8ee87f9e70 style(*): stronger import sort 2025-06-30 02:23:40 +08:00
Neko AyakaandDustella 9bbb376de7 feat(ui): new TransitionHorizontal
Co-authored-by: Dustella <fdnoaivj@outlook.com>
2025-06-28 17:49:29 +08:00
RainbowBirdandNeko Ayaka 6a0d99fe15 refactor: dynamic import @tauri-apps/plugin-os (#239)
---------

Co-authored-by: Neko Ayaka <neko@ayaka.moe>
2025-06-28 13:35:27 +08:00
MirzaSamadAhmedBaig 7f33a7aca7 fix: Client retry logic, redundant listener set (#233) 2025-06-28 12:14:21 +08:00
Neko Ayaka 4c05962f26 fix(stage-tamagotchi): polyfill tauri platform 2025-06-28 01:24:43 +08:00
Neko Ayaka f05eb04f38 style(stage-*): font weight adjustments 2025-06-28 00:41:24 +08:00
Neko AyakaandLiliumNeko bb2799cea7 fix(stage-ui,stage-web,stage-tamagotchi): font weight issue
Co-authored-by: LiliumNeko <30291104+liliumneko@users.noreply.github.com>
2025-06-27 18:24:05 +08:00
Neko Ayaka 0b127778fc chore(deps): bump dependencies 2025-06-26 19:21:12 +08:00
Neko 5d994609ed Revert "perf(eslint): use moeru config & oxlint (#227)" (#231)
This reverts commit 6d02cb0a01.
2025-06-26 19:17:02 +08:00
藍+85CD 6d02cb0a01 perf(eslint): use moeru config & oxlint (#227) 2025-06-26 18:29:05 +08:00
藍+85CD c13811b392 refactor: use @moeru/std (#226) 2025-06-25 15:31:30 +08:00
藍+85CD b7619af258 chore(deps): use catalog for std, bump version 2025-06-25 14:39:26 +08:00
Neko Ayaka c078b49e0c chore(deps): bump dependencies 2025-06-24 13:47:06 +08:00
Neko Ayaka 50e05b114b chore(*): use @moeru/std & cleanup code, rename 2025-06-23 15:34:07 +08:00
LemonNekoandNeko ae98a39d8a feat(stage-tamagotchi): allow visible on all workspace (#223)
* feat(stage-tamagotchi): allow visible on all workspace

* fix: set default visibility to `true`

Co-authored-by: Neko <neko@ayaka.moe>

---------

Co-authored-by: Neko <neko@ayaka.moe>
2025-06-21 23:46:09 +08:00
Neko Ayaka cfe3ce8145 fix: lint 2025-06-19 18:06:09 +08:00
Neko Ayaka afef299dbc chore(deps): bump dependencies 2025-06-19 17:43:18 +08:00
Neko bd497051fe refactor(ui,stage-ui,stage-app,stage-tamagotchi): migrate to use @proj-airi/unocss-preset-chromatic (#219) 2025-06-19 17:16:00 +08:00
藍+85CD 33c9157a4e refactor(server): remove useless fields 2025-06-19 16:39:33 +08:00
藍+85CD d1c0a3ede5 chore: remove stub script 2025-06-19 16:29:15 +08:00
藍+85CD 73fe6e17bc perf(stage-ui): buildless (#218) 2025-06-19 16:17:59 +08:00
Neko Ayaka 2ce57b1cff refactor(stage-ui): move styles to component aside 2025-06-19 16:11:20 +08:00
藍+85CD 4be96e3093 perf(ui-transitions): buildless (#217) 2025-06-19 16:07:00 +08:00
藍+85CD 4712d6e91d perf(ui-loading-screens): buildless (#216) 2025-06-19 16:00:16 +08:00
藍+85CD ee6a2650f3 perf(ui): buildless (#215) 2025-06-19 15:51:14 +08:00
Neko Ayaka aa6eb47b25 style(stage-ui): code 2025-06-19 12:55:17 +08:00
Neko Ayaka 221943a3d1 fix: types 2025-06-19 10:52:07 +08:00
Neko Ayaka d5003422d0 fix: types 2025-06-19 09:28:52 +08:00
Neko Ayaka d6d3987473 chore(stage-ui,stage-app,stage-tamagotchi): prepare for pure local STT/TTS 2025-06-19 01:26:42 +08:00
藍+85CD 4cb3630503 perf(packages/ccc): buildless (#211) 2025-06-18 19:19:54 +08:00
Neko Ayaka 60a820d63c release: v0.6.1 2025-06-17 23:39:48 +08:00
Neko Ayaka ed9d929446 fix(stage-ui,stage-web,stage-tamagotchi): not properly validated 2025-06-17 16:23:09 +08:00
Neko AyakaandMakito cc449b1d0c style: use @sumimakito integrated perfectionist/sort-imports`
Co-authored-by: Makito <5277268+sumimakito@users.noreply.github.com>
2025-06-17 14:03:27 +08:00
Neko Ayaka 2bec4a1f49 fix(stage-ui): missing vue-tsc 2025-06-16 04:01:54 +08:00
Neko Ayaka 52ff9760b0 fix(deps): build & all dependencies issues 2025-06-16 03:56:02 +08:00
Loris JautakasandNeko c24e711741 fix(stage) Player2 api typo, also replace error role with user role when calling api (#207)
* fix player2 api and replace error role with user for api calls

* Update packages/stage-ui/src/stores/llm.ts

Co-authored-by: Neko <neko@ayaka.moe>

---------

Co-authored-by: Neko <neko@ayaka.moe>
2025-06-14 02:32:35 +08:00
藍+85CDandNeko 1db823d9e3 feat(stage-ui): vrm lip-sync (#204)
* feat(stage-ui): vrm lip-sync

* fix: update package.json

---------

Co-authored-by: Neko <neko@ayaka.moe>
2025-06-14 02:30:11 +08:00
Neko Ayaka 400b52d0c7 fix(stage-ui): focus-at broken 2025-06-14 01:41:35 +08:00
Neko Ayaka 0a711f8079 feat(stage-web): mini Polaroid for taking shots for your characters 2025-06-14 01:00:21 +08:00
Neko Ayaka f2aef18d77 chore(deps): bump dependencies 2025-06-13 23:01:30 +08:00
Loris Jautakas 892169b4cc feat(stage): add player2 api support (#205) 2025-06-13 17:16:48 +08:00
Neko Ayaka 927d85e5b0 fix(stage-tamagotchi,stage-web): overflow for stage, support vertical for model settings 2025-06-13 17:02:19 +08:00
Neko Ayaka 28e3127133 feat(stage-ui,stage-tamagotchi,stage-web): support up scaling 2025-06-13 17:01:11 +08:00
Neko Ayaka 7fb4c51cb0 fix(stage-ui): Live2D model flipped horizontally 2025-06-13 16:59:26 +08:00
Kévin Taccoen 0514b5e068 feat(stage-web,stage-tamagotchi): character cards creation feature (#195) 2025-06-13 00:43:53 +08:00