Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
L
lqkj-document
Project
Project
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
Graph
比较
统计图
议题
0
议题
0
列表
看板
标记
Milestones
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
刘旭
lqkj-document
Commits
a20dfa64
提交
a20dfa64
authored
9月 17, 2025
作者:
Administrator
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
1
上级
60337e23
隐藏空白字符变更
内嵌
并排
正在显示
5 个修改的文件
包含
34 行增加
和
91 行删除
+34
-91
.gitignore
.gitignore
+30
-29
config.mts
.vitepress/config.mts
+2
-5
api-examples.md
guide/api-examples.md
+0
-55
index.md
management-center/container/index.md
+1
-1
index.md
management-center/install-tools/index.md
+1
-1
没有找到文件。
.gitignore
浏览文件 @
a20dfa64
# Logs
# Logs
logs
logs
*.log
*.log
npm-debug.log*
npm-debug.log*
yarn-debug.log*
yarn-debug.log*
yarn-error.log*
yarn-error.log*
pnpm-debug.log*
pnpm-debug.log*
lerna-debug.log*
lerna-debug.log*
node_modules
node_modules
dist
dist
dist-ssr
dist-ssr
*.local
*.local
# Editor directories and files
# Editor directories and files
.vscode/*
.vscode/*
.vitepress/
*
.vitepress/
dist
!.vscode/extensions.json
!.vscode/extensions.json
.idea
.idea
.DS_Store
.DS_Store
*.suo
*.suo
*.ntvs*
*.ntvs*
*.njsproj
*.njsproj
*.sln
*.sln
*.sw?
*.sw?
/.vscode
/.vscode
/yarn.lock
/yarn.lock
/pnpm-lock.yaml
/pnpm-lock.yaml
/package-lock.json
/package-lock.json
/lib
/lib
\ No newline at end of file
.vitepress/config.mts
浏览文件 @
a20dfa64
...
@@ -2,7 +2,7 @@ import { defineConfig } from "vitepress";
...
@@ -2,7 +2,7 @@ import { defineConfig } from "vitepress";
// https://vitepress.dev/reference/site-config
// https://vitepress.dev/reference/site-config
export default defineConfig({
export default defineConfig({
title: "灵清科技有限公司",
title: "
深圳市
灵清科技有限公司",
description:
description:
"致力于软件开发、金蝶二开、网站建设、小程序开发、微信开发、企业信息化建设",
"致力于软件开发、金蝶二开、网站建设、小程序开发、微信开发、企业信息化建设",
themeConfig: {
themeConfig: {
...
@@ -17,10 +17,7 @@ export default defineConfig({
...
@@ -17,10 +17,7 @@ export default defineConfig({
"/guide/": [
"/guide/": [
{
{
text: "简介",
text: "简介",
items: [
items: [{ text: "什么是集成管理平台?", link: "/guide/" }],
{ text: "什么是集成管理平台?", link: "/guide/" },
{ text: "平台 API", link: "/guide/api-examples" },
],
collapsed: false,
collapsed: false,
},
},
],
],
...
...
guide/api-examples.md
deleted
100644 → 0
浏览文件 @
60337e23
---
outline
:
deep
---
# Runtime API Examples
This page demonstrates usage of some of the runtime APIs provided by VitePress.
The main
`useData()`
API can be used to access site, theme, and page data for the current page. It works in both
`.md`
and
`.vue`
files:
```
md
<script
setup
>
import { useData } from 'vitepress'
const { theme, page, frontmatter } = useData()
</script>
## Results
### Theme Data
<pre>
{{ theme }}
</pre>
### Page Data
<pre>
{{ page }}
</pre>
### Page Frontmatter
<pre>
{{ frontmatter }}
</pre>
```
<script
setup
>
import { useData } from 'vitepress'
const { site, theme, page, frontmatter } = useData()
</script>
## Results
### Theme Data
<pre>
{{ theme }}
</pre>
### Page Data
<pre>
{{ page }}
</pre>
### Page Frontmatter
<pre>
{{ frontmatter }}
</pre>
## More
Check out the documentation for the
[
full list of runtime APIs
](
https://vitepress.dev/reference/runtime-api#usedata
)
.
management-center/container/index.md
浏览文件 @
a20dfa64
...
@@ -18,7 +18,7 @@
...
@@ -18,7 +18,7 @@
!
[
](image/image_DsCGI_mQ7W.png)
!
[
](image/image_DsCGI_mQ7W.png)
输入 1 代表着 查看
1分钟
以内的运行日志
输入 1 代表着 查看
1s
以内的运行日志
!
[
](image/image_nj9TYy53Tk.png)
!
[
](image/image_nj9TYy53Tk.png)
...
...
management-center/install-tools/index.md
浏览文件 @
a20dfa64
...
@@ -48,7 +48,7 @@ cenos7 及以上,且保证可以连接外网,如可以 ping 通百度;建
...
@@ -48,7 +48,7 @@ cenos7 及以上,且保证可以连接外网,如可以 ping 通百度;建
**点击打开管理中心后**
**点击打开管理中心后**
!
[
](image/image_anlowlylaJ
.png)

**如果没有导入过 lic 文件点击登录后会出来这样**
**如果没有导入过 lic 文件点击登录后会出来这样**
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论