feat: 上传前判断大小、新文件插入第一位
This commit is contained in:
@@ -1,9 +1,11 @@
|
||||
import zh_cn from './zh_cn';
|
||||
import zh from './zh';
|
||||
import en from './en';
|
||||
import zh_tw from './zh-tw'
|
||||
import zh_tw from './zh_tw'
|
||||
|
||||
export default {
|
||||
zh,
|
||||
zh_cn,
|
||||
en,
|
||||
zh_tw
|
||||
zh_tw,
|
||||
zh
|
||||
}
|
||||
Reference in New Issue
Block a user