115 lines
2.2 KiB
Plaintext
115 lines
2.2 KiB
Plaintext
|
|
| .gitattributes
|
|
| app.js
|
|
| app.json
|
|
| app.wxss
|
|
| project-structure.txt
|
|
| project.config.json
|
|
| project.private.config.json
|
|
| sitemap.json
|
|
|
|
|
+---components
|
|
| +---empty
|
|
| | empty.js
|
|
| | empty.json
|
|
| | empty.wxml
|
|
| | empty.wxss
|
|
| |
|
|
| \---loading
|
|
| loading.js
|
|
| loading.json
|
|
| loading.wxml
|
|
| loading.wxss
|
|
|
|
|
+---custom-tab-bar
|
|
| index.js
|
|
| index.json
|
|
| index.wxml
|
|
| index.wxss
|
|
|
|
|
+---images
|
|
+---pages
|
|
| +---countdown
|
|
| | countdown.js
|
|
| | countdown.json
|
|
| | countdown.wxml
|
|
| | countdown.wxss
|
|
| |
|
|
| +---course-detail
|
|
| | course-detail.js
|
|
| | course-detail.json
|
|
| | course-detail.wxml
|
|
| | course-detail.wxss
|
|
| |
|
|
| +---courses
|
|
| | courses.js
|
|
| | courses.json
|
|
| | courses.wxml
|
|
| | courses.wxss
|
|
| |
|
|
| +---forum
|
|
| | forum.js
|
|
| | forum.json
|
|
| | forum.wxml
|
|
| | forum.wxss
|
|
| |
|
|
| +---forum-detail
|
|
| | forum-detail.js
|
|
| | forum-detail.json
|
|
| | forum-detail.wxml
|
|
| | forum-detail.wxss
|
|
| |
|
|
| +---gpa
|
|
| | gpa.js
|
|
| | gpa.json
|
|
| | gpa.wxml
|
|
| | gpa.wxss
|
|
| |
|
|
| +---index
|
|
| | index.js
|
|
| | index.json
|
|
| | index.wxml
|
|
| | index.wxss
|
|
| |
|
|
| +---my
|
|
| | my.js
|
|
| | my.json
|
|
| | my.wxml
|
|
| | my.wxss
|
|
| |
|
|
| +---post
|
|
| | post.js
|
|
| | post.json
|
|
| | post.wxml
|
|
| | post.wxss
|
|
| |
|
|
| +---schedule
|
|
| | schedule.js
|
|
| | schedule.json
|
|
| | schedule.wxml
|
|
| | schedule.wxss
|
|
| |
|
|
| \---tools
|
|
| tools.js
|
|
| tools.json
|
|
| tools.wxml
|
|
| tools.wxss
|
|
|
|
|
+---styles
|
|
| design-tokens.wxss
|
|
| premium-animations.wxss
|
|
| premium-components.wxss
|
|
|
|
|
\---utils
|
|
analytics.js
|
|
auth.js
|
|
data.js
|
|
logger.js
|
|
performance.js
|
|
request.js
|
|
storage.js
|
|
store.js
|
|
userManager.js
|
|
util.js
|
|
|