mirror of
https://github.com/RhenCloud/Cloud-Home.git
synced 2026-01-22 17:39:07 +08:00
refactor:删除已弃用的组件和样式,迁移到 Tailwind CSS
- 改进项目页面、网站页面、友链页面 - 从 styles.css 中移除全局样式。 - 添加 tailwind.config.ts 以配置 Tailwind CSS。 - 更新 tsconfig.json,加入 Vue 组件的新路径映射。
This commit is contained in:
9
app/utils/cssLoader.ts
Normal file
9
app/utils/cssLoader.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
/**
|
||||
* CSS 加载工具 (已禁用)
|
||||
*
|
||||
* 此工具不再使用,因为Nuxt会自动处理CSS加载和优化
|
||||
* 保留此文件以供参考,但不会被导入
|
||||
*/
|
||||
|
||||
// 所有导出的函数已被删除
|
||||
// 使用 nuxt.config.ts 的 css 配置代替
|
||||
Reference in New Issue
Block a user