🚀 0.9.8

This commit is contained in:
BTMuli
2026-03-13 13:50:02 +08:00
parent 1d810117b0
commit f121644bc4
11 changed files with 38 additions and 19 deletions

View File

@@ -368,7 +368,6 @@ async function loadAccount(ac: string): Promise<void> {
}
async function confirmRefreshUser(ac: string): Promise<void> {
// TODO: 选择同时刷新游戏账号还是只刷新ck
const freshCheck = await showDialog.checkF({
title: "确认刷新用户信息?",
text: "将刷新用户Cookie跟游戏账号",

View File

@@ -5,7 +5,6 @@
<div v-if="pools.length < 3" class="pool-grid">
<PhPoolCard v-for="(pool, idx) in pools" :key="idx" :pool="pool" />
</div>
<!-- TODO: 优化Swiper效果 -->
<Swiper
v-else
:autoplay="{ delay: 3000, disableOnInteraction: false }"

View File

@@ -17,7 +17,7 @@
<script lang="ts" setup>
import { computed } from "vue";
// Reward state enum TODO:完善类型
// Reward state enum
const RewardState = <const>{
NORMAL: 0,
SIGNED: 1,