icssoa před 7 měsíci
rodič
revize
8c1d924faf

+ 0 - 8
.hbuilderx/launch.json

@@ -2,14 +2,6 @@
     "version" : "1.0",
     "configurations" : [
         {
-            "bundleId" : "com.zyys.zy",
-            "certificateFile" : "/Users/icssoa/Desktop/coding/cool/uniapp/unix/.cool/ios/证书.p12",
-            "certificateProfileFile" : "/Users/icssoa/Desktop/coding/cool/uniapp/unix/.cool/ios/zy.mobileprovision",
-            "playground" : "custom",
-            "runSignStatus" : 1,
-            "type" : "uni-app:app-ios"
-        },
-        {
             "playground" : "standard",
             "type" : "uni-app:app-ios_simulator"
         },

+ 1 - 1
cool/upload/index.ts

@@ -1,4 +1,4 @@
-import { config } from "../../config";
+import { config } from "@/config";
 import { service } from "../service";
 import { basename, extname, filename, parse, parseObject, pathJoin, uuid } from "../utils";
 import { useStore } from "../store";

+ 0 - 1
uni_modules/cool-ui/hooks/size.ts

@@ -1,6 +1,5 @@
 import { computed, type ComputedRef } from "vue";
 import { config } from "../config";
-import { px2rpx } from "@/cool";
 
 /**
  * 字号管理类