eruda.ts 176 B

12345678910
  1. /**
  2. * @name ConfigEruda
  3. * @description 控制台,方便移动端调试
  4. */
  5. import eruda from 'vite-plugin-eruda';
  6. export const ConfigEruda = () => {
  7. return eruda();
  8. };