mirror of
https://github.com/acepanel/panel.git
synced 2026-02-04 07:57:21 +08:00
feat: 优化文案
This commit is contained in:
@@ -34,7 +34,7 @@ const handleCreate = () => {
|
||||
</n-button>
|
||||
</template>
|
||||
<n-flex vertical>
|
||||
<n-alert type="info">此处仅显示面板默认备份目录的文件。</n-alert>
|
||||
<n-alert type="info">该页面预计下版本移除!</n-alert>
|
||||
<n-tabs v-model:value="currentTab" type="line" animated>
|
||||
<n-tab-pane name="website" tab="网站">
|
||||
<list-view v-model:type="currentTab" />
|
||||
|
||||
@@ -663,8 +663,9 @@ if (import.meta.hot) {
|
||||
cols="3 s:1 m:2 l:3"
|
||||
item-responsive
|
||||
responsive="screen"
|
||||
p-10
|
||||
>
|
||||
<n-gi v-for="item in homeApps" :key="item.name" mx-10>
|
||||
<n-gi v-for="item in homeApps" :key="item.name">
|
||||
<n-card
|
||||
:segmented="true"
|
||||
size="small"
|
||||
|
||||
Reference in New Issue
Block a user