mirror of
https://shylinux.com/x/community
synced 2025-05-06 14:07:01 +08:00
11 lines
128 B
Go
11 lines
128 B
Go
package gonganxitong
|
|
|
|
import "shylinux.com/x/ice"
|
|
|
|
type favor struct {
|
|
Table
|
|
thumb
|
|
}
|
|
|
|
func init() { ice.TeamCtxCmd(favor{}) }
|