This commit is contained in:
icssoa
2025-08-22 19:12:48 +08:00
parent 73b0192c4e
commit 8c1d924faf
3 changed files with 1 additions and 10 deletions

View File

@@ -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"

View File

@@ -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";

View File

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