docs: 更新文档

This commit is contained in:
yubaolee 2025-06-07 21:48:15 +08:00
parent cd1e62f305
commit 78538bddf2
2 changed files with 21 additions and 7 deletions

View File

@ -1,7 +1,7 @@
/* /*
* @Author: yubaolee <yubaolee@163.com> | ahfu~ <954478625@qq.com> * @Author: yubaolee <yubaolee@163.com> | ahfu~ <954478625@qq.com>
* @Date: 2025-04-23 20:26:48 * @Date: 2025-04-23 20:26:48
* @LastEditTime: 2025-05-29 15:48:50 * @LastEditTime: 2025-06-07 21:41:34
* @Description: * @Description:
* Copyright (c) 2025 by yubaolee | ahfu~ , All Rights Reserved. * Copyright (c) 2025 by yubaolee | ahfu~ , All Rights Reserved.
*/ */
@ -10,8 +10,21 @@ import { defineNavbarConfig } from 'vuepress-theme-plume'
export const navbar = defineNavbarConfig([ export const navbar = defineNavbarConfig([
{ text: '主页', link: 'http://www.openauth.net.cn', icon: 'mdi:home' }, { text: '主页', link: 'http://www.openauth.net.cn', icon: 'mdi:home' },
{ text: '文档首页', link: '/', icon: 'mdi:book-open-page-variant' }, { text: '文档首页', link: '/', icon: 'mdi:book-open-page-variant' },
{ text: '开源版文档', link: '/notes/core/README.md', icon: 'logos:opensource' }, {
{ text: 'vue3版文档', link: '/notes/pro/README.md', icon: 'material-icon-theme:vue' }, text: '开源版文档',
{ text: 'vue2版文档', link: '/notes/vue2/README.md', icon: 'material-icon-theme:vue' }, icon: 'logos:opensource',
{ text: '移动UniApp文档', link: '/notes/mobile/README.md', icon: 'ri:smartphone-line' }, items: [
{ text: '后端开发', link: '/notes/core/README.md', icon: 'mdi:server' },
{ text: 'Vue2前端', link: '/notes/vue2/README.md', icon: 'logos:vue' }
]
},
{
text: '付费订阅文档',
icon: 'logos:opensource',
items: [
{ text: 'vue3前端', link: '/notes/pro/README.md', icon: 'material-icon-theme:vue' },
{ text: '移动UniApp', link: '/notes/mobile/README.md', icon: 'ri:smartphone-line' }
]
},
]) ])

View File

@ -4,10 +4,11 @@ createTime: 2025/05/29 23:43:26
permalink: /mobile/ permalink: /mobile/
--- ---
OpenAuth.Net移动版基于uniapp开发使用OpenAuth.Net的API接口OpenAuth.WebApi提供数据服务。 OpenAuth.Net移动版基于uniapp开发使用OpenAuth.Net的API接口OpenAuth.WebApi提供数据服务。系统架构如下:
![系统架构](http://img.openauth.net.cn/系统架构.png)
![2025-05-29-00-08-28](http://img.openauth.net.cn/2025-05-29-00-08-28.png) 演示地址: [http://demo.openauth.net.cn:1804/](http://demo.openauth.net.cn:1804/)
## OpenAuth.Net系列教学视频 ## OpenAuth.Net系列教学视频