简体中文
Appearance
通过文件名获取文件扩展名
import { getFileExt } from '@vuecraft/shared' // get file extension name getFileExt('fileName.txt') // 'txt'