File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 33 "scripts" : {
44 "dev-js" : " tsx watch src/basic.ts" ,
55 "build-js" : " webpack --mode production" ,
6- "build-eo" : " edgeone pages build" ,
76 "dev-cf" : " wrangler dev" ,
87 "deploy-cf" : " wrangler deploy --minify" ,
98 "dev-eo" : " edgeone pages dev" ,
9+ "build-eo" : " edgeone pages build" ,
1010 "deploy-eo" : " rm -rf ./node_modules && edgeone pages deploy ./ -n edgeone-hono-app -t " ,
1111 "cf-typegen" : " wrangler types --env-interface CloudflareBindings"
1212 },
Original file line number Diff line number Diff line change 55 < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
66 < title > OpenList Token 获取工具</ title >
77 < link rel ="stylesheet " type ="text/css " href ="/static/style.css ">
8- < link rel ="icon " type ="image/png " href ="https://jsd .oplist.org/gh/OpenListTeam/Logo@main/logo/32x32.png ">
9- < link rel ="icon " type ="image/png " href ="https://jsd .oplist.org/gh/OpenListTeam/Logo@main/logo/64x64.png ">
10- < link rel ="apple-touch-icon " type ="image/png " href ="https://jsd .oplist.org/gh/OpenListTeam/Logo@main/logo.png ">
11- < link href ="https://jsd .oplist.org/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css " rel ="stylesheet ">
12- < script src ="https://jsd .oplist.org/npm/sweetalert2@11.22.0/dist/sweetalert2.all.min.js "> </ script >
8+ < link rel ="icon " type ="image/png " href ="https://cdn .oplist.org/gh/OpenListTeam/Logo@main/logo/32x32.png ">
9+ < link rel ="icon " type ="image/png " href ="https://cdn .oplist.org/gh/OpenListTeam/Logo@main/logo/64x64.png ">
10+ < link rel ="apple-touch-icon " type ="image/png " href ="https://cdn .oplist.org/gh/OpenListTeam/Logo@main/logo.png ">
11+ < link href ="https://cdn .oplist.org/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css " rel ="stylesheet ">
12+ < script src ="https://cdn .oplist.org/npm/sweetalert2@11.22.0/dist/sweetalert2.all.min.js "> </ script >
1313</ head >
1414< body >
1515< div class ="toggle-theme ">
You can’t perform that action at this time.
0 commit comments