forked from x/ContextOS
opt some
This commit is contained in:
parent
c993d60caf
commit
0ef2a48e74
@ -28,11 +28,11 @@
|
|||||||
|
|
||||||
~web.chat.macos
|
~web.chat.macos
|
||||||
applications install "dream" web.dream icon "usr/icons/Mission Control.png"
|
applications install "dream" web.dream icon "usr/icons/Mission Control.png"
|
||||||
applications install "compile" web.code.compile icon "usr/icons/go.png"
|
|
||||||
applications install "repos" web.code.git.repos icon "usr/icons/git.jpg"
|
applications install "repos" web.code.git.repos icon "usr/icons/git.jpg"
|
||||||
applications install "Preferences" web.chat.macos.opens args "System Preferences" icon "usr/icons/System Preferences.png"
|
applications install "compile" web.code.compile icon "usr/icons/go.png"
|
||||||
|
applications install "Settings" web.chat.macos.opens args "System Settings" icon "usr/icons/System Settings.png"
|
||||||
applications install "QuickTime" web.chat.macos.opens args "QuickTime Player" icon "usr/icons/QuickTime Player.png"
|
applications install "QuickTime" web.chat.macos.opens args "QuickTime Player" icon "usr/icons/QuickTime Player.png"
|
||||||
applications install "Activity" web.chat.macos.opens args "Activity Monitor" icon "usr/icons/Activity Monitor.png"
|
applications install "Activity" cli.procinfo icon "usr/icons/Activity Monitor.png"
|
||||||
applications install "Preview" web.chat.macos.opens args "Preview"
|
applications install "Preview" web.chat.macos.opens args "Preview"
|
||||||
|
|
||||||
~aaa
|
~aaa
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
# desktop "http://localhost:9020/chat/cmd/web.chat.macos.desktop?debug=true"
|
||||||
vimer "http://localhost:9020/chat/cmd/web.code.vimer?debug=true"
|
vimer "http://localhost:9020/chat/cmd/web.code.vimer?debug=true"
|
||||||
# vimer "http://localhost:9020/chat/cmd/web.code.vimer"
|
# vimer "http://localhost:9020/chat/cmd/web.code.vimer"
|
||||||
# goods "http://localhost:9020/chat/cmd/web.mall.goods"
|
# goods "http://localhost:9020/chat/cmd/web.mall.goods"
|
||||||
|
@ -6,6 +6,9 @@ import (
|
|||||||
"shylinux.com/x/ice"
|
"shylinux.com/x/ice"
|
||||||
"shylinux.com/x/icebergs/base/tcp"
|
"shylinux.com/x/icebergs/base/tcp"
|
||||||
"shylinux.com/x/icebergs/base/web"
|
"shylinux.com/x/icebergs/base/web"
|
||||||
|
_ "shylinux.com/x/icebergs/misc/alpha"
|
||||||
|
_ "shylinux.com/x/icebergs/misc/chrome"
|
||||||
|
_ "shylinux.com/x/icebergs/misc/java"
|
||||||
_ "shylinux.com/x/icebergs/misc/node"
|
_ "shylinux.com/x/icebergs/misc/node"
|
||||||
"shylinux.com/x/icebergs/misc/webview"
|
"shylinux.com/x/icebergs/misc/webview"
|
||||||
kit "shylinux.com/x/toolkits"
|
kit "shylinux.com/x/toolkits"
|
||||||
@ -14,6 +17,6 @@ import (
|
|||||||
func main() {
|
func main() {
|
||||||
os.Chdir(kit.HomePath(ice.CONTEXTS))
|
os.Chdir(kit.HomePath(ice.CONTEXTS))
|
||||||
go ice.Run(web.SERVE, tcp.START)
|
go ice.Run(web.SERVE, tcp.START)
|
||||||
defer ice.Pulse.Cmd("exit")
|
defer ice.Pulse.Cmd(ice.EXIT)
|
||||||
webview.Run(nil)
|
webview.Run(nil)
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user