This commit is contained in:
2024-12-22 02:17:02 +08:00
parent c9bcd42ada
commit 84e0034a15

View File

@@ -25,7 +25,7 @@ function handleDebug() {
<div class="title">徐越的自测猫</div> <div class="title">徐越的自测猫</div>
</n-flex> </n-flex>
<n-flex> <n-flex>
<n-button quaternary type="error" v-if="code.language === 'python'" @click="handleDebug"> <n-button quaternary type="error" v-if="code.value && code.language === 'python'" @click="handleDebug">
调试 调试
</n-button> </n-button>
<n-button quaternary @click="handleShare">分享</n-button> <n-button quaternary @click="handleShare">分享</n-button>