You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

28 lines
597 B

# 高校雷达网移动端纯 HTML
这是由微信小程序端界面转换而来的纯 HTML/CSS/JavaScript 移动端原型。
## 预览方式
直接用浏览器打开:
```text
frontend/mobile-html/index.html
```
也可以用本地 HTTP 服务预览:
```text
cd frontend/mobile-html
python3 -m http.server 8788
```
然后访问 `http://127.0.0.1:8788/`
## 说明
- 不依赖微信小程序运行时。
- 不依赖 Vue、React、Bootstrap 等框架。
- 当前使用 `js/app.js` 内置 Mock 数据。
- 页面以移动端 Web App 形式实现,底部导航模拟小程序 TabBar。