bugfix and performance improvements

This commit is contained in:
2023-07-26 17:24:49 +08:00
parent 2be4e29f37
commit 2ba5ff9439
98 changed files with 1900 additions and 1077 deletions

View File

@ -9,6 +9,8 @@ import { routes_ru, routes_zh } from "@/i18n/message/routes";
import { tagsView_ru, tagsView_zh } from "@/i18n/message/tagsView";
import common_zh from "@/i18n/message/common/zh";
import common_ru from "@/i18n/message/common/ru";
import dict_zh from "@/i18n/message/dict/zh";
import dict_ru from "@/i18n/message/dict/ru";
const messages = {
zh: {
@ -16,6 +18,7 @@ const messages = {
routes: routes_zh,
tagsView: tagsView_zh,
common: common_zh,
dict: dict_zh,
headerMenu: {
hello: "你好,世界",
home: "首页",
@ -134,6 +137,7 @@ const messages = {
routes: routes_ru,
tagsView: tagsView_ru,
common: common_ru,
dict: dict_ru,
headerMenu: {
hello: "Привет мир",
home: "Главная",