bug fix and performance improvements

This commit is contained in:
quantulr
2023-07-31 15:40:23 +08:00
parent 0933d20717
commit 0655aa1fa5
46 changed files with 587 additions and 209 deletions

View File

@ -13,6 +13,8 @@ import dict_zh from "@/i18n/message/dict/zh";
import dict_ru from "@/i18n/message/dict/ru";
import tips_zh from "@/i18n/message/tips/zh";
import tips_ru from "@/i18n/message/tips/ru";
import home_zh from "@/i18n/message/home/zh";
import home_ru from "@/i18n/message/home/ru";
const messages = {
zh: {
@ -22,6 +24,7 @@ const messages = {
common: common_zh,
dict: dict_zh,
tips: tips_zh,
home: home_zh,
headerMenu: {
hello: "你好,世界",
home: "首页",
@ -142,6 +145,7 @@ const messages = {
common: common_ru,
dict: dict_ru,
tips: tips_ru,
home: home_ru,
headerMenu: {
hello: "Привет мир",
home: "Главная",