mirror of
https://git.datalinker.icu/ltdrdata/ComfyUI-Manager
synced 2026-07-27 04:07:06 +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…
x
Reference in New Issue
Block a user