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,20 @@
/* 引入Google字体 */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');
/* Tailwind基础样式 */
@import 'tailwindcss';
/* 引入共享样式 */
@import './styles/index.css';
/* 基础HTML和Body样式 */
html, body {
height: 100%;
overflow: hidden;
margin: 0;
padding: 0;
}
#app {
height: 100%;
}