feat: 添加字体页面,展示相关链接和信息
Some checks failed
/ depcheck (push) Successful in 1m8s
/ build-and-deploy-to-vercel (push) Successful in 1m38s
/ playwright (push) Failing after 2m29s

This commit is contained in:
严浩
2025-01-06 10:44:38 +08:00
parent 72a51b7fc7
commit 1a0688bf54
4 changed files with 568 additions and 659 deletions

11
src/pages/fonts.page.vue Normal file
View File

@ -0,0 +1,11 @@
<script setup lang="ts"></script>
<template>
<div>
<ul>
<li>https://juejin.cn/post/7118700280136335396</li>
<li>https://juejin.cn/post/7106556068007772174</li>
<li>cn-font-split</li>
</ul>
</div>
</template>