From 8c1d924faf11072e845e351517623bac09fca4f1 Mon Sep 17 00:00:00 2001 From: icssoa <615206459@qq.com> Date: Fri, 22 Aug 2025 19:12:48 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .hbuilderx/launch.json | 8 -------- cool/upload/index.ts | 2 +- uni_modules/cool-ui/hooks/size.ts | 1 - 3 files changed, 1 insertion(+), 10 deletions(-) diff --git a/.hbuilderx/launch.json b/.hbuilderx/launch.json index cfe06c3..aacf659 100644 --- a/.hbuilderx/launch.json +++ b/.hbuilderx/launch.json @@ -1,14 +1,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" diff --git a/cool/upload/index.ts b/cool/upload/index.ts index 69d426d..34b1f4c 100644 --- a/cool/upload/index.ts +++ b/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"; diff --git a/uni_modules/cool-ui/hooks/size.ts b/uni_modules/cool-ui/hooks/size.ts index 1cbd052..e6ebb25 100644 --- a/uni_modules/cool-ui/hooks/size.ts +++ b/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"; /** * 字号管理类