mirror of
https://gitee.com/dromara/mayfly-go
synced 2025-11-03 07:50:25 +08:00
feat: 文档更新与sqlite文件更新
This commit is contained in:
37
README.md
37
README.md
@@ -22,7 +22,7 @@
|
|||||||
|
|
||||||
### 介绍
|
### 介绍
|
||||||
|
|
||||||
web 版 **linux(终端[终端回放] 文件 脚本 进程 计划任务)、数据库(mysql postgres oracle sqlserver 达梦 高斯 sqlite)、redis(单机 哨兵 集群)、mongo 等集工单流程审批于一体的统一管理操作平台**
|
web 版 **linux(终端[终端回放、命令过滤] 文件 脚本 进程 计划任务)、数据库(mysql postgres oracle sqlserver 达梦 高斯 sqlite)数据同步 数据迁移、redis(单机 哨兵 集群)、mongo 等集工单流程审批于一体的统一管理操作平台**
|
||||||
|
|
||||||
### 开发语言与主要框架
|
### 开发语言与主要框架
|
||||||
|
|
||||||
@@ -45,56 +45,61 @@ http://go.mayfly.run
|
|||||||
|
|
||||||
### 系统核心功能截图
|
### 系统核心功能截图
|
||||||
|
|
||||||
##### 记录操作记录
|
#### 首页
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
#### 机器操作
|
#### 机器操作
|
||||||
|
|
||||||
##### 状态查看
|
##### 状态查看
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
##### ssh 终端
|
##### ssh 终端
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
##### 文件操作
|
##### 文件操作
|
||||||
|
|
||||||

|

|
||||||

|
|
||||||
|

|
||||||
|
|
||||||
#### 数据库操作
|
#### 数据库操作
|
||||||
|
|
||||||
##### sql 编辑器
|
##### sql 编辑器
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
##### 在线增删改查数据
|
##### 在线增删改查数据
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
#### Redis 操作
|
#### Redis 操作
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
#### Mongo 操作
|
#### Mongo 操作
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
##### 系统管理
|
#### 工单流程审批
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
#### 系统管理
|
||||||
|
|
||||||
##### 账号管理
|
##### 账号管理
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
##### 角色管理
|
##### 角色管理
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
##### 资源管理
|
##### 菜单资源管理
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
**其他更多功能&操作指南可查看在线文档**: https://www.yuque.com/may-fly/mayfly-go
|
**其他更多功能&操作指南可查看在线文档**: https://www.yuque.com/may-fly/mayfly-go
|
||||||
|
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ type MachineQuery struct {
|
|||||||
type AuthCertQuery struct {
|
type AuthCertQuery struct {
|
||||||
Id uint64 `json:"id" form:"id"`
|
Id uint64 `json:"id" form:"id"`
|
||||||
Name string `json:"name" form:"name"`
|
Name string `json:"name" form:"name"`
|
||||||
AuthMethod string `json:"authMethod" form:"authMethod"` // IP地址
|
AuthMethod string `json:"authMethod" form:"authMethod"`
|
||||||
}
|
}
|
||||||
|
|
||||||
type MachineTermOpQuery struct {
|
type MachineTermOpQuery struct {
|
||||||
|
|||||||
BIN
server/resources/data/mayfly-go.sqlite
Executable file → Normal file
BIN
server/resources/data/mayfly-go.sqlite
Executable file → Normal file
Binary file not shown.
Reference in New Issue
Block a user