feat(projects): 1:恢复岗位页面;2:国际化功能摒弃;

This commit is contained in:
2026-04-03 13:42:55 +08:00
parent ef60ebf8b2
commit 74d8e669c0
11 changed files with 684 additions and 21 deletions

View File

@@ -40,12 +40,6 @@ const { isFullscreen, toggle } = useFullscreen();
<div>
<FullScreen v-if="!appStore.isMobile" :full="isFullscreen" @click="toggle" />
</div>
<LangSwitch
v-if="themeStore.header.multilingual.visible"
:lang="appStore.locale"
:lang-options="appStore.localeOptions"
@change-lang="appStore.changeLocale"
/>
<ThemeSchemaSwitch
:theme-schema="themeStore.themeScheme"
:is-dark="themeStore.darkMode"