forked from x/icebergs
opt some
This commit is contained in:
parent
5d1f998cdd
commit
66d0aaf688
@ -24,7 +24,7 @@ func _binpack_file(m *ice.Message, w io.Writer, arg ...string) {
|
||||
return
|
||||
}
|
||||
switch arg[0] {
|
||||
case ice.SRC_VERSION_GO, ice.SRC_BINPACK_GO:
|
||||
case ice.GO_MOD, ice.GO_SUM, ice.SRC_VERSION_GO, ice.SRC_BINPACK_GO:
|
||||
return
|
||||
case ice.ETC_LOCAL_SHY:
|
||||
fmt.Fprintf(w, " \"%s\": \"%s\",\n", kit.Select(arg[0], arg, 1), "")
|
||||
@ -66,7 +66,7 @@ func _binpack_all(m *ice.Message) {
|
||||
list[path.Join(kit.Slice(ls, 1, -1)...)] = ""
|
||||
default:
|
||||
p := path.Join(cache, path.Join(kit.Slice(ls, 1, -1)...))
|
||||
list[path.Join(nfs.USR, strings.Split(ls[3], mdb.AT)[0], path.Join(kit.Slice(ls, 4)...))] = p
|
||||
list[path.Join(nfs.USR, strings.Split(ls[3], mdb.AT)[0], path.Join(kit.Slice(ls, 4, -1)...))] = p
|
||||
}
|
||||
}
|
||||
for _, k := range kit.SortedKey(list) {
|
||||
|
@ -28,11 +28,12 @@ fieldset.web.wiki.portal>div.output>div.layout>div.main p code {
|
||||
background-color:var(--code-bg-color); color:var(--code-fg-color); padding:0 10px;
|
||||
}
|
||||
fieldset.web.wiki.portal>div.output>div.layout>div.main div.story[data-type=spark][data-name=shell] {
|
||||
background-color:var(--code-bg-color); color:var(--code-fg-color); padding:10px; margin:10px auto;
|
||||
background-color:var(--code-bg-color); color:var(--code-fg-color);
|
||||
padding:10px; margin:10px auto;
|
||||
box-shadow:var(--box-shadow);
|
||||
}
|
||||
fieldset.web.wiki.portal>div.output>div.layout>div.main div.story[data-type=spark][data-name=shell] kbd:hover {
|
||||
background-color:white; color:black;
|
||||
/* background-color:white; color:black; */
|
||||
}
|
||||
fieldset.web.wiki.portal>div.output>div.layout>div.main fieldset.inner.output div.content {
|
||||
background-color:var(--code-bg-color); color:var(--code-fg-color); padding:10px 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user