build(web): 移除 Tailwind CSS 依赖
- 移除了 @tailwindcss/vite 和 tailwindcss 依赖 - 在 index.html 中添加了 tailwindcss.js 脚本引用 - 调整了 Prettier 配置,增加了打印宽度
This commit is contained in:
		| @@ -4,6 +4,7 @@ | ||||
|     <meta charset="UTF-8"> | ||||
|     <link rel="icon" href="/favicon.ico"> | ||||
|     <meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||||
|     <script src="/tailwindcss.js"></script> | ||||
|     <title>飘渺儒仙GM后台</title> | ||||
|   </head> | ||||
|   <body> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user