From 373a25ec9fafa1f0ffa4e9de89d2a31a666d7955 Mon Sep 17 00:00:00 2001 From: tone <3341154833@qq.com> Date: Sun, 6 Oct 2024 00:04:21 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=20OSS=E6=96=87=E4=BB=B6?= =?UTF-8?q?=E5=9C=A8=E7=BA=BF=E7=BC=96=E8=BE=91=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tonecn/src/components/Console/FileOnline.vue | 137 +++++++++++++++---- 1 file changed, 112 insertions(+), 25 deletions(-) diff --git a/tonecn/src/components/Console/FileOnline.vue b/tonecn/src/components/Console/FileOnline.vue index ebe4c79..864d0a2 100644 --- a/tonecn/src/components/Console/FileOnline.vue +++ b/tonecn/src/components/Console/FileOnline.vue @@ -1,6 +1,6 @@ @@ -339,4 +396,34 @@ const isUploading = ref(false); 开始上传 + + + + + 正在编辑 - /{{ aceEditorFileInfo.name }} + + + + + + + + 语言 + + + + + + + + 重置 + 保存 + + + \ No newline at end of file