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

@AppRouter({ name: "chatwithexpression/ChatWithExpression" })
@Component
export struct ChatWithExpression {
  build() {
    ChatWithExpressionComponent()
  }
}