mirror of
https://github.com/yangjian102621/geekai.git
synced 2025-11-16 06:03:42 +08:00
suno add new function for merging full songs and upload custom music
This commit is contained in:
@@ -13,6 +13,13 @@
|
||||
display flex
|
||||
flex-flow row
|
||||
justify-content: space-between;
|
||||
|
||||
.upload-music {
|
||||
.iconfont {
|
||||
margin-right 5px
|
||||
font-size 14px
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.params {
|
||||
@@ -85,6 +92,10 @@
|
||||
height 50px
|
||||
border-radius 10px
|
||||
}
|
||||
.icon-mp3 {
|
||||
font-size 42px
|
||||
color #A85295
|
||||
}
|
||||
.title {
|
||||
display flex
|
||||
margin-left 10px
|
||||
@@ -266,7 +277,7 @@
|
||||
}
|
||||
|
||||
.right {
|
||||
min-width 320px;
|
||||
min-width 350px;
|
||||
font-size 14px
|
||||
padding 0 15px
|
||||
|
||||
|
||||
@@ -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";
|
||||
}
|
||||
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -1,10 +1,31 @@
|
||||
{
|
||||
"id": "4125778",
|
||||
"name": "chatgpt",
|
||||
"name": "geekai",
|
||||
"font_family": "iconfont",
|
||||
"css_prefix_text": "icon-",
|
||||
"description": "",
|
||||
"glyphs": [
|
||||
{
|
||||
"icon_id": "8094809",
|
||||
"name": "merge-cells",
|
||||
"font_class": "merge",
|
||||
"unicode": "e901",
|
||||
"unicode_decimal": 59649
|
||||
},
|
||||
{
|
||||
"icon_id": "10278208",
|
||||
"name": "上传",
|
||||
"font_class": "upload",
|
||||
"unicode": "e611",
|
||||
"unicode_decimal": 58897
|
||||
},
|
||||
{
|
||||
"icon_id": "23538484",
|
||||
"name": "拼接",
|
||||
"font_class": "concat",
|
||||
"unicode": "e630",
|
||||
"unicode_decimal": 58928
|
||||
},
|
||||
{
|
||||
"icon_id": "15838472",
|
||||
"name": "email",
|
||||
@@ -120,7 +141,7 @@
|
||||
{
|
||||
"icon_id": "4318807",
|
||||
"name": "mp3",
|
||||
"font_class": "mp",
|
||||
"font_class": "mp3",
|
||||
"unicode": "e6c4",
|
||||
"unicode_decimal": 59076
|
||||
},
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user