feat:对接ACS容器和虚拟机

This commit is contained in:
2025-09-11 22:57:54 +08:00
parent 67ce6f66ac
commit d9021caca2
18 changed files with 13389 additions and 47 deletions
+4
View File
@@ -0,0 +1,4 @@
export const FileName = (data) =>{
let name = data.split("/").pop()
return name
}