Skip to content

Commit ff10111

Browse files
committed
feat: 压缩转义增加tab能力
1 parent 8bb5069 commit ff10111

File tree

5 files changed

+333
-69
lines changed

5 files changed

+333
-69
lines changed

Diff for: next-env.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
/// <reference types="next/image-types/global" />
33

44
// NOTE: This file should not be edited
5-
// see https://nextjs.org/docs/app/building-your-application/configuring/typescript for more information.
5+
// see https://nextjs.org/docs/app/api-reference/config/typescript for more information.

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"antd": "^5.19.3",
1818
"classnames": "^2.5.1",
1919
"lodash": "^4.17.21",
20-
"next": "14.2.11",
20+
"next": "15.1.2",
2121
"react": "^18",
2222
"react-dom": "^18"
2323
},

0 commit comments

Comments
 (0)