feat: add index page for mobile

This commit is contained in:
RockYang
2024-04-28 19:09:26 +08:00
parent 039d949523
commit 7f31a301e3
28 changed files with 640 additions and 349 deletions

View File

@@ -16,6 +16,7 @@ import {onMounted, ref} from "vue";
import Clipboard from "clipboard";
import {showNotify} from "vant";
// eslint-disable-next-line no-unused-vars,no-undef
const props = defineProps({
content: {
type: String,