40 Commits
Author SHA1 Message Date
Neko Ayaka 0d2a24aef5 chore: updated 2026-08-13 19:50:09 +08:00
RainbowBird d5a241b10e chore: migrate services to integration folder 2026-08-02 20:12:13 +08:00
Neko Ayaka 20a515e169 chore(ci): added Godot vscode extension recommendation, and .prototools for managing dotnet versions 2026-04-23 02:19:44 +08:00
Neko Ayaka 9c6a7cbb20 chore(.vscode): updated ts options 2026-04-09 15:54:49 +08:00
Neko 8991b541a3 chore(tauri-*,crates): now maintaining tauri and rust packages in another repo (#1533) 2026-03-31 23:56:32 +08:00
Neko Ayaka 3946c9510b chore(workspace): incorrect VSCode launch.json configs 2026-03-09 22:22:02 +08:00
Neko Ayaka f8bafda5d0 chore(workspace): incorrect Launch.json for Electron debugger 2026-02-26 14:43:31 +08:00
Rin a70c2e158f chore(minecraft): minecraft debug config 2026-02-18 11:14:07 +08:00
Neko Ayaka e01e20918a refactor(airi-plugin-vscode): better structure & format 2026-01-17 02:48:55 +08:00
Neko Ayaka 66b7e6ed8a refactor(airi-plugin-vscode): better code & fixed dependency bundling issue 2025-12-12 15:43:15 +08:00
RainbowBirdandNeko 8c43127c22 feat(plugin): VSCode extension (#717)
Co-authored-by: Neko <neko@ayaka.moe>
2025-11-04 15:13:59 +08:00
Neko Ayaka 668d54a9b2 feat(airi-plugin-claude-code): now works with Claude Code hooks 2025-10-09 16:09:57 +08:00
Neko Ayaka 8d02a1deec chore(workspace): added antfu.pnpm-catalog-lens as recommended vscode extension 2025-09-12 03:41:40 +08:00
Neko AyakaandLemonNeko 23eb3d3ef6 refactor(stage-tamagotchi-electron): init stage-tamagotchi-electron app
Co-authored-by: LemonNeko <17664845+LemonNekoGH@users.noreply.github.com>
2025-09-06 21:03:56 +08:00
Makito 4eef2f027e chore(vscode): disable rust-analyzer cache priming (#324) 2025-07-26 17:56:51 +09:00
Neko Ayaka 7aa576d072 chore(workspace): update gitignore & cleanup unused vscode config 2025-07-16 16:27:03 +08:00
melty kiss 15dcca498a feat(stage-web): launch setup (#259) 2025-07-06 23:24:00 +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
RainbowBirdandNeko Ayaka 6c64dca345 fix: cargo toolchain (#238)
---------

Co-authored-by: Neko Ayaka <neko@ayaka.moe>
2025-06-28 13:34:35 +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
LemonNeko 2e1260f0c2 feat(stage-tamagotchi): live2d model look at mouse position (#194)
* chore: set rust-analyzer path
* refactor: let frontend to check if cursor is inside window
* feat(stage-tamagotchi): live2d model look at mouse position
* chore: improve DX
* fix(stage-web): live2d model look at mouse position
* fix: typo
* fix: keep necessary comments
* fix: typecheck
2025-06-06 16:32:29 +08:00
Neko Ayaka afae1741d3 perf(stage-tamagotchi): faster tauri dev 2025-05-27 22:32:21 +08:00
LemonNeko 984b56153d refactor(tamagotchi): use top-level cargo workspace, move tauri-plugin-mcp (#152) 2025-05-01 03:28:12 +08:00
LemonNeko 15fa1fcfbe refactor(stage-tamagotchi): remove stage electron (#115)
* refactor(stage-tamagotchi): remove stage electron

* fix(stage-tamagotchi): path
2025-04-05 18:04:13 +08:00
LemonNeko fa181b5703 chore(stage-tamagotchi): install missing deps for ci 2025-04-02 00:00:20 +08:00
LemonNeko 758e30a123 refactor(stage-tamagotchi): rewrite it in rust (#90)
* chore: create tauri project, let window transparent

* chore: fix i18n

* chore: remove cocoa

* feat: open settings window

* feat: window controls shortcuts

* feat: system tray

* chore: install dependencies
2025-03-24 03:03:14 +08:00
RainbowBird d03f17983a fix(vscode): enable Vue framework support in i18n-ally settings (#85) 2025-03-17 02:27:38 +08:00
LemonNekoandNeko 0528239bfd feat(stage-web): load and save live2d model (#41)
* wip: ui

* wip: load local live2d zip

* feat(stage-web): save model to indexed db

* fix: apply suggestion

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

---------

Co-authored-by: Neko <neko@ayaka.moe>
2025-03-03 01:39:37 +08:00
LemonNeko 97d829df7a fix: pnpm filter on windows (#26) 2025-02-20 16:16:47 +08:00
Neko Ayaka 5403839355 chore(stage-tamagotchi): updated animation config 2025-02-19 23:31:09 +08:00
Neko Ayaka 69589d893a chore(i18n): for all un-translated words 2025-01-13 17:57:12 +08:00
Neko Ayaka 8514573a9d fix: bugs introduced by migration 2024-12-13 16:52:18 +08:00
Neko Ayaka 0984c40728 chore: adjusted vscode settings 2024-12-03 16:26:27 +08:00
Neko Ayaka 5b263caf87 chore: init 2024-12-03 13:09:37 +08:00
Neko Ayaka cf1f1fe038 chore: cleanup
Signed-off-by: Neko Ayaka <neko@ayaka.moe>
2024-12-03 13:06:39 +08:00
Neko Ayaka be4cbce93e chore: migrate with new structure 2024-12-02 20:49:31 +08:00
Anthony Fu ff2c537a76 init: init 2024-12-02 20:49:31 +08:00
Neko Ayaka a282115d78 chore: configure rules for static assets 2024-12-02 20:49:24 +08:00
Neko Ayaka d9ae0aae38 init: init
Signed-off-by: Neko Ayaka <neko@ayaka.moe>
2024-12-02 00:31:36 +08:00