9afce6f6创建于 2025年5月7日历史提交
import { AppRouter } from "routermodule";
import { ImageCommentViewComponent } from "./components/view/ImageCommentView";

@AppRouter({ name: "imagecomment/ImageCommentView" })
@Component
export struct ImageCommentView {
  build() {
    ImageCommentViewComponent()
  }
}