feat: Update nhiều thứ

This commit is contained in:
ngthanhvu
2026-07-28 21:55:39 -04:00
parent 72bc657d86
commit 1c92c0d50b
14 changed files with 173 additions and 129 deletions
+1 -1
View File
@@ -115,7 +115,7 @@ const apiActors = computed(() => {
})
function addServer() {
customServers.value.push({ name: '', episodes: [] })
customServers.value.push({ name: `Server ${customServers.value.length + 1}`, episodes: [] })
}
function removeServer(serverIndex: number) {