forked from x/ContextOS
opt desktop
This commit is contained in:
parent
fa042bf109
commit
0d807e22f3
@ -63,6 +63,7 @@ Volcanos("user", {_trans: kit.Dict("_week_header", ["周日", "周一", "周二"
|
|||||||
mall.GOODS, "商品",
|
mall.GOODS, "商品",
|
||||||
team.ASSET, "资产",
|
team.ASSET, "资产",
|
||||||
mall.PRICE, "单价", mall.UNITS, "单位", mall.AMOUNT, "总价",
|
mall.PRICE, "单价", mall.UNITS, "单位", mall.AMOUNT, "总价",
|
||||||
html.HEIGHT, "高度", html.MARGIN, "边距", html.SPEED, "速度",
|
html.HEIGHT, "高度", html.WIDTH, "宽度",
|
||||||
|
html.MARGIN, "边距", html.SPEED, "速度",
|
||||||
),
|
),
|
||||||
)})
|
)})
|
||||||
|
@ -9,3 +9,4 @@ body.light {
|
|||||||
--code-function:darkcyan; --code-constant:gray; --code-string:brown;
|
--code-function:darkcyan; --code-constant:gray; --code-string:brown;
|
||||||
--code-object:purple; --code-datatype:cornflowerblue; --code-package:blue;
|
--code-object:purple; --code-datatype:cornflowerblue; --code-package:blue;
|
||||||
}
|
}
|
||||||
|
body.light fieldset.macos.desktop>div.output>div.desktop>div.item>div.name { color:white; }
|
||||||
|
@ -13,3 +13,4 @@ body.white fieldset.panel:not(.main):not(.auto) input::placeholder { color:gray;
|
|||||||
body.white fieldset.panel.auto { background-color:var(--plugin-bg-color); color:var(--plugin-fg-color); }
|
body.white fieldset.panel.auto { background-color:var(--plugin-bg-color); color:var(--plugin-fg-color); }
|
||||||
body.white fieldset.panel.auto>div.output { background-color:var(--plugin-bg-color); color:var(--plugin-fg-color); }
|
body.white fieldset.panel.auto>div.output { background-color:var(--plugin-bg-color); color:var(--plugin-fg-color); }
|
||||||
body.white fieldset.panel.auto>div.output a { color:var(--plugin-fg-color); }
|
body.white fieldset.panel.auto>div.output a { color:var(--plugin-fg-color); }
|
||||||
|
body.white fieldset.macos.desktop>div.output>div.desktop>div.item>div.name { color:white; }
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<meta name="viewport" content="width=device-width,user-scalable=no">
|
<meta name="viewport" content="width=device-width,user-scalable=no">
|
||||||
<meta charset="utf-8"><title>volcanos</title>
|
<meta charset="utf-8"><title>volcanos</title>
|
||||||
<link href="/volcanos/favicon.ico" rel="shortcut icon" type="image/ico">
|
<link href="/require/src/template/web/favicon.ico{{.Option "version"}}" rel="shortcut icon" type="image/ico">
|
||||||
<link href="/volcanos/index.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="/volcanos/page/cache.css{{.Option "version"}}" rel="stylesheet">
|
||||||
</head>
|
</head>
|
||||||
|
BIN
src/template/web/favicon.ico
Normal file
BIN
src/template/web/favicon.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 66 KiB |
@ -3,7 +3,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<meta name="viewport" content="width=device-width,user-scalable=no">
|
<meta name="viewport" content="width=device-width,user-scalable=no">
|
||||||
<meta charset="utf-8"><title>volcanos</title>
|
<meta charset="utf-8"><title>volcanos</title>
|
||||||
<link href="/volcanos/favicon.ico" rel="shortcut icon" type="image/ico">
|
<link href="/require/src/template/web/favicon.ico{{.Option "version"}}" rel="shortcut icon" type="image/ico">
|
||||||
<link href="/volcanos/index.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="/volcanos/page/cache.css{{.Option "version"}}" rel="stylesheet">
|
||||||
</head>
|
</head>
|
||||||
|
@ -1,4 +1,12 @@
|
|||||||
{
|
{
|
||||||
|
"2d2024fa581afbb29493d9ef6ac9547d": {
|
||||||
|
"meta": {
|
||||||
|
"name": "main.shy",
|
||||||
|
"text": "src/main.shy",
|
||||||
|
"time": "2023-11-25 22:33:27.378",
|
||||||
|
"type": "shy"
|
||||||
|
}
|
||||||
|
},
|
||||||
"587b333f5a591d4a52845b65296051af": {
|
"587b333f5a591d4a52845b65296051af": {
|
||||||
"meta": {
|
"meta": {
|
||||||
"name": "wx.shy",
|
"name": "wx.shy",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user