1
0
mirror of https://shylinux.com/x/ContextOS synced 2025-04-25 16:58:06 +08:00
This commit is contained in:
IT 老营长 @云轩领航-创始人 2024-03-12 09:51:57 +08:00
parent 519340e2fb
commit 3ff9cb91dd
3 changed files with 39 additions and 23 deletions

22
go.mod
View File

@ -2,17 +2,17 @@ module shylinux.com/x/contexts
go 1.13
// replace (
// shylinux.com/x/go-git/v5 => ./usr/go-git
// shylinux.com/x/go-qrcode => ./usr/go-qrcode
// shylinux.com/x/websocket => ./usr/websocket
// )
//
// replace (
// shylinux.com/x/ice => ./usr/release
// shylinux.com/x/icebergs => ./usr/icebergs
// shylinux.com/x/toolkits => ./usr/toolkits
// )
replace (
shylinux.com/x/go-git/v5 => ./usr/go-git
shylinux.com/x/go-qrcode => ./usr/go-qrcode
shylinux.com/x/websocket => ./usr/websocket
)
replace (
shylinux.com/x/ice => ./usr/release
shylinux.com/x/icebergs => ./usr/icebergs
shylinux.com/x/toolkits => ./usr/toolkits
)
require (
shylinux.com/x/ice v1.4.8

View File

@ -1,13 +1,29 @@
fieldset.web.code.docker.studio>div.output>fieldset { margin:0; }
fieldset.web.code.docker.studio>div.output>fieldset>legend { display:none; }
fieldset.web.code.docker.studio>div.output>fieldset>form.option>div:first-child { margin-left:var(--button-margin); }
fieldset.web.chat.macos.desktop.cmd>div.output>fieldset.macos.dock { z-index:11; }
fieldset.web.chat.wx.scan>div.output>table.content tr.expired { color:var(--disable-fg-color); }
fieldset.web.chat.wx.ide>div.output>table.content tr.current { background-color:var(--hover-bg-color); }
fieldset.web.mall.region>div.output>table.content td:nth-child(3) { text-align:right; }
fieldset.web.mall.region>div.output>table.content td:nth-child(4) { text-align:right; }
fieldset.web.mall.region>div.output>table.content td:nth-child(5) { text-align:right; }
fieldset.web.mall.region>div.output>fieldset.web.mall.region.float>div.action { display:none; }
@media (prefers-color-scheme: light) {
body {
--plugin-bg-color:white; --plugin-fg-color:black;
--code-comment:green; --code-keyword:darkblue;
--code-function:darkcyan; --code-constant:gray; --code-string:brown;
--code-object:purple; --code-datatype:cornflowerblue; --code-package:blue;
}
}
@media (prefers-color-scheme: dark) {
body {
--plugin-bg-color:black; --plugin-fg-color:silver;
--code-comment:green; --code-keyword:royalblue;
--code-function:lightgreen; --code-constant:gray; --code-string:orange;
--code-object:silver; --code-datatype:lavender; --code-package:blue;
}
}
body {
--code-bg-color:black; --code-fg-color:silver;
--notice-bg-color:blue; --notice-fg-color:white;
--danger-bg-color:red; --danger-fg-color:var(--notice-fg-color);
--disable-fg-color:gray; --progress-bg-color:var(--danger-bg-color);
--hover-bg-color:#5066b961; --hover-fg-color:var(--notice-fg-color);
--body-font-family:sans-serif; --code-font-family:monospace;
--project-width:230px; --river-width:var(--project-width);
--float-height:480px; --float-width:1200px; --desktop-icon-size:80px;
}
body.cmd.white { background-color:#cadef7; }
body.cmd.black { background-color:#0d3e7d; }
body.cmd.yellow { background-color:#0d3e7d; }

View File

@ -3,10 +3,10 @@
<head>
<meta name="viewport" content="width=device-width,user-scalable=no">
<meta charset="utf-8"><title>volcanos</title>
<link href="/require/src/main.ico{{.Option "version"}}" rel="shortcut icon" type="image/ico">
<link href="/require/src/main.css{{.Option "version"}}" rel="stylesheet">
<link href="/volcanos/index.css{{.Option "version"}}" rel="stylesheet">
<link href="/volcanos/page/cache.css{{.Option "version"}}" rel="stylesheet">
<link href="/require/src/main.css{{.Option "version"}}" rel="stylesheet">
<link href="/require/src/main.ico{{.Option "version"}}" rel="shortcut icon" type="image/ico">
</head>
<body>
<script>_version = "{{.Option "version"}}"</script>