Initial commit
This commit is contained in:
3
.gitignore
vendored
Normal file
3
.gitignore
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
node_modules
|
||||
.vitepress/cache
|
||||
.vitepress/dist
|
||||
28
.vitepress/config.mts
Normal file
28
.vitepress/config.mts
Normal file
@@ -0,0 +1,28 @@
|
||||
import { defineConfig } from 'vitepress'
|
||||
|
||||
// https://vitepress.dev/reference/site-config
|
||||
export default defineConfig({
|
||||
title: "融玩文化 文档",
|
||||
description: "占位符(?",
|
||||
themeConfig: {
|
||||
// https://vitepress.dev/reference/default-theme-config
|
||||
nav: [
|
||||
{ text: 'Home', link: '/' },
|
||||
{ text: 'Examples', link: '/markdown-examples' }
|
||||
],
|
||||
|
||||
sidebar: [
|
||||
{
|
||||
text: 'Examples',
|
||||
items: [
|
||||
{ text: 'Markdown Examples', link: '/markdown-examples' },
|
||||
{ text: 'Runtime API Examples', link: '/api-examples' }
|
||||
]
|
||||
}
|
||||
],
|
||||
|
||||
socialLinks: [
|
||||
{ icon: 'github', link: 'https://github.com/vuejs/vitepress' }
|
||||
]
|
||||
}
|
||||
})
|
||||
25
index.md
Normal file
25
index.md
Normal file
@@ -0,0 +1,25 @@
|
||||
---
|
||||
# https://vitepress.dev/reference/default-theme-home-page
|
||||
layout: home
|
||||
|
||||
hero:
|
||||
name: "融玩文化 文档"
|
||||
text: "占位符(?"
|
||||
tagline: My great project tagline
|
||||
actions:
|
||||
- theme: brand
|
||||
text: Markdown Examples
|
||||
link: /markdown-examples
|
||||
- theme: alt
|
||||
text: API Examples
|
||||
link: /api-examples
|
||||
|
||||
features:
|
||||
- title: Feature A
|
||||
details: Lorem ipsum dolor sit amet, consectetur adipiscing elit
|
||||
- title: Feature B
|
||||
details: Lorem ipsum dolor sit amet, consectetur adipiscing elit
|
||||
- title: Feature C
|
||||
details: Lorem ipsum dolor sit amet, consectetur adipiscing elit
|
||||
---
|
||||
|
||||
2295
package-lock.json
generated
Normal file
2295
package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load Diff
10
package.json
Normal file
10
package.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"dependencies": {
|
||||
"vitepress": "^1.6.4"
|
||||
},
|
||||
"scripts": {
|
||||
"docs:dev": "vitepress dev",
|
||||
"docs:build": "vitepress build",
|
||||
"docs:preview": "vitepress preview"
|
||||
}
|
||||
}
|
||||
0
users/0.md
Normal file
0
users/0.md
Normal file
35
users/index.md
Normal file
35
users/index.md
Normal file
@@ -0,0 +1,35 @@
|
||||
# 用户与用户组
|
||||
|
||||
## 用户
|
||||
|
||||
### `0` 云洛 Aurora
|
||||
|
||||
|节点|用户名|权限值|
|
||||
|:--:|:--:|:--:|
|
||||
|Proxmox VE|`root@pam`|`Administrator`|
|
||||
|Aliyun|`gengyeawa`|`AdministratorAccess`|
|
||||
|MCSManager[Admin]|`Gengyeawa`|`10`|
|
||||
|
||||
### `1` 墨承 cheng2121qwq
|
||||
|
||||
|节点|用户名|权限值|
|
||||
|:--:|:--:|:--:|
|
||||
|Proxmox VE|`cheng2121qwq@pam`|`Administrator`|
|
||||
|Aliyun|主账号|`AdministratorAccess`|
|
||||
|MCSManager[Admin]|`cheng2121qwq`|`10`|
|
||||
|
||||
### `2` 西博卡兹 Cibocaz
|
||||
|
||||
|节点|用户名|权限值|
|
||||
|:--:|:--:|:--:|
|
||||
|Aliyun|`cibocaz`|`AdministratorAccess`|
|
||||
|MCSManager[Admin]|`Cibocaz`|`10`|
|
||||
|
||||
### `3` 蓝火狐 bluefire_fox
|
||||
|
||||
|节点|用户名|权限值|
|
||||
|:--:|:--:|:--:|
|
||||
|Proxmox VE|`bluefire@pve`|`/vms/301`:`PVEVMUser`|
|
||||
|MCSManager[Admin]|`bluefire`|`10`|
|
||||
|
||||
###
|
||||
Reference in New Issue
Block a user