Commit b7881a5606857f9fd2913e4c3d8c752edaf8aa1d

Authored by zichun
1 parent 8e4e7b37

chore(fe-login): FE-01 门禁回归通过 REQ-USR-004

Showing 1 changed file with 7 additions and 0 deletions
frontend/src/vite-env.d.ts 0 → 100644
  1 +/// <reference types="vite/client" />
  2 +
  3 +// CSS Modules 类型声明(*.module.css 默认导出键值映射)
  4 +declare module '*.module.css' {
  5 + const classes: { readonly [key: string]: string };
  6 + export default classes;
  7 +}