mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2026-04-06 07:25:05 +08:00
♻️ 重构角色列表页面数据刷新逻辑,当存在战绩时采用战绩数据对应信息
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
<script lang="ts" setup>
|
||||
import TMiImg from "@comp/app/t-mi-img.vue";
|
||||
|
||||
type TurRoleInfoProps = { uid: number; role: TGApp.Sqlite.Record.Role };
|
||||
type TurRoleInfoProps = { uid: number | string; role: TGApp.Sqlite.Record.Role };
|
||||
|
||||
defineProps<TurRoleInfoProps>();
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user