Files
Asset-cache/seed.txt
Snowz d47f125cea feat(资源抓取): 实现CSS依赖资源的自动抓取与存储
新增对CSS文件中引用的字体、图片等资源的自动抓取功能,保持与源路径相同的层级结构
扩展resolveTargetPath以支持字体和图片类型,新增resolveAssetPathForCss处理依赖路径
添加fetchCssDependencies方法解析CSS中的url引用并下载相关资源
更新README文档说明新增的字体依赖处理机制
2025-12-12 16:46:30 +08:00

11 lines
471 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 示例本文件内置一些常用的CSS/JS地址用于测试
# 注释行以 # 开头;空行将被忽略
# Bootstrap 5.3.0 样式与脚本
https://cdn.jsdmirror.com/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css
https://cdn.jsdmirror.com/npm/bootstrap@5.3.0/dist/js/bootstrap.bundle.min.js
https://cdn.tailwindcss.com
# Element UI 2.15.13 样式(用于验证字体依赖自动抓取)
https://cdn.jsdmirror.com/npm/element-ui@2.15.13/lib/theme-chalk/index.css