mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2025-12-12 09:18:14 +08:00
💄 fix(pool): 颜色怎么改了
This commit is contained in:
@@ -71,7 +71,7 @@ const loading = ref(true as boolean);
|
||||
const poolCards = ref([] as GachaCard[]);
|
||||
const poolTimeGet = ref({} as Record<number, string>);
|
||||
const poolTimePass = ref({} as Record<number, number>);
|
||||
const poolColor = ref("#fec90b" as string);
|
||||
const poolColor = ref("#90caf9" as string);
|
||||
const timer = ref(null as any);
|
||||
// expose
|
||||
defineExpose({
|
||||
|
||||
Reference in New Issue
Block a user