mirror of
https://github.com/snowykami/neo-blog.git
synced 2025-09-08 10:16:24 +00:00
✨ feat: 添加Footer组件并在RootLayout中引入,增强页面结构
style: 更新globals.css,调整sonner-toast背景颜色 fix: 修改request.ts中的日志级别为debug,优化错误信息输出
This commit is contained in:
@ -10,7 +10,7 @@ export default getRequestConfig(async () => {
|
||||
try {
|
||||
return (await import(`@/locales/${locale}.json`)).default;
|
||||
} catch (err) {
|
||||
console.warn(`Failed to load locale ${locale}:`, err);
|
||||
console.debug(`Failed to load locale ${locale}:`);
|
||||
return {};
|
||||
}
|
||||
})
|
||||
|
Reference in New Issue
Block a user