fix
Some checks failed
Deploy / deploy (build, debian, 22, /root/OJDeploy/data/clientnext) (push) Has been cancelled
Deploy / deploy (build:staging, school, 8822, /root/OJ/data/dist) (push) Has been cancelled

This commit is contained in:
2026-07-26 08:44:46 -06:00
parent ccbb961d64
commit dc853cd61f

View File

@@ -91,7 +91,7 @@ const menuOptions = computed<DropdownOption[]>(() => {
if (codeStore.code.language !== "Flowchart") {
if (codeStore.code.language !== "SQL") {
options.push({
label: "自测猫",
label: "自测猫",
key: "testcat",
})
}
@@ -247,7 +247,7 @@ onMounted(() => {
:options="menuOptions"
@select="handleMenuSelect"
>
<n-button :size="buttonSize">更多</n-button>
<n-button :size="buttonSize">更多操作</n-button>
</n-dropdown>
<template v-if="showSyncFeature">