Add AutoRobot directory with Windows line endings

This commit is contained in:
2025-10-20 09:04:09 +08:00
parent a7ade87dde
commit d663118a73
124 changed files with 22719 additions and 0 deletions

View File

@@ -0,0 +1,23 @@
/* 简化版Font Awesome CSS用于演示 */
.fa {
display: inline-block;
width: 1em;
height: 1em;
line-height: 1;
font-family: 'FontAwesome';
font-weight: normal;
font-style: normal;
text-decoration: inherit;
text-transform: none;
text-rendering: auto;
speak: none;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
/* 简单的图标样式 */
.fa-refresh:before { content: "⟳"; }
.fa-bell:before { content: "🔔"; }
.fa-cog:before { content: "⚙️"; }
.fa-home:before { content: "🏠"; }
.fa-user:before { content: "👤"; }