release: v1.0.0

This commit is contained in:
2023-03-26 21:10:30 +08:00
parent 8a843ad94c
commit 405d40e19d
15 changed files with 90 additions and 29 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "continew-admin-ui",
"description": "ContiNew Admin 中后台管理框架(孵化中)Continue New Admin持续以最新流行技术栈构建。",
"version": "0.0.1-SNAPSHOT",
"description": "ContiNew Admin 中后台管理框架Continue New Admin持续以最新流行技术栈构建,拥抱变化,迭代优化。",
"version": "1.0.0",
"private": true,
"author": "Charles7c",
"license": "Apache-2.0",

View File

@@ -1,8 +1,10 @@
<template>
<a-layout-footer class="footer">
{{ `Copyright © 2022-${new Date().getFullYear()} Charles7c` }}
{{ `Copyright © 2022-${new Date().getFullYear()}` }}&nbsp;
<a href="https://blog.charles7c.top/about/me" target="_blank" rel="noopenner noreferrer">Charles7c</a>
<span>&nbsp;&nbsp;</span>
<a href="https://github.com/Charles7c/continew-admin" target="_blank" rel="noopenner noreferrer">{{ $t('title') }}</a>
<a href="https://github.com/Charles7c/continew-admin" target="_blank" rel="noopenner noreferrer">{{ $t('title') }}</a>&nbsp;
v1.0.0
<span>&nbsp;&nbsp;</span>
<a href="https://beian.miit.gov.cn" target="_blank" rel="noopenner noreferrer">津ICP备2022005864号-2</a>
</a-layout-footer>

View File

@@ -141,6 +141,19 @@
</a-button>
</a-tooltip>
</li>
<li>
<a-tooltip :content="$t('settings.doc')">
<a-button
class="nav-btn"
type="outline"
:shape="'circle'"
href="https://doc.charles7c.top"
target="_blank"
>
<icon-book />
</a-button>
</a-tooltip>
</li>
<li>
<a-dropdown trigger="click">
<a-avatar

View File

@@ -10,6 +10,7 @@ export default {
'settings.navbar.theme.toDark': 'Click to use dark mode',
'settings.navbar.screen.toFull': 'Click to switch to full screen mode',
'settings.navbar.screen.toExit': 'Click to exit the full screen mode',
'settings.doc': 'Online Doc',
'settings.navbar.alerts': 'alerts',
'settings.menu': 'Menu',
'settings.topMenu': 'Top Menu',

View File

@@ -10,6 +10,7 @@ export default {
'settings.navbar.theme.toDark': '点击切换为暗黑模式',
'settings.navbar.screen.toFull': '点击切换全屏模式',
'settings.navbar.screen.toExit': '点击退出全屏模式',
'settings.doc': '在线文档',
'settings.navbar.alerts': '消息通知',
'settings.menu': '菜单栏',
'settings.topMenu': '顶部菜单栏',

View File

@@ -21,7 +21,7 @@ export default {
'login.form.logout.success': '退出成功',
'login.banner.slogan1': '中后台管理框架',
'login.banner.subSlogan1': 'Continue New Admin持续以最新流行技术栈构建',
'login.banner.subSlogan1': 'Continue New Admin持续以最新流行技术栈构建,拥抱变化,迭代优化',
'login.banner.slogan2': '内置了常见问题的解决方案',
'login.banner.subSlogan2': '基础功能丰富,使用门槛低,企业级快速开发脚手架',
'login.banner.slogan3': '代码规范且开源免费',