fix: 导出请求时使用接受语言
This commit is contained in:
@@ -83,7 +83,7 @@ type OptionsType = {
|
||||
};
|
||||
|
||||
// 多语言处理
|
||||
const language = localGet(CACHE_LOCAL_I18N) || 'en_US';
|
||||
export const language = localGet(CACHE_LOCAL_I18N) || 'en_US';
|
||||
|
||||
// 兼容旧前端可改配置文件
|
||||
const baseUrl = import.meta.env.PROD
|
||||
|
||||
Reference in New Issue
Block a user