clean: 清理notion文档资料中的重复文件

详细说明:
- 移除文旅和智能开发目录中的重复图片文件
- 清理font-awesome等前端资源文件
- 保留必要的文档和素材文件

影响模块:
- doc/notion文档资料/文旅/
- doc/notion文档资料/智能开发/

🤖 Generated with Claude Code

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Yep_Q
2025-09-28 15:48:48 +08:00
parent 195c3af1b5
commit 114fa7ddd1
2251 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
// sizing icons
// -------------------------
// literal magnification scale
@for $i from 1 through 10 {
.#{$fa-css-prefix}-#{$i}x {
font-size: $i * 1em;
}
}
// step-based scale (with alignment)
@each $size, $value in $fa-sizes {
.#{$fa-css-prefix}-#{$size} {
@include fa-size($value);
}
}