Skip to content

Commit f016348

Browse files
committed
feat: 新增 GitHub 仓库列表
- 更换播放器为 @worstone/vue-aplayer #158
1 parent e229004 commit f016348

File tree

7 files changed

+1249
-1159
lines changed

7 files changed

+1249
-1159
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,9 @@ pnpm build
7070
> 安装及配置 Docker 将不在此处说明,请自行解决
7171
7272
```bash
73-
// 构建
73+
# 构建
7474
docker build -t home .
75-
// 运行
75+
# 运行
7676
docker run -p 12445:12445 -d home
7777
```
7878

@@ -227,9 +227,9 @@ if (type == 0) {
227227

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

234234
## Star History
235235

package.json

+18-18
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"github": "https://github.com/imsyy/home",
55
"home": "https://imsyy.top",
66
"private": true,
7-
"version": "4.1.3",
7+
"version": "4.1.4",
88
"type": "module",
99
"scripts": {
1010
"dev": "vite --host",
@@ -16,28 +16,28 @@
1616
"dependencies": {
1717
"@worstone/vue-aplayer": "^1.0.4",
1818
"aplayer": "^1.10.1",
19-
"axios": "^1.1.3",
20-
"element-plus": "^2.2.18",
21-
"fetch-jsonp": "^1.2.3",
22-
"pinia": "^2.0.23",
23-
"pinia-plugin-persistedstate": "^3.0.0",
24-
"swiper": "^9.3.2",
25-
"vue": "^3.3.4"
19+
"axios": "^1.6.3",
20+
"element-plus": "^2.4.4",
21+
"fetch-jsonp": "^1.3.0",
22+
"pinia": "^2.1.7",
23+
"pinia-plugin-persistedstate": "^3.2.1",
24+
"swiper": "^9.4.1",
25+
"vue": "^3.4.3"
2626
},
2727
"devDependencies": {
2828
"@icon-park/vue-next": "^1.4.2",
2929
"@vicons/fa": "^0.12.0",
3030
"@vicons/utils": "^0.1.4",
31-
"@vitejs/plugin-vue": "^4.2.3",
32-
"eslint": "^8.48.0",
33-
"eslint-plugin-vue": "^9.17.0",
34-
"prettier": "^3.0.2",
35-
"sass": "^1.55.0",
36-
"terser": "^5.16.1",
37-
"unplugin-auto-import": "^0.11.2",
38-
"unplugin-vue-components": "^0.22.8",
39-
"vite": "^4.4.5",
31+
"@vitejs/plugin-vue": "^4.6.2",
32+
"eslint": "^8.56.0",
33+
"eslint-plugin-vue": "^9.19.2",
34+
"prettier": "^3.1.1",
35+
"sass": "^1.69.6",
36+
"terser": "^5.26.0",
37+
"unplugin-auto-import": "^0.11.5",
38+
"unplugin-vue-components": "^0.22.12",
39+
"vite": "^4.5.1",
4040
"vite-plugin-compression": "^0.5.1",
41-
"vite-plugin-pwa": "^0.14.1"
41+
"vite-plugin-pwa": "^0.14.7"
4242
}
4343
}

0 commit comments

Comments
 (0)