OpenAuth.Net/newdocs/docs/notes/mobile/structure.md
2025-05-29 17:28:53 +08:00

38 lines
1.0 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
title: 项目结构
createTime: 2025/05/29 23:43:26
permalink: /mobile/structure/
---
OpenAuth.Net移动版参考业界标准结构进行划分如需二次开发可以在对应的文件夹进行代码修改。结构如下
::: file-tree
- openauthapp
- .cursorignore cursor codebase 忽略文件
- api 接口
- login.js
- components 组件
- CreatedFlow
- SelectRoles
- SelectUsersCom
- pages 页面
- login
- index.vue
- user
- profile.vue
- static 静态文件
- empty-icon.svg
- logo.png
- unpackage 打包文件
- utils 工具函数
- common.js
- request.js
- App.vue 主组件
- index.html 入口文件
- main.js 主文件
- manifest.json 配置文件
- pages.json 页面配置文件
- uni.scss 样式文件
:::