mirror of
https://github.com/yangjian102621/geekai.git
synced 2025-12-28 19:15:59 +08:00
suno add new function for merging full songs and upload custom music
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
@font-face {
|
||||
font-family: "iconfont"; /* Project id 4125778 */
|
||||
src: url('iconfont.woff2?t=1723593727785') format('woff2'),
|
||||
url('iconfont.woff?t=1723593727785') format('woff'),
|
||||
url('iconfont.ttf?t=1723593727785') format('truetype');
|
||||
src: url('iconfont.woff2?t=1725000514997') format('woff2'),
|
||||
url('iconfont.woff?t=1725000514997') format('woff'),
|
||||
url('iconfont.ttf?t=1725000514997') format('truetype');
|
||||
}
|
||||
|
||||
.iconfont {
|
||||
@@ -13,6 +13,18 @@
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
}
|
||||
|
||||
.icon-merge:before {
|
||||
content: "\e901";
|
||||
}
|
||||
|
||||
.icon-upload:before {
|
||||
content: "\e611";
|
||||
}
|
||||
|
||||
.icon-concat:before {
|
||||
content: "\e630";
|
||||
}
|
||||
|
||||
.icon-email:before {
|
||||
content: "\e670";
|
||||
}
|
||||
@@ -77,7 +89,7 @@
|
||||
content: "\e608";
|
||||
}
|
||||
|
||||
.icon-mp:before {
|
||||
.icon-mp3:before {
|
||||
content: "\e6c4";
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user