鞍钢鲅鱼圈能源管控系统前端代码
houzhongjian
22 小时以前 12922420bfe56cd2064c4c8c6a82d4a340cb5db5
提交 | 用户 | 时间
cb6cd2 1 export const setHtmlPageLang = (locale: LocaleType) => {
H 2   document.querySelector('html')?.setAttribute('lang', locale)
3 }