mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2025-12-14 09:38:13 +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 poolCards = ref([] as GachaCard[]);
|
||||||
const poolTimeGet = ref({} as Record<number, string>);
|
const poolTimeGet = ref({} as Record<number, string>);
|
||||||
const poolTimePass = ref({} as Record<number, number>);
|
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);
|
const timer = ref(null as any);
|
||||||
// expose
|
// expose
|
||||||
defineExpose({
|
defineExpose({
|
||||||
|
|||||||
Reference in New Issue
Block a user