docs: 首页新增提示内容

This commit is contained in:
xlsea
2025-05-13 23:29:41 +08:00
parent 414cdbb8bd
commit f349ff8600
3 changed files with 20 additions and 1 deletions

View File

@ -15,6 +15,22 @@ const gap = computed(() => (appStore.isMobile ? 0 : 16));
<template>
<NSpace vertical :size="16">
<NAlert title="如遇问题请先看这里" type="warning">
<div class="text-18px">
<div>
开发前请先查看 ReadMe.md 文件中的
<NA
href="https://gitee.com/xlsea/ruoyi-plus-soybean#%E5%BC%80%E5%8F%91%E5%89%8D%E5%BF%85%E7%9C%8B"
target="_blank"
rel="noopener noreferrer"
>
开发前必看
</NA>
</div>
<div>如遇菜单无法点击请检查是否已替换菜单 SQL</div>
<div>如遇代码无法生成请检查是否已替换代码生成模板</div>
</div>
</NAlert>
<HeaderBanner />
<CardData />
<NGrid :x-gap="gap" :y-gap="16" responsive="screen" item-responsive>

View File

@ -144,7 +144,7 @@ watch(visible, () => {
:lang="appStore.locale"
:is-dark="themeStore.darkMode"
:upload-url="`${baseURL}/resource/oss/upload`"
:headers="headers"
:upload-headers="headers"
/>
</NFormItem>
<NFormItem label="公告状态" path="status">