Skip to content

Commit

Permalink
feat: 新增 GitHub 仓库列表
Browse files Browse the repository at this point in the history
- 更换播放器为 @worstone/vue-aplayer #158
  • Loading branch information
imsyy committed Jan 2, 2024
1 parent e229004 commit f016348
Show file tree
Hide file tree
Showing 7 changed files with 1,249 additions and 1,159 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,9 @@ pnpm build
> 安装及配置 Docker 将不在此处说明,请自行解决
```bash
// 构建
# 构建
docker build -t home .
// 运行
# 运行
docker run -p 12445:12445 -d home
```

Expand Down Expand Up @@ -227,9 +227,9 @@ if (type == 0) {

* [小歪 API](https://api.aixiaowai.cn)
* [搏天 API](https://api.btstu.cn/doc/sjbz.php)
* [教书先生 API](https://api.oioweb.cn/doc/weather/GetWeather)
* [高德开放平台](https://lbs.amap.com/)
* [Hitokoto 一言](https://hitokoto.cn/)
* [MetingAPI By 武恩赐](https://api.wuenci.com/meting/api/)

## Star History

Expand Down
36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"github": "https://github.com/imsyy/home",
"home": "https://imsyy.top",
"private": true,
"version": "4.1.3",
"version": "4.1.4",
"type": "module",
"scripts": {
"dev": "vite --host",
Expand All @@ -16,28 +16,28 @@
"dependencies": {
"@worstone/vue-aplayer": "^1.0.4",
"aplayer": "^1.10.1",
"axios": "^1.1.3",
"element-plus": "^2.2.18",
"fetch-jsonp": "^1.2.3",
"pinia": "^2.0.23",
"pinia-plugin-persistedstate": "^3.0.0",
"swiper": "^9.3.2",
"vue": "^3.3.4"
"axios": "^1.6.3",
"element-plus": "^2.4.4",
"fetch-jsonp": "^1.3.0",
"pinia": "^2.1.7",
"pinia-plugin-persistedstate": "^3.2.1",
"swiper": "^9.4.1",
"vue": "^3.4.3"
},
"devDependencies": {
"@icon-park/vue-next": "^1.4.2",
"@vicons/fa": "^0.12.0",
"@vicons/utils": "^0.1.4",
"@vitejs/plugin-vue": "^4.2.3",
"eslint": "^8.48.0",
"eslint-plugin-vue": "^9.17.0",
"prettier": "^3.0.2",
"sass": "^1.55.0",
"terser": "^5.16.1",
"unplugin-auto-import": "^0.11.2",
"unplugin-vue-components": "^0.22.8",
"vite": "^4.4.5",
"@vitejs/plugin-vue": "^4.6.2",
"eslint": "^8.56.0",
"eslint-plugin-vue": "^9.19.2",
"prettier": "^3.1.1",
"sass": "^1.69.6",
"terser": "^5.26.0",
"unplugin-auto-import": "^0.11.5",
"unplugin-vue-components": "^0.22.12",
"vite": "^4.5.1",
"vite-plugin-compression": "^0.5.1",
"vite-plugin-pwa": "^0.14.1"
"vite-plugin-pwa": "^0.14.7"
}
}
Loading

0 comments on commit f016348

Please sign in to comment.