forked from x/ContextOS
opt some
This commit is contained in:
parent
9fff05eae2
commit
779ea0d28c
18
src/h1/h1.go
Normal file
18
src/h1/h1.go
Normal 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
1
src/hi.svg
Normal 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 |
@ -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
8
src/website/he.txt
Normal file
@ -0,0 +1,8 @@
|
||||
|
||||
hi
|
||||
hi
|
||||
cli.qrcode
|
||||
nfs.dir
|
||||
cli.system
|
||||
cli.runtime
|
||||
|
Loading…
x
Reference in New Issue
Block a user