兼容 ios

This commit is contained in:
icssoa
2025-09-04 20:18:18 +08:00
parent 083c8b1325
commit f01d1107b9
15 changed files with 316 additions and 146 deletions

View File

@@ -0,0 +1,5 @@
{
"dependencies": {
"@ohos/svg": "2.2.1"
}
}

View File

@@ -0,0 +1,5 @@
import { BuilderNode } from "@kit.ArkUI";
export class CoolSvg {
load(src: string, color: string) {}
}