Skip to content

Commit

Permalink
chore: rename note copywrite
Browse files Browse the repository at this point in the history
Signed-off-by: Innei <tukon479@gmail.com>
  • Loading branch information
Innei committed Jun 5, 2023
1 parent 507c0ef commit d106c4a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions src/router/route.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ import $RouterView from 'layouts/router-view'
import { SidebarLayout } from 'layouts/sidebar'
import { DashBoardView } from 'views/dashboard'
import type { RouteRecordRaw } from 'vue-router'

import SetupLayout from '../layouts/setup-view.vue'
import LoginView from '../views/login/index.vue'
import { RouteName } from './name'
Expand Down Expand Up @@ -100,7 +99,7 @@ export const routeForMenu: Array<RouteRecordRaw> = [
path: '/notes',
name: RouteName.Note,
meta: {
title: '点滴',
title: '手记',
icon: <BookIcon />,
},
redirect: '/notes/view',
Expand Down
2 changes: 1 addition & 1 deletion src/views/other/subscribe/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import {

const bit2TextMap = new Map([
[SubscribePostCreateBit, '博文'],
[SubscribeNoteCreateBit, '点滴'],
[SubscribeNoteCreateBit, '手记'],
[SubscribeRecentCreateBit, '速记'],
[SubscribeSayCreateBit, '说说'],
])
Expand Down

0 comments on commit d106c4a

Please sign in to comment.