diff --git a/page/index.css b/page/index.css index 5dece1c7..144bbd2e 100644 --- a/page/index.css +++ b/page/index.css @@ -35,6 +35,8 @@ div.story[data-type=spark] { box-shadow: 4px 4px 10px 1px #626bd0; padding:4px 10px; margin:10px 0px; border-left:solid 4px blue; + white-space:pre; + cursor:copy; } div.story[data-type=spark] span:hover { box-shadow: 4px 4px 10px 1px #29318e; diff --git a/page/index.js b/page/index.js index c1a0552e..e72d0434 100644 --- a/page/index.js +++ b/page/index.js @@ -69,15 +69,15 @@ Volcanos({name: "chat", iceberg: "/chat/", volcano: "/frame.js", {name: "plan", help: "任务表", index: "web.team.plan"}, {name: "ctx", help: "上下文", index: "web.wiki.word", args: ["src/main.shy"]}, ]}, + web: {name: "网页 web", action: [ + {name: "HTML5", help: "浏览器", index: "web.wiki.word", args: ["usr/icebergs/misc/chrome/chrome.shy"]}, + ]}, cli: {name: "命令 cli", action: [ {name: "bash", help: "命令行", index: "web.wiki.word", args: ["usr/icebergs/misc/bash/bash.shy"]}, {name: "git", help: "代码库", index: "web.wiki.word", args: ["usr/icebergs/misc/git/git.shy"]}, {name: "vim", help: "编辑器", index: "web.wiki.word", args: ["usr/icebergs/misc/vim/vim.shy"]}, {name: "tmux", help: "命令行", index: "web.wiki.word", args: ["usr/icebergs/misc/tmux/tmux.shy"]}, ]}, - web: {name: "网页 web", action: [ - {name: "HTML5", help: "浏览器", index: "web.wiki.word", args: ["usr/icebergs/misc/chrome/chrome.shy"]}, - ]}, linux: {name: "系统 linux", action: [ {name: "idc", help: "平台", index: "web.wiki.word", args: ["usr/linux-story/idc/idc.shy"]}, {name: "iso", help: "系统", index: "web.wiki.word", args: ["usr/linux-story/iso/iso.shy"]},