feat/ 导出开发容器内的数据用于评估

This commit is contained in:
Kevin
2026-04-03 14:44:46 +08:00
parent 828a29748e
commit b75edacb5f
51 changed files with 5999 additions and 57 deletions

View File

@@ -0,0 +1,15 @@
:root {
font-family: system-ui, sans-serif;
line-height: 1.5;
color: #1a1a1a;
background: #f5f5f7;
}
* {
box-sizing: border-box;
}
body {
margin: 0;
}
a {
color: #06c;
}