refactor(initialization): 更新 ManualMode 组件的标题样式

This commit is contained in:
2025-08-26 20:24:00 +08:00
parent fdb724ae8b
commit 464758073b

View File

@@ -1,22 +1,22 @@
<template> <template>
<div class="manual-mode"> <div class="manual-mode">
<div class="header"> <div class="header">
<h1>AUTO_MAA 初始化向导</h1> <a-typography-title >AUTO_MAA 初始化向导</a-typography-title>
<p>欢迎使用 AUTO_MAA让我们来配置您的运行环境</p> <a-typography-title :level="4">欢迎使用 AUTO_MAA让我们来配置您的运行环境</a-typography-title>
<div class="header-actions"> <!-- <div class="header-actions">-->
<a-button size="large" type="primary" @click="handleSkipToHome"> <!-- <a-button size="large" type="primary" @click="handleSkipToHome">-->
跳转至首页仅开发用 <!-- 跳转至首页仅开发用-->
</a-button> <!-- </a-button>-->
<a-button <!-- <a-button-->
size="large" <!-- size="large"-->
type="default" <!-- type="default"-->
@click="handleJumpToStep(5)" <!-- @click="handleJumpToStep(5)"-->
style="margin-left: 16px" <!-- style="margin-left: 16px"-->
> <!-- >-->
跳到启动服务第六步 <!-- 跳到启动服务第六步-->
</a-button> <!-- </a-button>-->
</div> <!-- </div>-->
</div> </div>
<a-steps :current="currentStep" :status="stepStatus" class="init-steps"> <a-steps :current="currentStep" :status="stepStatus" class="init-steps">