Blame view

泰额版/Food Labeling Management App UniApp/.hbuilderx/launch.json 350 Bytes
59e51671   “wangming”   1
1
2
3
4
5
6
7
  {
      "version" : "1.0",
      "configurations" : [
          {
              "customPlaygroundType" : "local",
              "playground" : "custom",
              "type" : "uni-app:app-android"
5a192b24   杨鑫   最新同步
8
9
10
11
12
          },
          {
              "customPlaygroundType" : "device",
              "playground" : "standard",
              "type" : "uni-app:app-ios"
59e51671   “wangming”   1
13
14
15
          }
      ]
  }