# examinations_mini-main **Repository Path**: ckfeng/examinations_mini-main ## Basic Information - **Project Name**: examinations_mini-main - **Description**: 考试 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-11-01 - **Last Updated**: 2022-11-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 项目结构 ```bash ├─ 📂 miniprogram #主要部分 │ ├─ 📂 参考图 #页面搭建参考 │ ├─ 📂 custom-tab-bar #自定义Tabbar组件 │ ├─ 📂 components #自定义组件 │ ├─ 📂 images #所有的页面用到的图片 │ ├─ 📂 pages #页面 │ │ ├─ 📂 careerplanning #职业生涯规划 │ │ ├─ 📂 certificateannouncement #考证公告 │ │ ├─ 📂 classification #分类 │ │ ├─ 📂 communication #交流 │ │ ├─ 📂 index #首页 │ │ ├─ 📂 logs #启动日志 │ │ ├─ 📂 my #我的 │ │ ├─ 📂 reviewmaterials #复习资料 │ │ ├─ 📂 selfstudy #自习 │ │ └─ 📂 videoclasses #视频课 │ ├─ 📂 utils #工具 │ ├─ 📄 app.json #小程序配置 │ ├─ 📄 app.ts #小程序TS配置 │ ├─ 📄 app.wxss #小程序全局样式 │ └─ 📄 sitemap.json ├─ 📂 typings #自动生成的TS类型 ├─ 📄 package.json #包配置 ├─ 📄 project.config.json #工程配置 ├─ 📄 project.private.config.json ├─ 📄 readme.md #项目说明 └─ 📄 tsconfig.json #TS项目配置 ```