diff --git a/app/.vitepress/src/i18n/index.ts b/app/.vitepress/src/i18n/index.ts index 47e8162cf3a5fd5145911e47d1c80fc11edb2c2e..bd1570f5c280b0837562ad0f44fe254de20f6240 100644 --- a/app/.vitepress/src/i18n/index.ts +++ b/app/.vitepress/src/i18n/index.ts @@ -9,10 +9,7 @@ const i18n: { [key: string]: any } = { }, en: { common: common.en, - }, - ru: { - common: common.ru, - }, + } }; export function useI18n() { diff --git a/app/zh/blogs/guidance/index.md b/app/zh/blogs/guidance/index.md index d9571e1f46e75f5d26c1c6ee755ceaeb19fc6a8b..ef337e143657b4262deb6fa7ebcb880d94c6f182 100644 --- a/app/zh/blogs/guidance/index.md +++ b/app/zh/blogs/guidance/index.md @@ -90,3 +90,7 @@ git push origin : 7. Refer to https://gitee.com/help/articles/4122to submit your Pull Request 8. Wait for reviewing and merging. + + + +