fix: fixed bug #70, XunFei 1.5 url version map error

This commit is contained in:
RockYang
2023-12-25 08:54:17 +08:00
committed by UncleSimonlau
parent 3991f4daec
commit 6bc57b6132
32 changed files with 3081 additions and 321 deletions

View File

@@ -0,0 +1,15 @@
<template>
<div class="app-background">
<div class="mobile-setting container">
<div class="title" style="padding-top: 50px">应用广场</div>
<div class="title" style="padding-top: 200px">视频生成器即将开启敬请期待</div>
</div>
</div>
</template>
<script setup>
</script>
<style lang="stylus">
@import "@/assets/css/mobile-apps.styl"
</style>