mirror of
https://shylinux.com/x/ContextOS
synced 2025-04-25 08:48:06 +08:00
add some
This commit is contained in:
parent
962965f996
commit
e68059a9a4
12
go.mod
12
go.mod
@ -2,15 +2,15 @@ module shylinux.com/x/contexts
|
||||
|
||||
go 1.13
|
||||
|
||||
// replace (
|
||||
// shylinux.com/x/ice => ./usr/release
|
||||
// shylinux.com/x/icebergs => ./usr/icebergs
|
||||
// shylinux.com/x/toolkits => ./usr/toolkits
|
||||
// )
|
||||
replace (
|
||||
shylinux.com/x/ice => ./usr/release
|
||||
shylinux.com/x/icebergs => ./usr/icebergs
|
||||
shylinux.com/x/toolkits => ./usr/toolkits
|
||||
)
|
||||
|
||||
require (
|
||||
shylinux.com/x/ice v1.3.15
|
||||
shylinux.com/x/icebergs v1.6.1
|
||||
shylinux.com/x/icebergs v1.6.2
|
||||
shylinux.com/x/toolkits v0.7.12
|
||||
shylinux.com/x/webview v0.0.2
|
||||
)
|
||||
|
3
go.sum
3
go.sum
@ -4,8 +4,9 @@ shylinux.com/x/go-qrcode v0.0.3 h1:RMo+Vidbgq3HatLBj7DDXcTbTLFUwzis5K7TqBkD38U=
|
||||
shylinux.com/x/go-qrcode v0.0.3/go.mod h1:KAbtU+KwiiABMZ/CJ0zh9PI2AX82Uf9rRYcQ4ODm4po=
|
||||
shylinux.com/x/ice v1.3.15 h1:MmbxhhIrWLgrXiVsRNWLVigw3OMz/RTysl0cZqjSxzM=
|
||||
shylinux.com/x/ice v1.3.15/go.mod h1:bMR0ufbQLhTUoTGVkG2rVNM1oN2xVHSCzAJQaLK7UcQ=
|
||||
shylinux.com/x/icebergs v1.6.1 h1:M1qLWNR9tCbDWtpXp4V7feX0e7ua8SA1Jbs1PZWmDpM=
|
||||
shylinux.com/x/icebergs v1.6.1/go.mod h1:UC+0mBJMYcOVu091YWAHACVsU4CnDAxwYs9Hxazler8=
|
||||
shylinux.com/x/icebergs v1.6.2 h1:7w1O6+vMV0Xx/uLeg61hK6fHaNrFuRE14kBH5S0aZcA=
|
||||
shylinux.com/x/icebergs v1.6.2/go.mod h1:UC+0mBJMYcOVu091YWAHACVsU4CnDAxwYs9Hxazler8=
|
||||
shylinux.com/x/toolkits v0.7.10 h1:65d5rkQXQ71MD8FzYnZ9DFxb1XcOYSYfmRc4j8qQsUw=
|
||||
shylinux.com/x/toolkits v0.7.10/go.mod h1:CHDJarGlDkg60kVsvMLYL/a5hAnRLEOShiEsMOuEp0Q=
|
||||
shylinux.com/x/toolkits v0.7.12 h1:WszmGGzarTB4h6l8uZ3Q5Q590mA2EITTqLwD0tigZxk=
|
||||
|
@ -24,7 +24,6 @@ navmenu `
|
||||
compile compile.shy
|
||||
publish publish.shy
|
||||
xterm usr/icebergs/core/code/xterm.shy
|
||||
plan usr/icebergs/core/team/plan.shy
|
||||
wiki wiki/
|
||||
word word.shy
|
||||
其它模块 misc/
|
||||
|
1
src/template/web.team.epic/gone.html
Normal file
1
src/template/web.team.epic/gone.html
Normal file
@ -0,0 +1 @@
|
||||
已经 <span style="font-size:24px;color:red">{{.Option "days"}}</span> 天<br>距 {{.Option "from"}}<br>
|
1
src/template/web.team.epic/will.html
Normal file
1
src/template/web.team.epic/will.html
Normal file
@ -0,0 +1 @@
|
||||
还有 <span style="font-size:24px;color:green">{{.Option "days"}}</span> 天<br>距 {{.Option "from"}}<br>
|
Loading…
x
Reference in New Issue
Block a user