bit-office 0.2.0 → 1.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1983 -362
- package/dist/index.js.map +1 -1
- package/dist/web/out/404.html +50 -2
- package/dist/web/out/Office Tileset/Office Tileset All 16x16.png +0 -0
- package/dist/web/out/_next/static/chunks/29.2a4210219e06b537.js +1 -0
- package/dist/web/out/_next/static/chunks/757.6d61de28074ba8d4.js +1 -0
- package/dist/web/out/_next/static/chunks/{176.7af67c16b9732441.js → 880.614e72604eb723a3.js} +1 -1
- package/dist/web/out/_next/static/chunks/904.70db0cb7d0ebff73.js +1 -0
- package/dist/web/out/_next/static/chunks/989-4c2c2b3a6c2f8a4a.js +1 -0
- package/dist/web/out/_next/static/chunks/app/office/page-308e5b26d0614d2e.js +1 -0
- package/dist/web/out/_next/static/chunks/app/{page-94da9de9b62f4f4d.js → page-0df5702ab3268617.js} +1 -1
- package/dist/web/out/_next/static/chunks/app/pair/page-184bbadaef147894.js +1 -0
- package/dist/web/out/_next/static/chunks/{webpack-131b3d260a3d9ce4.js → webpack-2f6b11d148fba4ca.js} +1 -1
- package/dist/web/out/index.html +50 -2
- package/dist/web/out/index.txt +67 -17
- package/dist/web/out/manifest.json +1 -1
- package/dist/web/out/office.html +50 -2
- package/dist/web/out/office.txt +68 -17
- package/dist/web/out/pair.html +50 -2
- package/dist/web/out/pair.txt +68 -17
- package/dist/web/out/pixel-agents-layout.json +1 -2802
- package/dist/web/out/sw.js +1 -1
- package/package.json +4 -3
- package/dist/web/out/_next/static/chunks/29.3e7650727aadf8c2.js +0 -1
- package/dist/web/out/_next/static/chunks/757.6b9b9f11f348e673.js +0 -1
- package/dist/web/out/_next/static/chunks/904.4649cb92e3c1355c.js +0 -1
- package/dist/web/out/_next/static/chunks/989-f3ebca68e0b5e7ee.js +0 -1
- package/dist/web/out/_next/static/chunks/app/office/page-75459bb9d7bfe004.js +0 -1
- package/dist/web/out/_next/static/chunks/app/pair/page-932b6cbad193cd3d.js +0 -1
- /package/dist/web/out/_next/static/{KVUUasWqYxW6SNCIo9Tbn → gZO52TyDkntI9O-CASzGz}/_buildManifest.js +0 -0
- /package/dist/web/out/_next/static/{KVUUasWqYxW6SNCIo9Tbn → gZO52TyDkntI9O-CASzGz}/_ssgManifest.js +0 -0
package/dist/web/out/index.html
CHANGED
|
@@ -1,7 +1,55 @@
|
|
|
1
|
-
<!DOCTYPE html><!--
|
|
1
|
+
<!DOCTYPE html><!--gZO52TyDkntI9O_CASzGz--><html lang="en"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/webpack-2f6b11d148fba4ca.js"/><script src="/_next/static/chunks/4d67e943-e6a0fd3b5c397505.js" async=""></script><script src="/_next/static/chunks/977-26ddf708be8caf79.js" async=""></script><script src="/_next/static/chunks/main-app-4f4b0701adf58469.js" async=""></script><script src="/_next/static/chunks/app/page-0df5702ab3268617.js" async=""></script><meta name="theme-color" content="#1a1530"/><link rel="preconnect" href="https://fonts.googleapis.com"/><link rel="preconnect" href="https://fonts.gstatic.com" crossorigin="anonymous"/><title>Bit Office</title><meta name="description" content="Control your AI agents from anywhere"/><link rel="manifest" href="/manifest.json"/><link href="https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap" rel="stylesheet"/><script src="/_next/static/chunks/polyfills-42372ed130431b0a.js" noModule=""></script></head><body style="margin:0;background-color:#1a1530;color:#eddcb8;font-family:system-ui, sans-serif"><div hidden=""><!--$--><!--/$--></div><style>
|
|
2
|
+
:root {
|
|
3
|
+
--px-bg-deep: #16122a;
|
|
4
|
+
--px-bg-panel: #1e1a30;
|
|
5
|
+
--px-bg-card: #231e38;
|
|
6
|
+
--px-bg-chat: #1a1530;
|
|
7
|
+
--px-border: #3d2e54;
|
|
8
|
+
--px-border-warm: #5a3d14;
|
|
9
|
+
--px-gold: #e8b040;
|
|
10
|
+
--px-gold-dim: #a87820;
|
|
11
|
+
--px-text: #eddcb8;
|
|
12
|
+
--px-text-muted: #9a8a68;
|
|
13
|
+
--px-text-dim: #6a5a48;
|
|
14
|
+
--px-amber: #e0900a;
|
|
15
|
+
--px-amber-bg: rgba(232, 176, 64, 0.14);
|
|
16
|
+
}
|
|
17
|
+
* {
|
|
18
|
+
scrollbar-width: thin;
|
|
19
|
+
scrollbar-color: #5a3d14 #1a1530;
|
|
20
|
+
}
|
|
21
|
+
*::-webkit-scrollbar {
|
|
22
|
+
width: 4px;
|
|
23
|
+
height: 4px;
|
|
24
|
+
}
|
|
25
|
+
*::-webkit-scrollbar-track {
|
|
26
|
+
background: transparent;
|
|
27
|
+
}
|
|
28
|
+
*::-webkit-scrollbar-thumb {
|
|
29
|
+
background: #3d2d10;
|
|
30
|
+
border-radius: 0;
|
|
31
|
+
}
|
|
32
|
+
*::-webkit-scrollbar-thumb:hover {
|
|
33
|
+
background: #e8b040;
|
|
34
|
+
}
|
|
35
|
+
*::-webkit-scrollbar-corner {
|
|
36
|
+
background: transparent;
|
|
37
|
+
}
|
|
38
|
+
.px-font {
|
|
39
|
+
font-family: 'Press Start 2P', monospace;
|
|
40
|
+
}
|
|
41
|
+
@keyframes px-blink {
|
|
42
|
+
0%, 49% { opacity: 1; }
|
|
43
|
+
50%, 100% { opacity: 0; }
|
|
44
|
+
}
|
|
45
|
+
@keyframes px-pulse-gold {
|
|
46
|
+
0%, 100% { box-shadow: 0 0 0 0 rgba(200,155,48,0); }
|
|
47
|
+
50% { box-shadow: 0 0 8px 2px rgba(200,155,48,0.25); }
|
|
48
|
+
}
|
|
49
|
+
</style><!--$!--><template data-dgst="BAILOUT_TO_CLIENT_SIDE_RENDERING"></template><!--/$--><!--$--><!--/$--><script>
|
|
2
50
|
if ('serviceWorker' in navigator && location.hostname === 'localhost') {
|
|
3
51
|
navigator.serviceWorker.getRegistrations().then(function(regs) {
|
|
4
52
|
for (var r of regs) r.unregister();
|
|
5
53
|
});
|
|
6
54
|
}
|
|
7
|
-
</script><script src="/_next/static/chunks/webpack-
|
|
55
|
+
</script><script src="/_next/static/chunks/webpack-2f6b11d148fba4ca.js" id="_R_" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0])</script><script>self.__next_f.push([1,"1:\"$Sreact.fragment\"\n3:I[9653,[],\"\"]\n4:I[1329,[],\"\"]\n7:I[5719,[],\"\"]\n2:T5c9,"])</script><script>self.__next_f.push([1,"\n :root {\n --px-bg-deep: #16122a;\n --px-bg-panel: #1e1a30;\n --px-bg-card: #231e38;\n --px-bg-chat: #1a1530;\n --px-border: #3d2e54;\n --px-border-warm: #5a3d14;\n --px-gold: #e8b040;\n --px-gold-dim: #a87820;\n --px-text: #eddcb8;\n --px-text-muted: #9a8a68;\n --px-text-dim: #6a5a48;\n --px-amber: #e0900a;\n --px-amber-bg: rgba(232, 176, 64, 0.14);\n }\n * {\n scrollbar-width: thin;\n scrollbar-color: #5a3d14 #1a1530;\n }\n *::-webkit-scrollbar {\n width: 4px;\n height: 4px;\n }\n *::-webkit-scrollbar-track {\n background: transparent;\n }\n *::-webkit-scrollbar-thumb {\n background: #3d2d10;\n border-radius: 0;\n }\n *::-webkit-scrollbar-thumb:hover {\n background: #e8b040;\n }\n *::-webkit-scrollbar-corner {\n background: transparent;\n }\n .px-font {\n font-family: 'Press Start 2P', monospace;\n }\n @keyframes px-blink {\n 0%, 49% { opacity: 1; }\n 50%, 100% { opacity: 0; }\n }\n @keyframes px-pulse-gold {\n 0%, 100% { box-shadow: 0 0 0 0 rgba(200,155,48,0); }\n 50% { box-shadow: 0 0 8px 2px rgba(200,155,48,0.25); }\n }\n "])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"b\":\"gZO52TyDkntI9O-CASzGz\",\"p\":\"\",\"c\":[\"\",\"\"],\"i\":false,\"f\":[[[\"\",{\"children\":[\"__PAGE__\",{}]},\"$undefined\",\"$undefined\",true],[\"\",[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"html\",null,{\"lang\":\"en\",\"children\":[[\"$\",\"head\",null,{\"children\":[[\"$\",\"meta\",null,{\"name\":\"theme-color\",\"content\":\"#1a1530\"}],[\"$\",\"meta\",null,{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no\"}],[\"$\",\"link\",null,{\"rel\":\"preconnect\",\"href\":\"https://fonts.googleapis.com\"}],[\"$\",\"link\",null,{\"rel\":\"preconnect\",\"href\":\"https://fonts.gstatic.com\",\"crossOrigin\":\"anonymous\"}],[\"$\",\"link\",null,{\"href\":\"https://fonts.googleapis.com/css2?family=Press+Start+2P\u0026display=swap\",\"rel\":\"stylesheet\"}]]}],[\"$\",\"body\",null,{\"style\":{\"margin\":0,\"backgroundColor\":\"#1a1530\",\"color\":\"#eddcb8\",\"fontFamily\":\"system-ui, sans-serif\"},\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"$2\"}}],[\"$\",\"$L3\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L4\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":[[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"textAlign\":\"center\",\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\"},\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":{\"display\":\"inline-block\",\"margin\":\"0 20px 0 0\",\"padding\":\"0 23px 0 0\",\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\",\"lineHeight\":\"49px\"},\"children\":404}],[\"$\",\"div\",null,{\"style\":{\"display\":\"inline-block\"},\"children\":[\"$\",\"h2\",null,{\"style\":{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"49px\",\"margin\":0},\"children\":\"This page could not be found.\"}]}]]}]}]],[]],\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}],[\"$\",\"script\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"\\n if ('serviceWorker' in navigator \u0026\u0026 location.hostname === 'localhost') {\\n navigator.serviceWorker.getRegistrations().then(function(regs) {\\n for (var r of regs) r.unregister();\\n });\\n }\\n \"}}]]}]]}]]}],{\"children\":[\"__PAGE__\",\"$L5\",{},null,false]},null,false],\"$L6\",false]],\"m\":\"$undefined\",\"G\":[\"$7\",[]],\"s\":false,\"S\":true}\n"])</script><script>self.__next_f.push([1,"8:I[7868,[],\"ClientPageRoot\"]\n9:I[8967,[\"974\",\"static/chunks/app/page-0df5702ab3268617.js\"],\"default\"]\nc:I[9096,[],\"OutletBoundary\"]\ne:I[913,[],\"AsyncMetadataOutlet\"]\n10:I[9096,[],\"ViewportBoundary\"]\n12:I[9096,[],\"MetadataBoundary\"]\n13:\"$Sreact.suspense\"\n5:[\"$\",\"$1\",\"c\",{\"children\":[[\"$\",\"$L8\",null,{\"Component\":\"$9\",\"searchParams\":{},\"params\":{},\"promises\":[\"$@a\",\"$@b\"]}],null,[\"$\",\"$Lc\",null,{\"children\":[\"$Ld\",[\"$\",\"$Le\",null,{\"promise\":\"$@f\"}]]}]]}]\n6:[\"$\",\"$1\",\"h\",{\"children\":[null,[[\"$\",\"$L10\",null,{\"children\":\"$L11\"}],null],[\"$\",\"$L12\",null,{\"children\":[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$13\",null,{\"fallback\":null,\"children\":\"$L14\"}]}]}]]}]\n"])</script><script>self.__next_f.push([1,"a:{}\nb:\"$5:props:children:0:props:params\"\n"])</script><script>self.__next_f.push([1,"11:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}]]\nd:null\n"])</script><script>self.__next_f.push([1,"f:{\"metadata\":[[\"$\",\"title\",\"0\",{\"children\":\"Bit Office\"}],[\"$\",\"meta\",\"1\",{\"name\":\"description\",\"content\":\"Control your AI agents from anywhere\"}],[\"$\",\"link\",\"2\",{\"rel\":\"manifest\",\"href\":\"/manifest.json\",\"crossOrigin\":\"$undefined\"}]],\"error\":null,\"digest\":\"$undefined\"}\n"])</script><script>self.__next_f.push([1,"14:\"$f:metadata\"\n"])</script></body></html>
|
package/dist/web/out/index.txt
CHANGED
|
@@ -1,18 +1,68 @@
|
|
|
1
1
|
1:"$Sreact.fragment"
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
2
|
+
3:I[9653,[],""]
|
|
3
|
+
4:I[1329,[],""]
|
|
4
|
+
7:I[5719,[],""]
|
|
5
|
+
2:T5c9,
|
|
6
|
+
:root {
|
|
7
|
+
--px-bg-deep: #16122a;
|
|
8
|
+
--px-bg-panel: #1e1a30;
|
|
9
|
+
--px-bg-card: #231e38;
|
|
10
|
+
--px-bg-chat: #1a1530;
|
|
11
|
+
--px-border: #3d2e54;
|
|
12
|
+
--px-border-warm: #5a3d14;
|
|
13
|
+
--px-gold: #e8b040;
|
|
14
|
+
--px-gold-dim: #a87820;
|
|
15
|
+
--px-text: #eddcb8;
|
|
16
|
+
--px-text-muted: #9a8a68;
|
|
17
|
+
--px-text-dim: #6a5a48;
|
|
18
|
+
--px-amber: #e0900a;
|
|
19
|
+
--px-amber-bg: rgba(232, 176, 64, 0.14);
|
|
20
|
+
}
|
|
21
|
+
* {
|
|
22
|
+
scrollbar-width: thin;
|
|
23
|
+
scrollbar-color: #5a3d14 #1a1530;
|
|
24
|
+
}
|
|
25
|
+
*::-webkit-scrollbar {
|
|
26
|
+
width: 4px;
|
|
27
|
+
height: 4px;
|
|
28
|
+
}
|
|
29
|
+
*::-webkit-scrollbar-track {
|
|
30
|
+
background: transparent;
|
|
31
|
+
}
|
|
32
|
+
*::-webkit-scrollbar-thumb {
|
|
33
|
+
background: #3d2d10;
|
|
34
|
+
border-radius: 0;
|
|
35
|
+
}
|
|
36
|
+
*::-webkit-scrollbar-thumb:hover {
|
|
37
|
+
background: #e8b040;
|
|
38
|
+
}
|
|
39
|
+
*::-webkit-scrollbar-corner {
|
|
40
|
+
background: transparent;
|
|
41
|
+
}
|
|
42
|
+
.px-font {
|
|
43
|
+
font-family: 'Press Start 2P', monospace;
|
|
44
|
+
}
|
|
45
|
+
@keyframes px-blink {
|
|
46
|
+
0%, 49% { opacity: 1; }
|
|
47
|
+
50%, 100% { opacity: 0; }
|
|
48
|
+
}
|
|
49
|
+
@keyframes px-pulse-gold {
|
|
50
|
+
0%, 100% { box-shadow: 0 0 0 0 rgba(200,155,48,0); }
|
|
51
|
+
50% { box-shadow: 0 0 8px 2px rgba(200,155,48,0.25); }
|
|
52
|
+
}
|
|
53
|
+
0:{"P":null,"b":"gZO52TyDkntI9O-CASzGz","p":"","c":["",""],"i":false,"f":[[["",{"children":["__PAGE__",{}]},"$undefined","$undefined",true],["",["$","$1","c",{"children":[null,["$","html",null,{"lang":"en","children":[["$","head",null,{"children":[["$","meta",null,{"name":"theme-color","content":"#1a1530"}],["$","meta",null,{"name":"viewport","content":"width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no"}],["$","link",null,{"rel":"preconnect","href":"https://fonts.googleapis.com"}],["$","link",null,{"rel":"preconnect","href":"https://fonts.gstatic.com","crossOrigin":"anonymous"}],["$","link",null,{"href":"https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap","rel":"stylesheet"}]]}],["$","body",null,{"style":{"margin":0,"backgroundColor":"#1a1530","color":"#eddcb8","fontFamily":"system-ui, sans-serif"},"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"$2"}}],["$","$L3",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L4",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}],["$","script",null,{"dangerouslySetInnerHTML":{"__html":"\n if ('serviceWorker' in navigator && location.hostname === 'localhost') {\n navigator.serviceWorker.getRegistrations().then(function(regs) {\n for (var r of regs) r.unregister();\n });\n }\n "}}]]}]]}]]}],{"children":["__PAGE__","$L5",{},null,false]},null,false],"$L6",false]],"m":"$undefined","G":["$7",[]],"s":false,"S":true}
|
|
54
|
+
8:I[7868,[],"ClientPageRoot"]
|
|
55
|
+
9:I[8967,["974","static/chunks/app/page-0df5702ab3268617.js"],"default"]
|
|
56
|
+
c:I[9096,[],"OutletBoundary"]
|
|
57
|
+
e:I[913,[],"AsyncMetadataOutlet"]
|
|
58
|
+
10:I[9096,[],"ViewportBoundary"]
|
|
59
|
+
12:I[9096,[],"MetadataBoundary"]
|
|
60
|
+
13:"$Sreact.suspense"
|
|
61
|
+
5:["$","$1","c",{"children":[["$","$L8",null,{"Component":"$9","searchParams":{},"params":{},"promises":["$@a","$@b"]}],null,["$","$Lc",null,{"children":["$Ld",["$","$Le",null,{"promise":"$@f"}]]}]]}]
|
|
62
|
+
6:["$","$1","h",{"children":[null,[["$","$L10",null,{"children":"$L11"}],null],["$","$L12",null,{"children":["$","div",null,{"hidden":true,"children":["$","$13",null,{"fallback":null,"children":"$L14"}]}]}]]}]
|
|
63
|
+
a:{}
|
|
64
|
+
b:"$5:props:children:0:props:params"
|
|
65
|
+
11:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]
|
|
66
|
+
d:null
|
|
67
|
+
f:{"metadata":[["$","title","0",{"children":"Bit Office"}],["$","meta","1",{"name":"description","content":"Control your AI agents from anywhere"}],["$","link","2",{"rel":"manifest","href":"/manifest.json","crossOrigin":"$undefined"}]],"error":null,"digest":"$undefined"}
|
|
68
|
+
14:"$f:metadata"
|
package/dist/web/out/office.html
CHANGED
|
@@ -1,7 +1,55 @@
|
|
|
1
|
-
<!DOCTYPE html><!--
|
|
1
|
+
<!DOCTYPE html><!--gZO52TyDkntI9O_CASzGz--><html lang="en"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/webpack-2f6b11d148fba4ca.js"/><script src="/_next/static/chunks/4d67e943-e6a0fd3b5c397505.js" async=""></script><script src="/_next/static/chunks/977-26ddf708be8caf79.js" async=""></script><script src="/_next/static/chunks/main-app-4f4b0701adf58469.js" async=""></script><script src="/_next/static/chunks/325ca9c7-f84e7e4973790fdf.js" async=""></script><script src="/_next/static/chunks/989-4c2c2b3a6c2f8a4a.js" async=""></script><script src="/_next/static/chunks/app/office/page-308e5b26d0614d2e.js" async=""></script><meta name="theme-color" content="#1a1530"/><link rel="preconnect" href="https://fonts.googleapis.com"/><link rel="preconnect" href="https://fonts.gstatic.com" crossorigin="anonymous"/><title>Bit Office</title><meta name="description" content="Control your AI agents from anywhere"/><link rel="manifest" href="/manifest.json"/><link href="https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap" rel="stylesheet"/><script src="/_next/static/chunks/polyfills-42372ed130431b0a.js" noModule=""></script></head><body style="margin:0;background-color:#1a1530;color:#eddcb8;font-family:system-ui, sans-serif"><div hidden=""><!--$--><!--/$--></div><style>
|
|
2
|
+
:root {
|
|
3
|
+
--px-bg-deep: #16122a;
|
|
4
|
+
--px-bg-panel: #1e1a30;
|
|
5
|
+
--px-bg-card: #231e38;
|
|
6
|
+
--px-bg-chat: #1a1530;
|
|
7
|
+
--px-border: #3d2e54;
|
|
8
|
+
--px-border-warm: #5a3d14;
|
|
9
|
+
--px-gold: #e8b040;
|
|
10
|
+
--px-gold-dim: #a87820;
|
|
11
|
+
--px-text: #eddcb8;
|
|
12
|
+
--px-text-muted: #9a8a68;
|
|
13
|
+
--px-text-dim: #6a5a48;
|
|
14
|
+
--px-amber: #e0900a;
|
|
15
|
+
--px-amber-bg: rgba(232, 176, 64, 0.14);
|
|
16
|
+
}
|
|
17
|
+
* {
|
|
18
|
+
scrollbar-width: thin;
|
|
19
|
+
scrollbar-color: #5a3d14 #1a1530;
|
|
20
|
+
}
|
|
21
|
+
*::-webkit-scrollbar {
|
|
22
|
+
width: 4px;
|
|
23
|
+
height: 4px;
|
|
24
|
+
}
|
|
25
|
+
*::-webkit-scrollbar-track {
|
|
26
|
+
background: transparent;
|
|
27
|
+
}
|
|
28
|
+
*::-webkit-scrollbar-thumb {
|
|
29
|
+
background: #3d2d10;
|
|
30
|
+
border-radius: 0;
|
|
31
|
+
}
|
|
32
|
+
*::-webkit-scrollbar-thumb:hover {
|
|
33
|
+
background: #e8b040;
|
|
34
|
+
}
|
|
35
|
+
*::-webkit-scrollbar-corner {
|
|
36
|
+
background: transparent;
|
|
37
|
+
}
|
|
38
|
+
.px-font {
|
|
39
|
+
font-family: 'Press Start 2P', monospace;
|
|
40
|
+
}
|
|
41
|
+
@keyframes px-blink {
|
|
42
|
+
0%, 49% { opacity: 1; }
|
|
43
|
+
50%, 100% { opacity: 0; }
|
|
44
|
+
}
|
|
45
|
+
@keyframes px-pulse-gold {
|
|
46
|
+
0%, 100% { box-shadow: 0 0 0 0 rgba(200,155,48,0); }
|
|
47
|
+
50% { box-shadow: 0 0 8px 2px rgba(200,155,48,0.25); }
|
|
48
|
+
}
|
|
49
|
+
</style><div style="height:100vh;width:100vw;position:relative;overflow:hidden;display:flex"><div style="flex:1;position:relative;min-width:0"><!--$!--><template data-dgst="BAILOUT_TO_CLIENT_SIDE_RENDERING"></template><!--/$--><div style="position:absolute;top:0;left:0;right:0;z-index:10;padding:10px 16px;display:flex;align-items:center;gap:12px;background:linear-gradient(to bottom, rgba(22,18,42,0.90) 0%, rgba(22,18,42,0) 100%);pointer-events:none"><div style="display:flex;align-items:center;gap:10px;pointer-events:auto"><h1 class="px-font" style="font-size:11px;margin:0;color:#e8b040;text-shadow:2px 2px 0px rgba(0,0,0,0.8), 0 0 12px rgba(200,155,48,0.3);letter-spacing:0.05em">Bit Office</h1><span style="font-size:9px;padding:3px 7px;border:1px solid #5c1a1a;background-color:#3e1818;color:#e04848;font-family:monospace;letter-spacing:0.05em">● OFFLINE</span></div></div><!--$!--><template data-dgst="BAILOUT_TO_CLIENT_SIDE_RENDERING"></template><!--/$--></div><div style="width:33vw;min-width:300px;max-width:500px;flex-shrink:0;height:100vh;background-color:#1e1a30;border-left:2px solid #3d2e54;display:flex;flex-direction:column;overflow:hidden"><div style="padding:8px 10px 6px;flex-shrink:0;border-bottom:1px solid #2e2448"><div style="display:flex;gap:0;margin-bottom:8px;border:1px solid #3d2e54;overflow:hidden"><button style="flex:1;padding:8px 6px;font-size:10px;font-weight:700;border:none;cursor:pointer;border-right:1px solid #3d2e54;background-color:#382800;color:#e8b040;font-family:'Press Start 2P', monospace;letter-spacing:0.03em;box-shadow:inset 0 -2px 0 #e8b040">Agents</button><button style="flex:1;padding:8px 6px;font-size:10px;font-weight:700;border:none;cursor:pointer;background-color:#1a1530;color:#6a5848;position:relative;font-family:'Press Start 2P', monospace;letter-spacing:0.03em;box-shadow:none">Team</button></div><div style="display:flex;gap:6px"><button style="flex:1;padding:7px 6px;border:1px solid #e8b04060;background-color:transparent;color:#e8b040;font-size:10px;font-weight:700;cursor:pointer;font-family:'Press Start 2P', monospace;letter-spacing:0.03em">+ Hire</button><button style="flex:1;padding:7px 6px;border:1px solid #e8903070;background-color:transparent;color:#e89030;font-size:10px;font-weight:700;cursor:pointer;font-family:'Press Start 2P', monospace;letter-spacing:0.03em">+ Team</button></div></div><div style="flex:1;overflow-y:auto;padding:4px 0;display:block"></div></div></div><!--$--><!--/$--><script>
|
|
2
50
|
if ('serviceWorker' in navigator && location.hostname === 'localhost') {
|
|
3
51
|
navigator.serviceWorker.getRegistrations().then(function(regs) {
|
|
4
52
|
for (var r of regs) r.unregister();
|
|
5
53
|
});
|
|
6
54
|
}
|
|
7
|
-
</script><script src="/_next/static/chunks/webpack-
|
|
55
|
+
</script><script src="/_next/static/chunks/webpack-2f6b11d148fba4ca.js" id="_R_" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0])</script><script>self.__next_f.push([1,"1:\"$Sreact.fragment\"\n3:I[9653,[],\"\"]\n4:I[1329,[],\"\"]\n8:I[5719,[],\"\"]\n2:T5c9,"])</script><script>self.__next_f.push([1,"\n :root {\n --px-bg-deep: #16122a;\n --px-bg-panel: #1e1a30;\n --px-bg-card: #231e38;\n --px-bg-chat: #1a1530;\n --px-border: #3d2e54;\n --px-border-warm: #5a3d14;\n --px-gold: #e8b040;\n --px-gold-dim: #a87820;\n --px-text: #eddcb8;\n --px-text-muted: #9a8a68;\n --px-text-dim: #6a5a48;\n --px-amber: #e0900a;\n --px-amber-bg: rgba(232, 176, 64, 0.14);\n }\n * {\n scrollbar-width: thin;\n scrollbar-color: #5a3d14 #1a1530;\n }\n *::-webkit-scrollbar {\n width: 4px;\n height: 4px;\n }\n *::-webkit-scrollbar-track {\n background: transparent;\n }\n *::-webkit-scrollbar-thumb {\n background: #3d2d10;\n border-radius: 0;\n }\n *::-webkit-scrollbar-thumb:hover {\n background: #e8b040;\n }\n *::-webkit-scrollbar-corner {\n background: transparent;\n }\n .px-font {\n font-family: 'Press Start 2P', monospace;\n }\n @keyframes px-blink {\n 0%, 49% { opacity: 1; }\n 50%, 100% { opacity: 0; }\n }\n @keyframes px-pulse-gold {\n 0%, 100% { box-shadow: 0 0 0 0 rgba(200,155,48,0); }\n 50% { box-shadow: 0 0 8px 2px rgba(200,155,48,0.25); }\n }\n "])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"b\":\"gZO52TyDkntI9O-CASzGz\",\"p\":\"\",\"c\":[\"\",\"office\"],\"i\":false,\"f\":[[[\"\",{\"children\":[\"office\",{\"children\":[\"__PAGE__\",{}]}]},\"$undefined\",\"$undefined\",true],[\"\",[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"html\",null,{\"lang\":\"en\",\"children\":[[\"$\",\"head\",null,{\"children\":[[\"$\",\"meta\",null,{\"name\":\"theme-color\",\"content\":\"#1a1530\"}],[\"$\",\"meta\",null,{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no\"}],[\"$\",\"link\",null,{\"rel\":\"preconnect\",\"href\":\"https://fonts.googleapis.com\"}],[\"$\",\"link\",null,{\"rel\":\"preconnect\",\"href\":\"https://fonts.gstatic.com\",\"crossOrigin\":\"anonymous\"}],[\"$\",\"link\",null,{\"href\":\"https://fonts.googleapis.com/css2?family=Press+Start+2P\u0026display=swap\",\"rel\":\"stylesheet\"}]]}],[\"$\",\"body\",null,{\"style\":{\"margin\":0,\"backgroundColor\":\"#1a1530\",\"color\":\"#eddcb8\",\"fontFamily\":\"system-ui, sans-serif\"},\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"$2\"}}],[\"$\",\"$L3\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L4\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":[[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"textAlign\":\"center\",\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\"},\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":{\"display\":\"inline-block\",\"margin\":\"0 20px 0 0\",\"padding\":\"0 23px 0 0\",\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\",\"lineHeight\":\"49px\"},\"children\":404}],[\"$\",\"div\",null,{\"style\":{\"display\":\"inline-block\"},\"children\":[\"$\",\"h2\",null,{\"style\":{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"49px\",\"margin\":0},\"children\":\"This page could not be found.\"}]}]]}]}]],[]],\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}],[\"$\",\"script\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"\\n if ('serviceWorker' in navigator \u0026\u0026 location.hostname === 'localhost') {\\n navigator.serviceWorker.getRegistrations().then(function(regs) {\\n for (var r of regs) r.unregister();\\n });\\n }\\n \"}}]]}]]}]]}],{\"children\":[\"office\",\"$L5\",{\"children\":[\"__PAGE__\",\"$L6\",{},null,false]},null,false]},null,false],\"$L7\",false]],\"m\":\"$undefined\",\"G\":[\"$8\",[]],\"s\":false,\"S\":true}\n"])</script><script>self.__next_f.push([1,"9:I[7868,[],\"ClientPageRoot\"]\na:I[6180,[\"284\",\"static/chunks/325ca9c7-f84e7e4973790fdf.js\",\"989\",\"static/chunks/989-4c2c2b3a6c2f8a4a.js\",\"823\",\"static/chunks/app/office/page-308e5b26d0614d2e.js\"],\"default\"]\nd:I[9096,[],\"OutletBoundary\"]\nf:I[913,[],\"AsyncMetadataOutlet\"]\n11:I[9096,[],\"ViewportBoundary\"]\n13:I[9096,[],\"MetadataBoundary\"]\n14:\"$Sreact.suspense\"\n5:[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L3\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L4\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}]\n6:[\"$\",\"$1\",\"c\",{\"children\":[[\"$\",\"$L9\",null,{\"Component\":\"$a\",\"searchParams\":{},\"params\":{},\"promises\":[\"$@b\",\"$@c\"]}],null,[\"$\",\"$Ld\",null,{\"children\":[\"$Le\",[\"$\",\"$Lf\",null,{\"promise\":\"$@10\"}]]}]]}]\n7:[\"$\",\"$1\",\"h\",{\"children\":[null,[[\"$\",\"$L11\",null,{\"children\":\"$L12\"}],null],[\"$\",\"$L13\",null,{\"children\":[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$14\",null,{\"fallback\":null,\"children\":\"$L15\"}]}]}]]}]\n"])</script><script>self.__next_f.push([1,"b:{}\nc:\"$6:props:children:0:props:params\"\n"])</script><script>self.__next_f.push([1,"12:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}]]\ne:null\n"])</script><script>self.__next_f.push([1,"10:{\"metadata\":[[\"$\",\"title\",\"0\",{\"children\":\"Bit Office\"}],[\"$\",\"meta\",\"1\",{\"name\":\"description\",\"content\":\"Control your AI agents from anywhere\"}],[\"$\",\"link\",\"2\",{\"rel\":\"manifest\",\"href\":\"/manifest.json\",\"crossOrigin\":\"$undefined\"}]],\"error\":null,\"digest\":\"$undefined\"}\n"])</script><script>self.__next_f.push([1,"15:\"$10:metadata\"\n"])</script></body></html>
|
package/dist/web/out/office.txt
CHANGED
|
@@ -1,18 +1,69 @@
|
|
|
1
1
|
1:"$Sreact.fragment"
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
2
|
+
3:I[9653,[],""]
|
|
3
|
+
4:I[1329,[],""]
|
|
4
|
+
8:I[5719,[],""]
|
|
5
|
+
2:T5c9,
|
|
6
|
+
:root {
|
|
7
|
+
--px-bg-deep: #16122a;
|
|
8
|
+
--px-bg-panel: #1e1a30;
|
|
9
|
+
--px-bg-card: #231e38;
|
|
10
|
+
--px-bg-chat: #1a1530;
|
|
11
|
+
--px-border: #3d2e54;
|
|
12
|
+
--px-border-warm: #5a3d14;
|
|
13
|
+
--px-gold: #e8b040;
|
|
14
|
+
--px-gold-dim: #a87820;
|
|
15
|
+
--px-text: #eddcb8;
|
|
16
|
+
--px-text-muted: #9a8a68;
|
|
17
|
+
--px-text-dim: #6a5a48;
|
|
18
|
+
--px-amber: #e0900a;
|
|
19
|
+
--px-amber-bg: rgba(232, 176, 64, 0.14);
|
|
20
|
+
}
|
|
21
|
+
* {
|
|
22
|
+
scrollbar-width: thin;
|
|
23
|
+
scrollbar-color: #5a3d14 #1a1530;
|
|
24
|
+
}
|
|
25
|
+
*::-webkit-scrollbar {
|
|
26
|
+
width: 4px;
|
|
27
|
+
height: 4px;
|
|
28
|
+
}
|
|
29
|
+
*::-webkit-scrollbar-track {
|
|
30
|
+
background: transparent;
|
|
31
|
+
}
|
|
32
|
+
*::-webkit-scrollbar-thumb {
|
|
33
|
+
background: #3d2d10;
|
|
34
|
+
border-radius: 0;
|
|
35
|
+
}
|
|
36
|
+
*::-webkit-scrollbar-thumb:hover {
|
|
37
|
+
background: #e8b040;
|
|
38
|
+
}
|
|
39
|
+
*::-webkit-scrollbar-corner {
|
|
40
|
+
background: transparent;
|
|
41
|
+
}
|
|
42
|
+
.px-font {
|
|
43
|
+
font-family: 'Press Start 2P', monospace;
|
|
44
|
+
}
|
|
45
|
+
@keyframes px-blink {
|
|
46
|
+
0%, 49% { opacity: 1; }
|
|
47
|
+
50%, 100% { opacity: 0; }
|
|
48
|
+
}
|
|
49
|
+
@keyframes px-pulse-gold {
|
|
50
|
+
0%, 100% { box-shadow: 0 0 0 0 rgba(200,155,48,0); }
|
|
51
|
+
50% { box-shadow: 0 0 8px 2px rgba(200,155,48,0.25); }
|
|
52
|
+
}
|
|
53
|
+
0:{"P":null,"b":"gZO52TyDkntI9O-CASzGz","p":"","c":["","office"],"i":false,"f":[[["",{"children":["office",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",true],["",["$","$1","c",{"children":[null,["$","html",null,{"lang":"en","children":[["$","head",null,{"children":[["$","meta",null,{"name":"theme-color","content":"#1a1530"}],["$","meta",null,{"name":"viewport","content":"width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no"}],["$","link",null,{"rel":"preconnect","href":"https://fonts.googleapis.com"}],["$","link",null,{"rel":"preconnect","href":"https://fonts.gstatic.com","crossOrigin":"anonymous"}],["$","link",null,{"href":"https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap","rel":"stylesheet"}]]}],["$","body",null,{"style":{"margin":0,"backgroundColor":"#1a1530","color":"#eddcb8","fontFamily":"system-ui, sans-serif"},"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"$2"}}],["$","$L3",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L4",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}],["$","script",null,{"dangerouslySetInnerHTML":{"__html":"\n if ('serviceWorker' in navigator && location.hostname === 'localhost') {\n navigator.serviceWorker.getRegistrations().then(function(regs) {\n for (var r of regs) r.unregister();\n });\n }\n "}}]]}]]}]]}],{"children":["office","$L5",{"children":["__PAGE__","$L6",{},null,false]},null,false]},null,false],"$L7",false]],"m":"$undefined","G":["$8",[]],"s":false,"S":true}
|
|
54
|
+
9:I[7868,[],"ClientPageRoot"]
|
|
55
|
+
a:I[6180,["284","static/chunks/325ca9c7-f84e7e4973790fdf.js","989","static/chunks/989-4c2c2b3a6c2f8a4a.js","823","static/chunks/app/office/page-308e5b26d0614d2e.js"],"default"]
|
|
56
|
+
d:I[9096,[],"OutletBoundary"]
|
|
57
|
+
f:I[913,[],"AsyncMetadataOutlet"]
|
|
58
|
+
11:I[9096,[],"ViewportBoundary"]
|
|
59
|
+
13:I[9096,[],"MetadataBoundary"]
|
|
60
|
+
14:"$Sreact.suspense"
|
|
61
|
+
5:["$","$1","c",{"children":[null,["$","$L3",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L4",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}]
|
|
62
|
+
6:["$","$1","c",{"children":[["$","$L9",null,{"Component":"$a","searchParams":{},"params":{},"promises":["$@b","$@c"]}],null,["$","$Ld",null,{"children":["$Le",["$","$Lf",null,{"promise":"$@10"}]]}]]}]
|
|
63
|
+
7:["$","$1","h",{"children":[null,[["$","$L11",null,{"children":"$L12"}],null],["$","$L13",null,{"children":["$","div",null,{"hidden":true,"children":["$","$14",null,{"fallback":null,"children":"$L15"}]}]}]]}]
|
|
64
|
+
b:{}
|
|
65
|
+
c:"$6:props:children:0:props:params"
|
|
66
|
+
12:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]
|
|
67
|
+
e:null
|
|
68
|
+
10:{"metadata":[["$","title","0",{"children":"Bit Office"}],["$","meta","1",{"name":"description","content":"Control your AI agents from anywhere"}],["$","link","2",{"rel":"manifest","href":"/manifest.json","crossOrigin":"$undefined"}]],"error":null,"digest":"$undefined"}
|
|
69
|
+
15:"$10:metadata"
|
package/dist/web/out/pair.html
CHANGED
|
@@ -1,7 +1,55 @@
|
|
|
1
|
-
<!DOCTYPE html><!--
|
|
1
|
+
<!DOCTYPE html><!--gZO52TyDkntI9O_CASzGz--><html lang="en"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/webpack-2f6b11d148fba4ca.js"/><script src="/_next/static/chunks/4d67e943-e6a0fd3b5c397505.js" async=""></script><script src="/_next/static/chunks/977-26ddf708be8caf79.js" async=""></script><script src="/_next/static/chunks/main-app-4f4b0701adf58469.js" async=""></script><script src="/_next/static/chunks/app/pair/page-184bbadaef147894.js" async=""></script><meta name="theme-color" content="#1a1530"/><link rel="preconnect" href="https://fonts.googleapis.com"/><link rel="preconnect" href="https://fonts.gstatic.com" crossorigin="anonymous"/><title>Bit Office</title><meta name="description" content="Control your AI agents from anywhere"/><link rel="manifest" href="/manifest.json"/><link href="https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap" rel="stylesheet"/><script src="/_next/static/chunks/polyfills-42372ed130431b0a.js" noModule=""></script></head><body style="margin:0;background-color:#1a1530;color:#eddcb8;font-family:system-ui, sans-serif"><div hidden=""><!--$--><!--/$--></div><style>
|
|
2
|
+
:root {
|
|
3
|
+
--px-bg-deep: #16122a;
|
|
4
|
+
--px-bg-panel: #1e1a30;
|
|
5
|
+
--px-bg-card: #231e38;
|
|
6
|
+
--px-bg-chat: #1a1530;
|
|
7
|
+
--px-border: #3d2e54;
|
|
8
|
+
--px-border-warm: #5a3d14;
|
|
9
|
+
--px-gold: #e8b040;
|
|
10
|
+
--px-gold-dim: #a87820;
|
|
11
|
+
--px-text: #eddcb8;
|
|
12
|
+
--px-text-muted: #9a8a68;
|
|
13
|
+
--px-text-dim: #6a5a48;
|
|
14
|
+
--px-amber: #e0900a;
|
|
15
|
+
--px-amber-bg: rgba(232, 176, 64, 0.14);
|
|
16
|
+
}
|
|
17
|
+
* {
|
|
18
|
+
scrollbar-width: thin;
|
|
19
|
+
scrollbar-color: #5a3d14 #1a1530;
|
|
20
|
+
}
|
|
21
|
+
*::-webkit-scrollbar {
|
|
22
|
+
width: 4px;
|
|
23
|
+
height: 4px;
|
|
24
|
+
}
|
|
25
|
+
*::-webkit-scrollbar-track {
|
|
26
|
+
background: transparent;
|
|
27
|
+
}
|
|
28
|
+
*::-webkit-scrollbar-thumb {
|
|
29
|
+
background: #3d2d10;
|
|
30
|
+
border-radius: 0;
|
|
31
|
+
}
|
|
32
|
+
*::-webkit-scrollbar-thumb:hover {
|
|
33
|
+
background: #e8b040;
|
|
34
|
+
}
|
|
35
|
+
*::-webkit-scrollbar-corner {
|
|
36
|
+
background: transparent;
|
|
37
|
+
}
|
|
38
|
+
.px-font {
|
|
39
|
+
font-family: 'Press Start 2P', monospace;
|
|
40
|
+
}
|
|
41
|
+
@keyframes px-blink {
|
|
42
|
+
0%, 49% { opacity: 1; }
|
|
43
|
+
50%, 100% { opacity: 0; }
|
|
44
|
+
}
|
|
45
|
+
@keyframes px-pulse-gold {
|
|
46
|
+
0%, 100% { box-shadow: 0 0 0 0 rgba(200,155,48,0); }
|
|
47
|
+
50% { box-shadow: 0 0 8px 2px rgba(200,155,48,0.25); }
|
|
48
|
+
}
|
|
49
|
+
</style><div style="display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;padding:24px"><h1 style="font-size:28px;margin-bottom:8px">Bit Office</h1><p style="color:#666;font-size:14px">Connecting...</p></div><!--$--><!--/$--><script>
|
|
2
50
|
if ('serviceWorker' in navigator && location.hostname === 'localhost') {
|
|
3
51
|
navigator.serviceWorker.getRegistrations().then(function(regs) {
|
|
4
52
|
for (var r of regs) r.unregister();
|
|
5
53
|
});
|
|
6
54
|
}
|
|
7
|
-
</script><script src="/_next/static/chunks/webpack-
|
|
55
|
+
</script><script src="/_next/static/chunks/webpack-2f6b11d148fba4ca.js" id="_R_" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0])</script><script>self.__next_f.push([1,"1:\"$Sreact.fragment\"\n3:I[9653,[],\"\"]\n4:I[1329,[],\"\"]\n8:I[5719,[],\"\"]\n2:T5c9,"])</script><script>self.__next_f.push([1,"\n :root {\n --px-bg-deep: #16122a;\n --px-bg-panel: #1e1a30;\n --px-bg-card: #231e38;\n --px-bg-chat: #1a1530;\n --px-border: #3d2e54;\n --px-border-warm: #5a3d14;\n --px-gold: #e8b040;\n --px-gold-dim: #a87820;\n --px-text: #eddcb8;\n --px-text-muted: #9a8a68;\n --px-text-dim: #6a5a48;\n --px-amber: #e0900a;\n --px-amber-bg: rgba(232, 176, 64, 0.14);\n }\n * {\n scrollbar-width: thin;\n scrollbar-color: #5a3d14 #1a1530;\n }\n *::-webkit-scrollbar {\n width: 4px;\n height: 4px;\n }\n *::-webkit-scrollbar-track {\n background: transparent;\n }\n *::-webkit-scrollbar-thumb {\n background: #3d2d10;\n border-radius: 0;\n }\n *::-webkit-scrollbar-thumb:hover {\n background: #e8b040;\n }\n *::-webkit-scrollbar-corner {\n background: transparent;\n }\n .px-font {\n font-family: 'Press Start 2P', monospace;\n }\n @keyframes px-blink {\n 0%, 49% { opacity: 1; }\n 50%, 100% { opacity: 0; }\n }\n @keyframes px-pulse-gold {\n 0%, 100% { box-shadow: 0 0 0 0 rgba(200,155,48,0); }\n 50% { box-shadow: 0 0 8px 2px rgba(200,155,48,0.25); }\n }\n "])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"b\":\"gZO52TyDkntI9O-CASzGz\",\"p\":\"\",\"c\":[\"\",\"pair\"],\"i\":false,\"f\":[[[\"\",{\"children\":[\"pair\",{\"children\":[\"__PAGE__\",{}]}]},\"$undefined\",\"$undefined\",true],[\"\",[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"html\",null,{\"lang\":\"en\",\"children\":[[\"$\",\"head\",null,{\"children\":[[\"$\",\"meta\",null,{\"name\":\"theme-color\",\"content\":\"#1a1530\"}],[\"$\",\"meta\",null,{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no\"}],[\"$\",\"link\",null,{\"rel\":\"preconnect\",\"href\":\"https://fonts.googleapis.com\"}],[\"$\",\"link\",null,{\"rel\":\"preconnect\",\"href\":\"https://fonts.gstatic.com\",\"crossOrigin\":\"anonymous\"}],[\"$\",\"link\",null,{\"href\":\"https://fonts.googleapis.com/css2?family=Press+Start+2P\u0026display=swap\",\"rel\":\"stylesheet\"}]]}],[\"$\",\"body\",null,{\"style\":{\"margin\":0,\"backgroundColor\":\"#1a1530\",\"color\":\"#eddcb8\",\"fontFamily\":\"system-ui, sans-serif\"},\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"$2\"}}],[\"$\",\"$L3\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L4\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":[[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"textAlign\":\"center\",\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\"},\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":{\"display\":\"inline-block\",\"margin\":\"0 20px 0 0\",\"padding\":\"0 23px 0 0\",\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\",\"lineHeight\":\"49px\"},\"children\":404}],[\"$\",\"div\",null,{\"style\":{\"display\":\"inline-block\"},\"children\":[\"$\",\"h2\",null,{\"style\":{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"49px\",\"margin\":0},\"children\":\"This page could not be found.\"}]}]]}]}]],[]],\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}],[\"$\",\"script\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"\\n if ('serviceWorker' in navigator \u0026\u0026 location.hostname === 'localhost') {\\n navigator.serviceWorker.getRegistrations().then(function(regs) {\\n for (var r of regs) r.unregister();\\n });\\n }\\n \"}}]]}]]}]]}],{\"children\":[\"pair\",\"$L5\",{\"children\":[\"__PAGE__\",\"$L6\",{},null,false]},null,false]},null,false],\"$L7\",false]],\"m\":\"$undefined\",\"G\":[\"$8\",[]],\"s\":false,\"S\":true}\n"])</script><script>self.__next_f.push([1,"9:I[7868,[],\"ClientPageRoot\"]\na:I[9600,[\"863\",\"static/chunks/app/pair/page-184bbadaef147894.js\"],\"default\"]\nd:I[9096,[],\"OutletBoundary\"]\nf:I[913,[],\"AsyncMetadataOutlet\"]\n11:I[9096,[],\"ViewportBoundary\"]\n13:I[9096,[],\"MetadataBoundary\"]\n14:\"$Sreact.suspense\"\n5:[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L3\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L4\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}]\n6:[\"$\",\"$1\",\"c\",{\"children\":[[\"$\",\"$L9\",null,{\"Component\":\"$a\",\"searchParams\":{},\"params\":{},\"promises\":[\"$@b\",\"$@c\"]}],null,[\"$\",\"$Ld\",null,{\"children\":[\"$Le\",[\"$\",\"$Lf\",null,{\"promise\":\"$@10\"}]]}]]}]\n7:[\"$\",\"$1\",\"h\",{\"children\":[null,[[\"$\",\"$L11\",null,{\"children\":\"$L12\"}],null],[\"$\",\"$L13\",null,{\"children\":[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$14\",null,{\"fallback\":null,\"children\":\"$L15\"}]}]}]]}]\n"])</script><script>self.__next_f.push([1,"b:{}\nc:\"$6:props:children:0:props:params\"\n"])</script><script>self.__next_f.push([1,"12:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}]]\ne:null\n"])</script><script>self.__next_f.push([1,"10:{\"metadata\":[[\"$\",\"title\",\"0\",{\"children\":\"Bit Office\"}],[\"$\",\"meta\",\"1\",{\"name\":\"description\",\"content\":\"Control your AI agents from anywhere\"}],[\"$\",\"link\",\"2\",{\"rel\":\"manifest\",\"href\":\"/manifest.json\",\"crossOrigin\":\"$undefined\"}]],\"error\":null,\"digest\":\"$undefined\"}\n"])</script><script>self.__next_f.push([1,"15:\"$10:metadata\"\n"])</script></body></html>
|