add turtle
Some checks failed
Deploy / build-and-deploy (push) Has been cancelled

This commit is contained in:
2025-09-16 17:37:43 +08:00
parent d9bcb81109
commit 4b59d1cf17
9 changed files with 277 additions and 176 deletions

View File

@@ -5,6 +5,7 @@ import { code } from "../composables/code"
const LANGS = [
["python", "Python"],
["turtle", "海龟绘图"],
["c", "C 语言"],
["cpp", "C++"],
]
@@ -35,6 +36,6 @@ const languages: SelectOption[] = LANGS.map((it) => ({
</template>
<style scoped>
.select {
width: 120px;
width: 125px;
}
</style>