继续测试动画与设置逻辑

This commit is contained in:
2026-07-23 21:08:34 +08:00
parent 00b769b338
commit 9675420604
6 changed files with 278 additions and 4 deletions
+1
View File
@@ -404,6 +404,7 @@ const app = createApp({
};
const removeProxy = async (id) => {
console.log('🔍 removeProxy 被调用, id:', id); // ← 加这行
if (!confirm('确定要删除这条隧道吗?')) return;
const result = await deleteProxy(id);
if (result.code === 0) {