mirror of
https://github.com/snowykami/neo-blog.git
synced 2025-09-26 11:06:23 +00:00
feat: 添加评论时间格式化功能,优化评论项显示,支持显示编辑时间
This commit is contained in:
@ -16,7 +16,7 @@ export default getRequestConfig(async () => {
|
||||
})
|
||||
).then((msgs) => msgs.reduce((acc, msg) => deepmerge(acc, msg), {}));
|
||||
return {
|
||||
locale: locales[0],
|
||||
locale: locales[locales.length - 1] || 'en',
|
||||
messages
|
||||
};
|
||||
});
|
||||
|
Reference in New Issue
Block a user