-
-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #27 from Pleasurecruise/main
fix: remove uni-file-picker
- Loading branch information
Showing
15 changed files
with
1,365 additions
and
273 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,70 @@ | ||
|-- undefined | ||
|-- .env.development | ||
|-- .env.production | ||
|-- .eslintrc.cjs | ||
|-- .gitignore | ||
|-- index.html | ||
|-- jsconfig.json | ||
|-- package.json | ||
|-- pnpm-lock.yaml | ||
|-- qodana.yaml | ||
|-- README.md | ||
|-- vite.config.js | ||
|-- .idea | ||
| |-- .gitignore | ||
| |-- admin.iml | ||
| |-- modules.xml | ||
| |-- UniappTool.xml | ||
| |-- vcs.xml | ||
| |-- workspace.xml | ||
| |-- inspectionProfiles | ||
| |-- Project_Default.xml | ||
|-- .vscode | ||
| |-- extensions.json | ||
|-- public | ||
| |-- favicon.ico | ||
|-- src | ||
|-- App.vue | ||
|-- main.js | ||
|-- style.css | ||
|-- api | ||
| |-- admin.js | ||
| |-- comment.js | ||
| |-- student.js | ||
|-- assets | ||
| |-- main.scss | ||
| |-- carousel | ||
| | |-- image1.jpg | ||
| | |-- image2.jpg | ||
| | |-- image3.jpg | ||
| | |-- image4.jpg | ||
| | |-- image5.jpg | ||
| | |-- image6.jpg | ||
| |-- logo | ||
| |-- default.png | ||
| |-- icon_logo.png | ||
| |-- login_bg.png | ||
| |-- logo.png | ||
| |-- mini-logo.png | ||
|-- components | ||
| |-- HelloWorld.vue | ||
|-- router | ||
| |-- index.js | ||
|-- store | ||
| |-- admin.js | ||
| |-- token.js | ||
|-- utils | ||
| |-- request.js | ||
| |-- requestOptimize.js | ||
|-- views | ||
|-- Dashboard.vue | ||
|-- Login.vue | ||
|-- admin | ||
| |-- addAdmin.vue | ||
| |-- Admin.vue | ||
|-- notice | ||
| |-- Notice.vue | ||
|-- student | ||
| |-- Student.vue | ||
|-- topic | ||
|-- Topic.vue |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,7 @@ | ||
# 项目结构 | ||
# 项目结构 | ||
|
||
通过 mddir 生成的项目结构如下: | ||
|
||
``` | ||
``` |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.