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 66 < meta name ="viewport " content ="width=device-width, initial-scale=1.0, user-scalable=no ">
77 < link rel ="stylesheet " type ="text/css " href ="user.css " />
88 < 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 ">
916 </ head >
17+
1018 < body class ="litegraph grid ">
1119 < div id ="vue-app "> </ div >
1220 < 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