Skip to content

Commit a532330

Browse files
authored
refactor(steps): v15 (#3216)
1 parent 8588c4e commit a532330

38 files changed

+2984
-1380
lines changed

src/config.json

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -811,7 +811,6 @@
811811
"taro": true,
812812
"jdtaro": 2,
813813
"v15": 1,
814-
815814
"author": "VickyYe",
816815
"dd": true
817816
},
@@ -1269,18 +1268,20 @@
12691268
"dd": true
12701269
},
12711270
{
1272-
"version": "2.0.0",
1271+
"version": "3.0.0",
12731272
"name": "Step",
12741273
"sort": 17,
12751274
"cName": "步骤条子组件",
12761275
"type": "component",
12771276
"show": false,
12781277
"exportEmpty": true,
12791278
"desc": "步骤条子组件",
1280-
"author": "swag~jun"
1279+
"v15": 2,
1280+
"author": "songsong",
1281+
"dd": true
12811282
},
12821283
{
1283-
"version": "2.0.0",
1284+
"version": "3.0.0",
12841285
"name": "Steps",
12851286
"type": "component",
12861287
"cName": "步骤条",
@@ -1289,8 +1290,8 @@
12891290
"show": true,
12901291
"taro": true,
12911292
"v15": 2,
1292-
"author": "swag~jun",
1293-
"dd": false
1293+
"author": "songsong",
1294+
"dd": true
12941295
},
12951296
{
12961297
"version": "3.0.0",

0 commit comments

Comments
 (0)