📝 修改文档.

This commit is contained in:
lijiahang
2024-09-14 17:18:51 +08:00
parent 37f452c7c3
commit 011e8ad089
3 changed files with 4 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
<div align="center"><img src="https://bjuimg.obs.cn-north-4.myhuaweicloud.com/images/2024/9/11/11e7e78e-2af0-4c68-9811-db8a4c4400f4.png" alt="logo" width="520" /></div> <div align="center"><img src="https://bjuimg.obs.cn-north-4.myhuaweicloud.com/images/2024/9/11/11e7e78e-2af0-4c68-9811-db8a4c4400f4.png" alt="logo" width="520" /></div>
<p style="margin-top: 12px" align="center"><b>一款高颜值、现代化的智能运维&轻量堡垒机平台。</b></p> <p style="margin-top: 12px" align="center"><b>一款高颜值、现代化的自动化运维&轻量堡垒机平台。</b></p>
<p align="center"> <p align="center">
<a target="_blank" <a target="_blank"
style="text-decoration: none !important;" style="text-decoration: none !important;"
@@ -40,7 +40,7 @@
------------------------------ ------------------------------
**`orion-visor`** 提供一站式系统自动化运维解决方案。 **`orion-visor`** 提供一站式自动化运维解决方案。
* **资产管理**:支持对资产进行分组,实现对主机、密钥和身份的统一管理和授权。 * **资产管理**:支持对资产进行分组,实现对主机、密钥和身份的统一管理和授权。
* **在线终端**:提供在线终端 SSH 服务,支持快捷命令、自定义快捷键和主题风格。 * **在线终端**:提供在线终端 SSH 服务,支持快捷命令、自定义快捷键和主题风格。

View File

@@ -34,7 +34,7 @@ const enabled = (): Partial<VitePWAOptions> => {
manifest: { manifest: {
name: 'Orion Visor Community', name: 'Orion Visor Community',
short_name: 'Orion Visor', short_name: 'Orion Visor',
description: '一款高颜值、现代化的智能运维&轻量堡垒机平台。', description: '一款高颜值、现代化的自动化运维&轻量堡垒机平台。',
theme_color: '#212529', theme_color: '#212529',
icons: [{ icons: [{
src: 'manifest_logo_267.png', src: 'manifest_logo_267.png',

View File

@@ -9,7 +9,7 @@ export default {
'login.form.userName.placeholder': '用户名', 'login.form.userName.placeholder': '用户名',
'login.form.password.placeholder': '密码', 'login.form.password.placeholder': '密码',
'login.form.login': '登录', 'login.form.login': '登录',
'login.banner.slogan1': '现代化的智能运维平台', 'login.banner.slogan1': '现代化的自动化运维平台',
'login.banner.subSlogan1': '一站式操作 让运维变得更简单', 'login.banner.subSlogan1': '一站式操作 让运维变得更简单',
'login.banner.slogan2': '高颜值的轻量堡垒机平台', 'login.banner.slogan2': '高颜值的轻量堡垒机平台',
'login.banner.subSlogan2': '内置批量处理模块 让工作更高效', 'login.banner.subSlogan2': '内置批量处理模块 让工作更高效',