1
0
mirror of https://shylinux.com/x/ContextOS synced 2025-04-25 16:58:06 +08:00
This commit is contained in:
harveyshao 2022-01-24 17:29:56 +08:00
parent 9fff05eae2
commit 779ea0d28c
4 changed files with 29 additions and 0 deletions

18
src/h1/h1.go Normal file
View File

@ -0,0 +1,18 @@
package h1
import (
"shylinux.com/x/ice"
)
type h1 struct {
ice.Hash
list string `name:"list hash id auto create" help:"数据"`
}
func (h h1) List(m *ice.Message, arg ...string) {
h.Hash.List(m, arg...)
}
func init() { ice.Cmd("web.code.h1.h1.go", h1{}) }

1
src/hi.svg Normal file
View File

@ -0,0 +1 @@
<svg vertion="1.1" xmlns="https://www.w3.org/2000/svg" text-anchor="middle" dominant-baseline="middle" height="385" width="750" count="20" pid="p1" grid="10" stroke-width="2" stroke="yellow" fill="purple" font-size="24"><g><rect height="60" width="140" ry="4" rx="4" x="170" y="50" pid="p20" class="p20"></rect></g></svg>

After

Width:  |  Height:  |  Size: 321 B

View File

@ -1,6 +1,8 @@
package main
import (
_ "shylinux.com/x/contexts/src/h1"
_ "shylinux.com/x/contexts/src/hi"
"shylinux.com/x/ice"

8
src/website/he.txt Normal file
View File

@ -0,0 +1,8 @@
hi
hi
cli.qrcode
nfs.dir
cli.system
cli.runtime