File tree Expand file tree Collapse file tree 2 files changed +17
-0
lines changed Expand file tree Collapse file tree 2 files changed +17
-0
lines changed Original file line number Diff line number Diff line change 6
6
< meta name ="viewport " content ="width=device-width, initial-scale=1.0, user-scalable=no ">
7
7
< link rel ="stylesheet " type ="text/css " href ="user.css " />
8
8
< link rel ="stylesheet " type ="text/css " href ="materialdesignicons.min.css " />
9
+
10
+ <!-- Fullscreen mode on iOS -->
11
+ < meta name ="apple-mobile-web-app-capable " content ="yes ">
12
+ <!-- Status bar style (eg. black or transparent) -->
13
+ < meta name ="apple-mobile-web-app-status-bar-style " content ="black ">
14
+
15
+ < link rel ="manifest " href ="manifest.json ">
9
16
</ head >
17
+
10
18
< body class ="litegraph grid ">
11
19
< div id ="vue-app "> </ div >
12
20
< script type ="module " src ="src/main.ts "> </ script >
Original file line number Diff line number Diff line change
1
+ {
2
+ "name" : " ComfyUI" ,
3
+ "short_name" : " ComfyUI" ,
4
+ "description" : " ComfyUI: AI image generation platform" ,
5
+ "start_url" : " /" ,
6
+ "display" : " standalone" ,
7
+ "background_color" : " #ffffff" ,
8
+ "theme_color" : " #000000"
9
+ }
You can’t perform that action at this time.
0 commit comments