代码清理

This commit is contained in:
2025-09-25 18:11:27 +08:00
parent ed525d9ed2
commit cd5b0670a0
17 changed files with 11 additions and 50 deletions
@@ -1,6 +1,5 @@
import { _decorator, Component, Label, Node, Sprite } from "cc";
import { PurchasePanel } from "../ui/panels/PurchasePanel";
import { PurchaseConfig } from "../../schema/schema";
import { DataManager, DataId } from "../data/DataManager";
import { ShopData } from "../data/ShopData";
import { GButton } from "db://assets/Scripts/Main/Common/GButton";