Skip to content

Commit c2e68e3

Browse files
authored
Merge pull request #239 from rowthan/dev
fix: redirect setting
2 parents d23c09b + e198440 commit c2e68e3

File tree

8 files changed

+315
-442
lines changed

8 files changed

+315
-442
lines changed

apps/web/components/Footer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
>

apps/web/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
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",
@@ -122,7 +122,7 @@
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
}

apps/web/pages/setting.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
)

apps/web/public/sw.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
var preCacheName = 'pre_cache'
22
var commonCacheName = 'common_cache'
33
var preCacheFiles = []
4-
var version = "0.29.16"
4+
var version = "0.29.22"
55

66
var cacheRules = {
77
whiteList: [],

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"lint": "yarn workspaces run lint"
2222
},
2323
"engines": {
24-
"node": ">=18"
24+
"node": ">=22"
2525
},
2626
"keywords": [],
2727
"author": "",

packages/sdk/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@
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",

packages/web-components/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@
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",

0 commit comments

Comments
 (0)