mirror of
https://github.com/Comfy-Org/ComfyUI-Manager.git
synced 2026-02-08 12:12:35 +08:00
feat✨: prod env
This commit is contained in:
parent
f51e9568c5
commit
22cb603aa8
@ -1,6 +1,6 @@
|
||||
import { app } from "../../scripts/app.js";
|
||||
import { $el, ComfyDialog } from "../../scripts/ui.js";
|
||||
const env = "dev";
|
||||
const env = "prod";
|
||||
|
||||
let DEFAULT_HOMEPAGE_URL = "https://copus.io";
|
||||
|
||||
@ -850,7 +850,6 @@ export class CopusShareDialog extends ComfyDialog {
|
||||
this.allFiles.push(file);
|
||||
});
|
||||
}
|
||||
console.log("~log=======================", this.allFiles);
|
||||
return $el(
|
||||
`label.output_label${radio_button.checked ? ".checked" : ""}`,
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user