Skip to content

Latest commit

 

History

History
41 lines (41 loc) · 1.01 KB

File metadata and controls

41 lines (41 loc) · 1.01 KB

贴吧Hybrid Webview UI基础库

项目文件结构

.
├── src
│   ├── font
│   │   └── a.tff
│   ├── img
│   │   └── a.png
│   ├── js
│   ├── mixin
│   │   ├── base
│   │   ├── page
│   │   └── unit
│   └── style
│       ├── base
│       ├── page
│       └── unit
└── public
    ├── css
    │   ├── main.css
    │   └── normalize.css
    ├── img
    │   ├── startup
    │   │   └── [apple-startup-images]
    │   └── touch
    │       └── [mobile-touch-icons]
    ├── js
    │   ├── helper.js
    │   ├── main.js
    │   ├── plugins.js
    │   └── vendor
    │       ├── modernizr-2.7.1.min.js
    │       └── jquery-2.0.0.min.js
    ├── 404.html
    ├── index.html
    ├── humans.txt
    ├── robots.txt
    ├── crossdomain.xml
    └── favicon.ico