mirror of
https://shylinux.com/x/education
synced 2025-04-25 01:58:05 +08:00
add some
This commit is contained in:
parent
49accbc564
commit
4294badf93
@ -4,6 +4,7 @@ import "shylinux.com/x/community/src/gonganxitong"
|
||||
|
||||
type Portal struct {
|
||||
gonganxitong.Portal
|
||||
name string `data:"教务系统"`
|
||||
list string `name:"list class_uid index uid auto" role:"void"`
|
||||
placeCreate string `name:"placeCreate city_name* school_name* grade*:select name*" role:"void"`
|
||||
}
|
||||
|
@ -1,10 +1,12 @@
|
||||
{
|
||||
"service": "系统服务",
|
||||
"portal": "教务系统",
|
||||
"placeCreate": "创建班级",
|
||||
"placeRemove": "删除班级",
|
||||
"classUser": "班级成员",
|
||||
"homework": "家庭作业",
|
||||
"icons": {
|
||||
"service": "https://img.icons8.com/officel/80/activity-grid.png",
|
||||
"classUser": "https://img.icons8.com/officel/80/crowd.png",
|
||||
"homework": "https://img.icons8.com/officel/80/homework.png"
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user