import { promptAction } from '@kit.ArkUI'; @Entry @Component struct ButtonExample { @State message: string = 'Button'; build() { Column() { Button(this.message) .fontSize(22) .
import { promptAction } from '@kit.ArkUI'; @Entry @Component struct ButtonExample { @State message: string = 'Button'; build() { Column() { Button(this.message) .fontSize(22) .
自定义弹窗组件MyDialog @CustomDialog export struct MyDialog { title?: string cancelBtnText?: string confirmBtnText?: string message?: string cancel: () => void = () => {} confirm: () => void = ()
Mobile APP接入 在你的 Mobile APP 中,可以直接通过 Links URL 与微博进行连接。