mirror of
https://github.com/Megghy/vtsuru.live.git
synced 2025-12-07 02:46:55 +08:00
update
This commit is contained in:
@@ -8,7 +8,7 @@ const width = window.innerWidth
|
||||
const props = defineProps<{
|
||||
userInfo: UserInfo | undefined
|
||||
biliInfo: any | undefined
|
||||
currentData: any
|
||||
currentData?: any
|
||||
}>()
|
||||
function navigate(url: string) {
|
||||
window.open(url, '_blank')
|
||||
|
||||
@@ -88,6 +88,7 @@ onMounted(() => {
|
||||
.schedule-template.pinky.container {
|
||||
--pinky-font-color-dark: #dba2a2c9;
|
||||
--pinky-border-color-dark: #eeb9b9;
|
||||
margin: 0 auto;
|
||||
width: 540px;
|
||||
height: 700px;
|
||||
border-radius: 20px;
|
||||
|
||||
Reference in New Issue
Block a user