chore: 首页文字内容调整

This commit is contained in:
lzh
2025-12-18 17:19:40 +08:00
parent 87b8b3a34b
commit f6b2d8b82f
7 changed files with 13 additions and 15 deletions

View File

@@ -14,8 +14,6 @@ import { useVbenForm } from '@vben-core/form-ui';
import { VbenButton, VbenCheckbox } from '@vben-core/shadcn-ui';
import Title from './auth-title.vue';
import DocLink from './doc-link.vue';
import ThirdPartyLogin from './third-party-login.vue';
interface Props extends AuthenticationProps {
formSchema?: VbenFormSchema[];
@@ -178,14 +176,14 @@ defineExpose({
</div>
<!-- 第三方登录 -->
<slot name="third-party-login">
<!-- <slot name="third-party-login">
<ThirdPartyLogin
v-if="showThirdPartyLogin"
@third-login="handleThirdLogin"
/>
</slot>
</slot> -->
<slot name="to-register">
<!-- <slot name="to-register">
<div v-if="showRegister" class="mt-3 text-center text-sm">
{{ $t('authentication.accountTip') }}
<span
@@ -195,9 +193,9 @@ defineExpose({
{{ $t('authentication.createAccount') }}
</span>
</div>
</slot>
</slot> -->
<!-- 萌新必读 -->
<DocLink />
<!-- <DocLink /> -->
</div>
</template>