Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
shiyiya committed Jul 20, 2024
1 parent e2855cf commit 8ec503c
Show file tree
Hide file tree
Showing 6 changed files with 551 additions and 490 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
"gen:sw": "pnpm --filter @web/sw run build"
},
"dependencies": {
"@babel/core": "^7.24.8",
"@babel/core": "^7.24.9",
"@babel/preset-env": "^7.24.8",
"@babel/preset-react": "^7.24.7",
"@types/node": "^20.14.10",
"@types/node": "^20.14.11",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"babel-loader": "^9.1.3",
Expand All @@ -42,7 +42,7 @@
"cross-env": "^7.0.3",
"css-loader": "^7.1.2",
"css-minimizer-webpack-plugin": "^7.0.0",
"esbuild-loader": "^4.2.0",
"esbuild-loader": "^4.2.2",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.6.0",
"mini-css-extract-plugin": "^2.9.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/index/src/mock/post/9.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"data": {
"ID": "9",
"Cover": "https://cdn.tupianla.cc/images/5ikmj/uploads/allimg/210823/25469c1f97c06ad6.jpg",
"Cover": "https://p.upyun.com/demo/tmp/jjJWPHMZ.webp",
"Title": "秒速5厘米",
"Content": "",
"Tags": "其他",
Expand Down
61 changes: 61 additions & 0 deletions packages/index/src/mock/recommends.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,66 @@
{
"data": [
{
"ID": "a7a1345e-1bc8-4793-9650-a0ee89b6d74b",
"Title": "QQ 群",
"Content": "",
"Tags": "其他",
"Status": 4,
"Type": "post",
"IsPined": 1,
"IsRecommend": 2,
"IsOriginal": 1,
"CreatedAt": "2022-05-24T21:00:39+08:00",
"UpdatedAt": "2022-05-24T21:02:47+08:00",
"Meta": {
"TitleJapanese": "",
"TitleRomanji": "",
"Genre": "电影",
"Region": "其他",
"Episodes": 1,
"IsEnd": 1,
"PublishDate": null,
"UpdatedDate": null
},
"Creator": {
"ID": 1,
"Name": "root",
"Nickname": "YUESE",
"Avatar": "https://q1.qlogo.cn/g?b=qq\u0026nk=7619376472\u0026s=640",
"Bio": "这个人很酷,什么都没有留下"
}
},
{
"ID": "9",
"Cover": "https://p.upyun.com/demo/tmp/jjJWPHMZ.webp",
"Title": "秒速5厘米",
"Content": "",
"Tags": "其他",
"Status": 4,
"Type": "video",
"IsPined": 1,
"IsRecommend": 2,
"IsOriginal": 1,
"CreatedAt": "2022-05-24T21:00:39+08:00",
"UpdatedAt": "2022-05-24T21:02:47+08:00",
"Meta": {
"TitleJapanese": "",
"TitleRomanji": "",
"Genre": "电影",
"Region": "其他",
"Episodes": 1,
"IsEnd": 1,
"PublishDate": null,
"UpdatedDate": null
},
"Creator": {
"ID": 1,
"Name": "root",
"Nickname": "YUESE",
"Avatar": "https://q1.qlogo.cn/g?b=qq\u0026nk=7619376472\u0026s=640",
"Bio": "这个人很酷,什么都没有留下"
}
},
{
"ID": "131478f2-31cd-446a-9cb2-15158b8c3efe",
"Cover": "https://static.xiaobaotv.app/upload/vod/20230812-7/08abde10fb590cb7a99c4e8818be3b95.jpg",
Expand Down
2 changes: 1 addition & 1 deletion packages/index/src/mock/video/9.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"Title": "",
"TitleJapanese": "",
"TitleRomanji": "",
"VideoUrl": "https://ukzyvod3.ukubf5.com/20220410/yAU8vUFg/2000kb/hls/index.m3u8",
"VideoUrl": "http://ggkkmuup9wuugp6ep8d.exp.bcevod.com/mda-pe61j6kh7ifgqjuy/mda-pe61j6kh7ifgqjuy.mp4?Expires=1721446584&AccessKeyId=0h1d8rwzxC7ZtcyO&Signature=d90780aee70d8c1526b1d2d84bd76067",
"Synopsis": "",
"Uid": 1,
"Pid": "9",
Expand Down
Loading

0 comments on commit 8ec503c

Please sign in to comment.