feat(tamagotchi): basic MCP support (#144)

* refactor: tauri plugin
* fix: DO NOT auto format generated files
* fix: not format, it's normal generation
* feat: command wrapper
* feat: settings page to configure server
* fix: transparent background
This commit is contained in:
LemonNeko
2025-04-28 15:08:28 +08:00
committed by GitHub
parent 9fa24dbc87
commit bddd999d5d
32 changed files with 6196 additions and 502 deletions
+1
View File
@@ -9,6 +9,7 @@ export default antfu(
'**/assets/js/**',
'**/assets/live2d/models/**',
'apps/stage-tamagotchi/out/**',
'apps/stage-tamagotchi/src-tauri/**',
'**/drizzle/**',
'**/.astro/**',
],