Skip to content

Commit bbb68f9

Browse files
ext.wuguorui1ext.wuguorui1
authored andcommitted
docs: 添加 PR 规范
1 parent 2a72e89 commit bbb68f9

File tree

3 files changed

+79
-295
lines changed

3 files changed

+79
-295
lines changed

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "taro",
3-
"version": "4.0.12",
3+
"version": "4.0.10",
44
"description": "开放式跨端跨框架开发解决方案",
55
"homepage": "https://github.com/NervJS/taro#readme",
66
"author": "O2Team",
@@ -156,8 +156,8 @@
156156
"stylelint-order": "^6.0.4",
157157
"ts-jest": "^29.1.2",
158158
"ts-node": "^10.9.1",
159-
"typescript": "~5.4.5",
160159
"tslib": "^2.6.2",
160+
"typescript": "~5.4.5",
161161
"vitest": "^1.6.0"
162162
},
163163
"pnpm": {
@@ -181,7 +181,8 @@
181181
}
182182
},
183183
"overrides": {
184-
"browserslist": "^4.23.0"
184+
"browserslist": "^4.23.0",
185+
"taro": "link:"
185186
}
186187
}
187188
}

packages/taro-platform-harmony-hybrid/build/config/harmony-definition.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2328,6 +2328,10 @@
23282328
},
23292329
"lifestyle": false,
23302330
"like": false,
2331+
"list": {
2332+
"upper-threshold-count": false,
2333+
"lower-threshold-count": false
2334+
},
23312335
"list-builder": {
23322336
"type": {
23332337
"static": false,
@@ -2338,6 +2342,7 @@
23382342
"child-height": false,
23392343
"padding": false
23402344
},
2345+
"list-item": false,
23412346
"list-view": {
23422347
"padding": false
23432348
},

0 commit comments

Comments
 (0)