🚸 支持配置图像质量

This commit is contained in:
目棃
2025-01-10 17:41:08 +08:00
parent aba87dfac0
commit 63b7f685c1
9 changed files with 156 additions and 64 deletions

View File

@@ -25,7 +25,7 @@ type GroTableProps = { modelValue: Array<TGApp.Sqlite.GachaRecords.SingleTable>
const props = defineProps<GroTableProps>();
const headers = [
const headers = <const>[
{ title: "时间", align: "center", key: "time" },
{ title: "卡池", align: "center", key: "uigfType" },
{ title: "类型", align: "center", key: "type" },