This commit is contained in:
pa
2026-03-10 17:44:15 +09:00
parent 17b582c904
commit ff1529920b
237 changed files with 419 additions and 419 deletions
+2 -2
View File
@@ -4,8 +4,8 @@ import { defineStore } from 'pinia';
import {
checkVRChatCache
} from '../shared/utils';
import { database } from '../service/database';
import { watchState } from '../service/watchState';
import { database } from '../services/database';
import { watchState } from '../services/watchState';
export const useAvatarStore = defineStore('Avatar', () => {
let cachedAvatarModerations = new Map();