usercustom_zh_CN.ts 145 字节
Newer Older
1 2 3 4 5 6
// 用户自定义语言资源 中文
function getLocaleResource(){
    const data:any = {};
    return data;
}
export default getLocaleResource;