File tree Expand file tree Collapse file tree 8 files changed +315
-442
lines changed
Expand file tree Collapse file tree 8 files changed +315
-442
lines changed Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ export default function Footer() {
6767 { /* <EmailSvg width={24} height={24}/>*/ }
6868 { /*</a>*/ }
6969 < a
70- href = "https://pagenote.cn/pro-plan "
70+ href = "https://pagenote.cn/vip "
7171 aria-label = { 'vip' }
7272 className = { 'text-[24px] hover:text-blue-800' }
7373 >
Original file line number Diff line number Diff line change 107107 "@types/color" : " ^3.0.3" ,
108108 "@types/lodash" : " ^4.14.190" ,
109109 "@types/md5" : " ^2.3.2" ,
110- "@types/node" : " 18.11.3 " ,
110+ "@types/node" : " 22.10.5 " ,
111111 "@types/react" : " ^18.2.24" ,
112112 "@types/react-dom" : " ^18.2.8" ,
113113 "@types/wicg-file-system-access" : " ^2020.9.4" ,
122122 "postcss" : " ^8.4.21" ,
123123 "prettier" : " ^2.8.8" ,
124124 "react-router-dom" : " ^6.6.1" ,
125- "sass" : " ^1.62.0 " ,
125+ "sass" : " ^1.83.1 " ,
126126 "tailwindcss" : " ^3.2.4" ,
127127 "typescript" : " ^5.3.3"
128128 }
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ export default function Redirect(props: Props) {
1111
1212 useEffect (
1313 function ( ) {
14- window . location . href = '/ext/setting'
14+ window . location . href = '/ext/setting' + window . location . hash
1515 } ,
1616 [ whoAmI ]
1717 )
Original file line number Diff line number Diff line change 11var preCacheName = 'pre_cache'
22var commonCacheName = 'common_cache'
33var preCacheFiles = [ ]
4- var version = "0.29.16 "
4+ var version = "0.29.22 "
55
66var cacheRules = {
77 whiteList : [ ] ,
Original file line number Diff line number Diff line change 2121 "lint" : " yarn workspaces run lint"
2222 },
2323 "engines" : {
24- "node" : " >=18 "
24+ "node" : " >=22 "
2525 },
2626 "keywords" : [],
2727 "author" : " " ,
Original file line number Diff line number Diff line change 4444 "less" : " ^4.1.0" ,
4545 "less-loader" : " ^7.3.0" ,
4646 "mini-css-extract-plugin" : " ^0.4.4" ,
47- "node-sass" : " ^9.0.0" ,
4847 "optimize-css-assets-webpack-plugin" : " ^5.0.1" ,
4948 "preact-svg-loader" : " ^0.2.1" ,
5049 "react-draggable-tags" : " ^1.0.2" ,
Original file line number Diff line number Diff line change 6363 "father" : " ^4.3.8" ,
6464 "husky" : " ^8.0.3" ,
6565 "lint-staged" : " ^15.1.0" ,
66- "node-sass" : " ^9.0.0" ,
6766 "postcss" : " ^8.4.32" ,
6867 "postcss-loader" : " ^7.3.3" ,
6968 "postcss-nesting" : " ^12.0.2" ,
You can’t perform that action at this time.
0 commit comments