diff --git a/Cunkebao/dist/.vite/manifest.json b/Cunkebao/dist/.vite/manifest.json index 1fc771a8..454623cd 100644 --- a/Cunkebao/dist/.vite/manifest.json +++ b/Cunkebao/dist/.vite/manifest.json @@ -1,14 +1,18 @@ { - "_charts-CLRTJ7Uf.js": { - "file": "assets/charts-CLRTJ7Uf.js", + "_charts-DRkEUjsu.js": { + "file": "assets/charts-DRkEUjsu.js", "name": "charts", "imports": [ - "_ui-BFvqeNzU.js", + "_ui-ltFujOOi.js", "_vendor-2vc8h_ct.js" ] }, - "_ui-BFvqeNzU.js": { - "file": "assets/ui-BFvqeNzU.js", + "_ui-D0C0OGrH.css": { + "file": "assets/ui-D0C0OGrH.css", + "src": "_ui-D0C0OGrH.css" + }, + "_ui-ltFujOOi.js": { + "file": "assets/ui-ltFujOOi.js", "name": "ui", "imports": [ "_vendor-2vc8h_ct.js" @@ -17,10 +21,6 @@ "assets/ui-D0C0OGrH.css" ] }, - "_ui-D0C0OGrH.css": { - "file": "assets/ui-D0C0OGrH.css", - "src": "_ui-D0C0OGrH.css" - }, "_utils-6WF66_dS.js": { "file": "assets/utils-6WF66_dS.js", "name": "utils", @@ -33,18 +33,18 @@ "name": "vendor" }, "index.html": { - "file": "assets/index-C48GlG01.js", + "file": "assets/index-DV2QF8R9.js", "name": "index", "src": "index.html", "isEntry": true, "imports": [ "_vendor-2vc8h_ct.js", - "_ui-BFvqeNzU.js", + "_ui-ltFujOOi.js", "_utils-6WF66_dS.js", - "_charts-CLRTJ7Uf.js" + "_charts-DRkEUjsu.js" ], "css": [ - "assets/index-Ta4vyxDJ.css" + "assets/index-DqyE1UEk.css" ] } } \ No newline at end of file diff --git a/Cunkebao/dist/index.html b/Cunkebao/dist/index.html index 8a58e165..76889c66 100644 --- a/Cunkebao/dist/index.html +++ b/Cunkebao/dist/index.html @@ -11,13 +11,13 @@ - + - + - + - +
diff --git a/Cunkebao/src/pages/mobile/workspace/auto-like/new/index.tsx b/Cunkebao/src/pages/mobile/workspace/auto-like/new/index.tsx index b7bc9ba4..5be27d57 100644 --- a/Cunkebao/src/pages/mobile/workspace/auto-like/new/index.tsx +++ b/Cunkebao/src/pages/mobile/workspace/auto-like/new/index.tsx @@ -72,7 +72,7 @@ const NewAutoLike: React.FC = () => { startTime: config.timeRange?.start || config.startTime || "08:00", endTime: config.timeRange?.end || config.endTime || "22:00", contentTypes: config.contentTypes || ["text", "image", "video"], - deveiceGroups: config.deveicegroups || [], + deveiceGroups: config.deveiceGroups || [], deveiceGroupsOptions: config.deveiceGroupsOptions || [], friendsGroups: config.friendsgroups || [], friendsGroupsOptions: config.friendsGroupsOptions || [], @@ -121,7 +121,7 @@ const NewAutoLike: React.FC = () => { message.warning("请输入任务名称"); return; } - if (!formData.deveicegroups || formData.deveicegroups.length === 0) { + if (!formData.deveiceGroups || formData.deveiceGroups.length === 0) { message.warning("请选择执行设备"); return; } @@ -329,7 +329,7 @@ const NewAutoLike: React.FC = () => {