1
0
mirror of https://github.com/chatopera/cosin.git synced 2025-08-01 16:38:02 +08:00

chore: modify text

Signed-off-by: Kaifuny <superbiger.github@gmail.com>
This commit is contained in:
Kaifuny 2023-07-30 02:55:30 +08:00
parent 19bbd2842c
commit ae5cdf417f
5 changed files with 42 additions and 15 deletions

View File

@ -11,7 +11,7 @@ import {
IdCardOutline, IdCardOutline,
InfiniteSharp, InfiniteSharp,
LayersOutline, LayersOutline,
NotificationsOutline, // NotificationsOutline,
PlanetOutline, PlanetOutline,
} from '@vicons/ionicons5' } from '@vicons/ionicons5'
@ -108,16 +108,16 @@ const routes: RouteRecordRaw[] = [
icon: FootballOutline, icon: FootballOutline,
}, },
}, },
{ // {
path: 'notification', // path: 'notification',
name: ROUTE_NAME.SYSTEM_NOTIFICATION_INDEX, // name: ROUTE_NAME.SYSTEM_NOTIFICATION_INDEX,
component: () => import('../views/NotificationView.vue'), // component: () => import('../views/NotificationView.vue'),
meta: { // meta: {
title: '通知设置', // title: '通知设置',
requiresAuth: true, // requiresAuth: true,
icon: NotificationsOutline, // icon: NotificationsOutline,
}, // },
}, // },
{ {
path: 'log', path: 'log',
name: ROUTE_NAME.SYSTEM_LOG_INDEX, name: ROUTE_NAME.SYSTEM_LOG_INDEX,

View File

@ -5,7 +5,7 @@ import { NTabs, NTab } from 'naive-ui'
<div class="p-4"> <div class="p-4">
<n-tabs type="line" :bar-width="32"> <n-tabs type="line" :bar-width="32">
<n-tab name="users"> 用户 </n-tab> <n-tab name="users"> 用户 </n-tab>
<n-tab name="social"> 登录 </n-tab> <n-tab name="social"> 登录提供</n-tab>
<n-tab name="template"> 模板 </n-tab> <n-tab name="template"> 模板 </n-tab>
<n-tab name="setting"> 设置 </n-tab> <n-tab name="setting"> 设置 </n-tab>
</n-tabs> </n-tabs>

View File

@ -4,7 +4,7 @@ import { NTabs, NTab } from 'naive-ui'
<template> <template>
<div class="p-4"> <div class="p-4">
<n-tabs type="line" :bar-width="32"> <n-tabs type="line" :bar-width="32">
<n-tab name="users"> CDN 厂商 </n-tab> <n-tab name="users"> CDN 提供方 </n-tab>
<n-tab name="dashboard"> 使用情况 </n-tab> <n-tab name="dashboard"> 使用情况 </n-tab>
<n-tab name="setting"> 设置 </n-tab> <n-tab name="setting"> 设置 </n-tab>
</n-tabs> </n-tabs>

View File

@ -1,3 +1,30 @@
<script setup lang="ts">
import { NCard, NGrid, NGi } from 'naive-ui'
</script>
<template> <template>
<div class="p-4">system home</div> <div class="p-4">
<n-grid cols="5" :x-gap="12" :y-gap="8">
<n-gi>
<n-card title="小卡片" size="small"> 卡片内容 </n-card>
</n-gi>
<n-gi>
<n-card title="小卡片" size="small"> 卡片内容 </n-card>
</n-gi>
<n-gi>
<n-card title="小卡片" size="small"> 卡片内容 </n-card>
</n-gi>
<n-gi>
<n-card title="小卡片" size="small"> 卡片内容 </n-card>
</n-gi>
<n-gi>
<n-card title="小卡片" size="small"> 卡片内容 </n-card>
</n-gi>
<n-gi>
<n-card title="小卡片" size="small"> 卡片内容 </n-card>
</n-gi>
<n-gi>
<n-card title="小卡片" size="small"> 卡片内容 </n-card>
</n-gi>
</n-grid>
</div>
</template> </template>

View File

@ -4,7 +4,7 @@ import { NTabs, NTab } from 'naive-ui'
<template> <template>
<div class="p-4"> <div class="p-4">
<n-tabs type="line" :bar-width="32"> <n-tabs type="line" :bar-width="32">
<n-tab name="users"> OSS 厂商 </n-tab> <n-tab name="users"> OSS 提供方 </n-tab>
<n-tab name="dashboard"> 使用情况 </n-tab> <n-tab name="dashboard"> 使用情况 </n-tab>
<n-tab name="setting"> 设置 </n-tab> <n-tab name="setting"> 设置 </n-tab>
</n-tabs> </n-tabs>