liujian1_wd

添加依赖

@@ -6,5 +6,7 @@ @@ -6,5 +6,7 @@
6 "description": "Please describe the basic information.", 6 "description": "Please describe the basic information.",
7 "main": "./src/main/ets/Index.ets", 7 "main": "./src/main/ets/Index.ets",
8 "version": "1.0.0", 8 "version": "1.0.0",
9 - "dependencies": {} 9 + "dependencies": {
  10 + "wdNetwork": "file:../wdNetwork"
  11 + }
10 } 12 }