refactored desktop pet component

This commit is contained in:
2026-01-05 17:24:38 +08:00
parent ca995899fe
commit 0a11c333b4
7 changed files with 320 additions and 311 deletions

4
src/types/images.d.ts vendored Normal file
View File

@@ -0,0 +1,4 @@
declare module "*.gif" {
const content: string;
export default content;
}