User页面的增删改查;开发模式接口地址使用本地魔方,端口7166;yarn.lock锁定版本;gitignore忽略编辑器目录及临时目录
Yann authored at 2025-06-22 23:27:02
142.00 B
cube-front
@import 'tailwindcss/preflight';
@import 'tailwindcss/utilities';

body {
  margin: 0;
  padding: 0;
}

:root {
  --primary-color: #1890ff;
}