mirror of
https://github.com/GiriNeko/YesPlayMusic.git
synced 2025-12-16 21:28:06 +00:00
refactor: search
This commit is contained in:
parent
2393b10fe5
commit
6a64e73a2c
10 changed files with 565 additions and 370 deletions
|
|
@ -15,7 +15,7 @@
|
|||
}}
|
||||
</span>
|
||||
</div>
|
||||
<div class="title">
|
||||
<div class="title" :style="{ fontSize: subTextFontSize }">
|
||||
<span class="explicit-symbol" v-if="isExplicit(item)"
|
||||
><ExplicitSymbol
|
||||
/></span>
|
||||
|
|
@ -46,6 +46,7 @@ export default {
|
|||
items: { type: Array, required: true },
|
||||
type: { type: String, required: true },
|
||||
subText: { type: String, default: "null" },
|
||||
subTextFontSize: { type: String, default: "16px" },
|
||||
showPlayCount: { type: Boolean, default: false },
|
||||
columnNumber: { type: Number, default: 5 },
|
||||
gap: { type: String, default: "44px 24px" },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue