feat(stage-tamagotchi): system tray (#32)

* fix(tamagotchi): cannot use default select copy and paste
* style(tamagotchi): scrollbar
* fix(tamagotchi): set motion
* feat(tamagotchi): system tray
* fix: linter issue
* fix: typecheck
* fix: electron declaration
This commit is contained in:
LemonNeko
2025-02-23 22:54:24 +08:00
committed by GitHub
parent a15457a50d
commit 636371e971
16 changed files with 271 additions and 210 deletions
+2
View File
@@ -9,6 +9,7 @@ import {
transformerDirectives,
transformerVariantGroup,
} from 'unocss'
import { presetScrollbar } from 'unocss-preset-scrollbar'
export default defineConfig({
presets: [
@@ -30,6 +31,7 @@ export default defineConfig({
...createExternalPackageIconLoader('@proj-airi/lobe-icons'),
},
}),
presetScrollbar(),
],
transformers: [
transformerDirectives(),