mirror of
https://gitee.com/dapppp/ruoyi-plus-vben5.git
synced 2026-03-28 16:33:23 +08:00
feat(other): The menu supports jumping to external links and fixing some known problems
This commit is contained in:
8
packages/locales/src/helper.ts
Normal file
8
packages/locales/src/helper.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
/**
|
||||
* 没有任何实际作用,只用于 IDE 对I18的提示
|
||||
*/
|
||||
function $t(key: string) {
|
||||
return key;
|
||||
}
|
||||
|
||||
export { $t };
|
||||
Reference in New Issue
Block a user