Skip to content

Commit 66eeef5

Browse files
authored
Merge pull request #4 from yixuqiu/main
fix: Vscode中wot等类型提示问题
2 parents 2d0659c + 9bf391c commit 66eeef5

File tree

4 files changed

+333
-444
lines changed

4 files changed

+333
-444
lines changed

README.md

+6-8
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<p align="center">
2-
<a href="https://github.com/codercup2/unibest">
2+
<a href="https://github.com/codercup/unibest">
33
<img width="160" src="./src/static/logo.svg">
44
</a>
55
</p>
66

77
<h1 align="center">
8-
<a href="https://github.com/codercup2/unibest" target="_blank">unibest - 最好的 uniapp 开发框架</a>
8+
<a href="https://github.com/codercup/unibest" target="_blank">unibest - 最好的 uniapp 开发框架</a>
99
</h1>
1010

1111
<div align="center">
@@ -28,19 +28,17 @@
2828
![](https://raw.githubusercontent.com/andreasbm/readme/master/screenshots/lines/rainbow.png)
2929

3030
<p align="center">
31-
<a href="https://codercup2.github.io/unibest-docs/" target="_blank">📖 文档地址</a>
31+
<a href="https://codercup.github.io/unibest-docs/" target="_blank">📖 文档地址</a>
3232
<span style="margin:0 10px;">|</span>
33-
<a href="https://codercup2.github.io/hello-unibest/" target="_blank">📱 DEMO 地址</a>
33+
<a href="https://codercup.github.io/hello-unibest/" target="_blank">📱 DEMO 地址</a>
3434
</p>
3535

36-
---
37-
38-
注意旧的地址 [codercup](https://github.com/codercup/unibest) 我进不去了,使用新的 [codercup2](https://github.com/codercup2/unibest)。PR和 issue 也请使用新地址,否则无法合并。
39-
4036
## ⚙️ 环境
4137

4238
- node>=18
4339
- pnpm>=7.30
40+
- Vue Official<=2.1.6
41+
- TypeScript<=5.5.4
4442

4543
## &#x1F4C2; 快速开始
4644

package.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
"pinia-plugin-persistedstate": "3.2.1",
9494
"qs": "6.5.3",
9595
"vue": "3.4.21",
96-
"wot-design-uni": "^1.3.9",
96+
"wot-design-uni": "^1.3.10",
9797
"z-paging": "^2.7.10"
9898
},
9999
"devDependencies": {
@@ -112,6 +112,7 @@
112112
"@types/wechat-miniprogram": "^3.4.7",
113113
"@typescript-eslint/eslint-plugin": "^6.21.0",
114114
"@typescript-eslint/parser": "^6.21.0",
115+
"@uni-helper/uni-types": "1.0.0-alpha.3",
115116
"@uni-helper/vite-plugin-uni-layouts": "^0.1.10",
116117
"@uni-helper/vite-plugin-uni-manifest": "^0.2.6",
117118
"@uni-helper/vite-plugin-uni-pages": "0.2.20",
@@ -144,7 +145,7 @@
144145
"stylelint-config-recommended-vue": "^1.5.0",
145146
"stylelint-prettier": "^5.0.0",
146147
"terser": "^5.31.1",
147-
"typescript": "^4.9.5",
148+
"typescript": "^5.5.4",
148149
"unocss": "^0.58.9",
149150
"unocss-applet": "^0.7.8",
150151
"unplugin-auto-import": "^0.17.6",

0 commit comments

Comments
 (0)