feat: prod env

This commit is contained in:
john 2024-07-03 21:17:50 +08:00
parent f51e9568c5
commit 22cb603aa8

View File

@ -1,6 +1,6 @@
import { app } from "../../scripts/app.js"; import { app } from "../../scripts/app.js";
import { $el, ComfyDialog } from "../../scripts/ui.js"; import { $el, ComfyDialog } from "../../scripts/ui.js";
const env = "dev"; const env = "prod";
let DEFAULT_HOMEPAGE_URL = "https://copus.io"; let DEFAULT_HOMEPAGE_URL = "https://copus.io";
@ -850,7 +850,6 @@ export class CopusShareDialog extends ComfyDialog {
this.allFiles.push(file); this.allFiles.push(file);
}); });
} }
console.log("~log=======================", this.allFiles);
return $el( return $el(
`label.output_label${radio_button.checked ? ".checked" : ""}`, `label.output_label${radio_button.checked ? ".checked" : ""}`,
{ {