https://github.com/vogadero/todayinhistory
历史上的今天
https://github.com/vogadero/todayinhistory
art-template jquery-ajax layui
Last synced: 3 months ago
JSON representation
历史上的今天
- Host: GitHub
- URL: https://github.com/vogadero/todayinhistory
- Owner: Vogadero
- License: mpl-2.0
- Created: 2022-04-27T13:35:15.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-04-28T13:51:31.000Z (about 3 years ago)
- Last Synced: 2025-01-12T21:31:28.107Z (5 months ago)
- Topics: art-template, jquery-ajax, layui
- Language: HTML
- Homepage: https://vogadero.github.io/todayInHistory/
- Size: 463 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/Vogadero/todayInHistory)




# 项目简介🚩
- 历史上的今天
- 演示地址:https://vogadero.github.io/todayInHistory/## 1. 功能模块🎨
#### 1.1 首页🛫
| 功能 |
| ---------------------- |
| 展示历史上的今天大事件 |
| 查询当前事件的百度百科 |
| 显示当前设备的信息 |## 2. 截图⭐

## 3. 项目架构🍽️
| 系统分层 | 使用技术 |
| -------- | --------------------------- |
| 客户端 | Art-template、jQuery、layui |## 4. 项目运行环境搭建🌈
- 克隆远端数据仓库到本地:`git clone 仓库地址`
- 拉取远程仓库中最新的版本:`git pull 远程仓库地址 分支名称`
- 双击index.html# 功能介绍🦷
## 🕵️♀️历史上的今天
- 展示内容:历史上的今天大事件
- API
- 地址:https://query.asilu.com/today/list
- 方式:GET
- 参数类型:jsonp
## :card_index:**查询**
- 展示内容:当前事件的百度百科
- API
- 地址:https://query.asilu.com/today/list
- 方式:GET
- 参数类型:jsonp
## :woman_technologist:**设备信息**
- 展示内容:当前设备的基础信息
- API
- 地址:https://api.asilu.com/user-agent/
- 方式:GET
- 参数类型:jsonp
# Tree🌵
```
历史上的今天
├─ 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
```