feat: 删除不再使用的 Vue 组件,清理代码库
All checks were successful
/ depcheck (push) Successful in 1m30s
/ build-and-deploy-to-vercel (push) Successful in 1m41s
/ playwright (push) Successful in 1m8s

This commit is contained in:
严浩
2024-12-30 12:15:38 +08:00
parent 1c53703092
commit 7df5552b05
4 changed files with 0 additions and 66 deletions

View File

@ -10,13 +10,6 @@
<meta name="format-detection" content="telephone=no" />
<title>vue-ts-example</title>
<style type="text/css">
*,
*::before,
*::after {
box-sizing: border-box;
margin: 0;
font-weight: normal;
}
body {
text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased;