- Notifications
You must be signed in to change notification settings - Fork0
Vogadero/todayInHistory
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
- 历史上的今天
- 演示地址:https://vogadero.github.io/todayInHistory/
功能 |
---|
展示历史上的今天大事件 |
查询当前事件的百度百科 |
显示当前设备的信息 |
系统分层 | 使用技术 |
---|---|
客户端 | Art-template、jQuery、layui |
- 克隆远端数据仓库到本地:
git clone 仓库地址
- 拉取远程仓库中最新的版本:
git pull 远程仓库地址 分支名称
- 双击index.html
展示内容:历史上的今天大事件
API
方式:GET
参数类型:jsonp
展示内容:当前事件的百度百科
API
方式:GET
参数类型:jsonp
展示内容:当前设备的基础信息
API
- 地址:https://api.asilu.com/user-agent/
- 方式:GET
- 参数类型:jsonp
历史上的今天├─ 01.jpeg├─ index.html├─ js│ ├─ jquery-3.6.0.min.js│ └─ template-web.js├─ layui-v2.6.8│ └─ layui│ ├─ css│ │ ├─ layui.css│ │ └─ modules│ │ ├─ code.css│ │ ├─ laydate│ │ │ └─ default│ │ │ └─ laydate.css│ │ └─ layer│ │ └─ default│ │ ├─ icon-ext.png│ │ ├─ icon.png│ │ ├─ layer.css│ │ ├─ loading-0.gif│ │ ├─ loading-1.gif│ │ └─ loading-2.gif│ ├─ font│ │ ├─ iconfont.eot│ │ ├─ iconfont.svg│ │ ├─ iconfont.ttf│ │ ├─ iconfont.woff│ │ └─ iconfont.woff2│ └─ layui.js├─ README.md└─ 时间.ico