diff --git a/src/components/userGacha/gro-data-line.vue b/src/components/userGacha/gro-data-line.vue index d7f06e9b..00c3421b 100644 --- a/src/components/userGacha/gro-data-line.vue +++ b/src/components/userGacha/gro-data-line.vue @@ -20,7 +20,7 @@ import { computed } from "vue"; import { AppGachaData } from "@/data/index.js"; -export type GroDataLineProps = { data: TGApp.Sqlite.GachaRecords.SingleTable; count: number }; +export type GroDataLineProps = { data: TGApp.Sqlite.GachaRecords.TableGacha; count: number }; const props = defineProps(); const hint = getEndHint(); diff --git a/src/components/userGacha/gro-data-view.vue b/src/components/userGacha/gro-data-view.vue index 5c067f4e..cc97d49b 100644 --- a/src/components/userGacha/gro-data-view.vue +++ b/src/components/userGacha/gro-data-view.vue @@ -64,7 +64,7 @@ import GroDataLine, { type GroDataLineProps } from "./gro-data-line.vue"; type GachaDataViewProps = { dataType: "new" | "avatar" | "weapon" | "normal" | "mix"; - dataVal: Array; + dataVal: Array; }; const props = defineProps(); diff --git a/src/components/userGacha/gro-iframe.vue b/src/components/userGacha/gro-iframe.vue new file mode 100644 index 00000000..5ed64413 --- /dev/null +++ b/src/components/userGacha/gro-iframe.vue @@ -0,0 +1,128 @@ + +