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