Skip to content

基于 MUI 的日程提醒/笔记 跨平台 WEB APP

Notifications You must be signed in to change notification settings

Sdnote/Sdnote.Mobile

Repository files navigation

Sdnote.Mobile

Sdnote.Mobile Based on MUI by Dcloud

目录结构

.
├── README.md                               README 文档
├── add.html                                统一添加页面
├── css                                     CSS 样式表文件
├── fonts                                   字体文件
├── guide.html                              初次启动导航(未启用)
├── images                                  图片资源文件夹
├── index.html                              首页 入口页面
├── js                                      JavaScript 脚本文件夹
├── login                                   登陆模块
├── manifest.json                           程序配置文件
├── ndetail.html                            笔记详情页
├── rdetail.html                            提醒详情页
├── tab-webview-subpage-note.html           ------------
├── tab-webview-subpage-remind.html            首页分版
├── tab-webview-subpage-setting.html        ------------
└── unpackage                               打包资源文件夹



  • 基于 MUI 创建
  • 仿照官方示例编写
  • 部分内容未完善