数据结构优化

This commit is contained in:
李琦
2026-01-20 14:31:39 +08:00
parent 05b315013c
commit 946855bff2
16 changed files with 104045 additions and 157 deletions

View File

@@ -347,7 +347,7 @@ const runCode = async () => {
doc.write(loadingTemplate)
try {
const response = await fetch('http://localhost:8081/api/run', {
const response = await fetch('/api/run', {
method: 'POST',
headers: {
'Content-Type': 'application/json'