feat: rename is.js to device.js

This commit is contained in:
jiahaosheng
2025-09-11 17:53:08 +08:00
parent 9421d004d4
commit dc64785279
2 changed files with 1 additions and 1 deletions

View File

@@ -25,7 +25,7 @@ import {
getPreviewTheme as getPreviewThemeUtil, getPreviewTheme as getPreviewThemeUtil,
} from '~/utils/vditor' } from '~/utils/vditor'
import { useIsMobile } from '~/utils/screen' import { useIsMobile } from '~/utils/screen'
import { isMac } from '~/utils/is' import { isMac } from '~/utils/device'
import '~/assets/global.css' import '~/assets/global.css'
export default { export default {