add suno page

This commit is contained in:
RockYang
2024-07-17 18:58:09 +08:00
parent 37368fe13f
commit b248560ba2
20 changed files with 677 additions and 10 deletions

View File

@@ -77,9 +77,9 @@ if (isMobile()) {
router.push("/mobile")
}
const title = ref("Geek-AI 创作系统")
const logo = ref("/images/logo.png")
const slogan = ref("我辈之人,先干为敬,陪您先把 AI 用起来")
const title = ref("")
const logo = ref("")
const slogan = ref("")
const license = ref({})
const winHeight = window.innerHeight - 150
const bgImgUrl = ref('')