diff --git a/src/main.go b/src/main.go index 77fbd8e0..e85a9e48 100644 --- a/src/main.go +++ b/src/main.go @@ -42,6 +42,8 @@ import ( _ "shylinux.com/x/golang-story/src/grafana" _ "shylinux.com/x/golang-story/src/kubernetes" _ "shylinux.com/x/golang-story/src/prometheus" + + _ "shylinux.com/x/contexts/src/h2" ) -func main() { print(ice.Run()) } +func main() { print(ice.Run()) } \ No newline at end of file diff --git a/src/main.shy b/src/main.shy index 362b1e2c..0d8cefca 100644 --- a/src/main.shy +++ b/src/main.shy @@ -56,3 +56,4 @@ field "趋势图" web.code.git.trend args `intshell` field "架构图" web.code.git.spide args `intshell` spark md README.md +source h2/h2.shy