diff --git a/component/public/donghua.vue b/component/public/donghua.vue index 5c76030..84974f3 100644 --- a/component/public/donghua.vue +++ b/component/public/donghua.vue @@ -21,11 +21,8 @@ )) --> @@ -44,7 +41,6 @@ defaultImage: { type: String, default: '' }, interval: { type: Number, default: 80 }, // ms playing: { type: Boolean, default: false }, - showButton: { type: Boolean, default: false }, loop: { type: Boolean, default: false }, // 可选:每帧最大重试次数(失败后跳过) maxRetryPerFrame: { type: Number, default: 1 } @@ -213,11 +209,6 @@ } }, { immediate: false }) - /* ---------------- toggle via internal button ---------------- */ - function togglePlaying() { - emit('update:playing', !props.playing) - } - /* ---------------- cleanup ---------------- */ onUnmounted(() => { clearTimer() diff --git a/component/zy-upgrade/zy-upgrade.vue b/component/zy-upgrade/zy-upgrade.vue index df27cab..641706c 100644 --- a/component/zy-upgrade/zy-upgrade.vue +++ b/component/zy-upgrade/zy-upgrade.vue @@ -1,10 +1,12 @@