mirror of
https://shylinux.com/x/education
synced 2025-07-01 21:31:18 +08:00
opt some
This commit is contained in:
parent
bec68482f0
commit
7c9fe62bab
16
go.mod
16
go.mod
@ -3,16 +3,17 @@ module shylinux.com/x/education
|
||||
go 1.21
|
||||
|
||||
require (
|
||||
shylinux.com/x/community v0.0.28
|
||||
shylinux.com/x/enterprise v0.0.17 // indirect
|
||||
shylinux.com/x/golang-story v0.0.32 // indirect
|
||||
shylinux.com/x/mysql-story v0.6.32
|
||||
shylinux.com/x/community v0.0.30
|
||||
shylinux.com/x/enterprise v0.0.18 // indirect
|
||||
shylinux.com/x/golang-story v0.0.33 // indirect
|
||||
shylinux.com/x/mysql-story v0.6.33
|
||||
shylinux.com/x/operation v0.0.15 // indirect
|
||||
)
|
||||
|
||||
require (
|
||||
shylinux.com/x/ice v1.5.74
|
||||
shylinux.com/x/icebergs v1.9.76
|
||||
shylinux.com/x/toolkits v1.0.19
|
||||
shylinux.com/x/ice v1.5.75
|
||||
shylinux.com/x/icebergs v1.9.77
|
||||
shylinux.com/x/toolkits v1.0.20
|
||||
)
|
||||
|
||||
require (
|
||||
@ -36,7 +37,6 @@ require (
|
||||
github.com/jinzhu/now v1.1.5 // indirect
|
||||
github.com/mattn/go-isatty v0.0.17 // indirect
|
||||
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect
|
||||
github.com/wechatpay-apiv3/wechatpay-go v0.2.20 // indirect
|
||||
golang.org/x/sys v0.21.0 // indirect
|
||||
golang.org/x/text v0.22.0 // indirect
|
||||
gorm.io/driver/mysql v1.5.7 // indirect
|
||||
|
52
go.sum
52
go.sum
@ -1,13 +1,8 @@
|
||||
filippo.io/edwards25519 v1.1.0 h1:FNf4tywRC1HmFuKW5xopWpigGjJKiJSV0Cqo0cJWDaA=
|
||||
filippo.io/edwards25519 v1.1.0/go.mod h1:BxyFTGdWcka3PhytdK4V28tE5sGfRvvvRV7EaN4VDT4=
|
||||
github.com/agiledragon/gomonkey v2.0.2+incompatible h1:eXKi9/piiC3cjJD1658mEE2o3NjkJ5vDLgYjCQu0Xlw=
|
||||
github.com/agiledragon/gomonkey v2.0.2+incompatible/go.mod h1:2NGfXu1a80LLr2cmWXGBDaHEjb1idR6+FVlX5T3D9hw=
|
||||
github.com/chzyer/logex v1.2.0/go.mod h1:9+9sk7u7pGNWYMkh0hdiL++6OeibzJccyQU4p4MedaY=
|
||||
github.com/chzyer/readline v1.5.0/go.mod h1:x22KAscuvRqlLoK9CsoYsmxoXZMMFVyOl86cAH8qUic=
|
||||
github.com/chzyer/test v0.0.0-20210722231415-061457976a23/go.mod h1:Q3SI9o4m/ZMnBNeIyt5eFwwo7qiLfzFZmjNmxjkiQlU=
|
||||
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
|
||||
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
|
||||
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
|
||||
github.com/dustin/go-humanize v1.0.0/go.mod h1:HtrtbFcZ19U5GC7JDqmcUSB87Iq5E25KnS6fMYU6eOk=
|
||||
github.com/dustin/go-humanize v1.0.1 h1:GzkhY7T5VNhEkwH0PVJgjz+fX1rhBrR7pRT3mDkpeCY=
|
||||
github.com/dustin/go-humanize v1.0.1/go.mod h1:Mu1zIs6XwVuF/gI1OepvI0qD18qycQx+mFykh5fBlto=
|
||||
@ -44,21 +39,10 @@ github.com/mattn/go-isatty v0.0.16/go.mod h1:kYGgaQfpe5nmfYZH+SKPsOc2e4SrIfOl2e/
|
||||
github.com/mattn/go-isatty v0.0.17 h1:BTarxUcIeDqL27Mc+vyvdWYSL28zpIhv3RoTdsLMPng=
|
||||
github.com/mattn/go-isatty v0.0.17/go.mod h1:kYGgaQfpe5nmfYZH+SKPsOc2e4SrIfOl2e/yFXSvRLM=
|
||||
github.com/mattn/go-sqlite3 v1.14.16/go.mod h1:2eHXhiwb8IkHr+BDWZGa96P6+rkvnG63S2DGjv9HUNg=
|
||||
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
|
||||
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
|
||||
github.com/remyoudompheng/bigfft v0.0.0-20200410134404-eec4a21b6bb0/go.mod h1:qqbHyh8v60DhA7CoWK5oRCqLrMHRGoxYCSS9EjAz6Eo=
|
||||
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec h1:W09IVJc94icq4NjY3clb7Lk8O1qJ8BdBEF8z0ibU0rE=
|
||||
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec/go.mod h1:qqbHyh8v60DhA7CoWK5oRCqLrMHRGoxYCSS9EjAz6Eo=
|
||||
github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
|
||||
github.com/stretchr/objx v0.4.0/go.mod h1:YvHI0jy2hoMjB+UWwv71VJQ9isScKT/TqJzVSSt89Yw=
|
||||
github.com/stretchr/objx v0.5.0/go.mod h1:Yh+to48EsGEfYuaHDzXPcE3xhTkx73EhmCGUpEOglKo=
|
||||
github.com/stretchr/testify v1.7.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg=
|
||||
github.com/stretchr/testify v1.8.0/go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO+kdMU+MU=
|
||||
github.com/stretchr/testify v1.8.1/go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4=
|
||||
github.com/stretchr/testify v1.9.0 h1:HtqpIVDClZ4nwg75+f6Lvsy/wHu+3BoSGCbBAcpTsTg=
|
||||
github.com/stretchr/testify v1.9.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY=
|
||||
github.com/wechatpay-apiv3/wechatpay-go v0.2.20 h1:gS8oFn1bHGnyapR2Zb4aqTV6l4kJWgbtqjCq6k1L9DQ=
|
||||
github.com/wechatpay-apiv3/wechatpay-go v0.2.20/go.mod h1:A254AUBVB6R+EqQFo3yTgeh7HtyqRRtN2w9hQSOrd4Q=
|
||||
github.com/yuin/goldmark v1.2.1/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74=
|
||||
github.com/yuin/goldmark v1.4.13/go.mod h1:6yULJ656Px+3vBD8DxQVa3kxgyrAnzto9xy5taEt/CY=
|
||||
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w=
|
||||
@ -140,10 +124,6 @@ golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7/go.mod h1:I/5z698sn9Ka8T
|
||||
golang.org/x/xerrors v0.0.0-20191011141410-1b5146add898/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
|
||||
golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
|
||||
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
|
||||
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
|
||||
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=
|
||||
gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=
|
||||
gopkg.in/yaml.v3 v3.0.1/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=
|
||||
gorm.io/driver/mysql v1.5.7 h1:MndhOPYOfEp2rHKgkZIhJ16eVUIRf2HmzgoPmh7FCWo=
|
||||
gorm.io/driver/mysql v1.5.7/go.mod h1:sEtPWMiqiN1N1cMXoXmBbd8C6/l+TESwriotuRRpkDM=
|
||||
gorm.io/gorm v1.25.7/go.mod h1:hbnx/Oo0ChWMn1BIhpy1oYozzpM15i4YPuHDmfYtwg8=
|
||||
@ -177,27 +157,27 @@ modernc.org/strutil v1.1.3/go.mod h1:MEHNA7PdEnEwLvspRMtWTNnp2nnyvMfkimT1NKNAGbw
|
||||
modernc.org/tcl v1.15.2/go.mod h1:3+k/ZaEbKrC8ePv8zJWPtBSW0V7Gg9g8rkmhI1Kfs3c=
|
||||
modernc.org/token v1.0.1/go.mod h1:UGzOrNV1mAFSEB63lOFHIpNRUVMvYTc6yu1SMY/XTDM=
|
||||
modernc.org/z v1.7.3/go.mod h1:Ipv4tsdxZRbQyLq9Q1M6gdbkxYzdlrciF2Hi/lS7nWE=
|
||||
shylinux.com/x/community v0.0.28 h1:/h7gthD8X6lVh1dDg3W3sBX4dpotbddfdGdR/BqBV4c=
|
||||
shylinux.com/x/community v0.0.28/go.mod h1:MamBZhpO3+c5YISRJt4xnxa5VDBBstUR+9FnPQrhZMU=
|
||||
shylinux.com/x/enterprise v0.0.17 h1:29VjNHt4YiPryQGNtVTnYqiXNHxau4EnkoUDzlxgB6Y=
|
||||
shylinux.com/x/enterprise v0.0.17/go.mod h1:+DmZbYMykX5U65BJ7DYOcwFubslKa2b78DyRaqUYuH4=
|
||||
shylinux.com/x/community v0.0.30 h1:5nqt36iF1XYgc95NGk55biNnl8kRDkoyO7qSxmRvzsE=
|
||||
shylinux.com/x/community v0.0.30/go.mod h1:MSruWpTYqP8+qNhHFEzJhyu/R7hQ3/8ZBJveJ3Kv5SY=
|
||||
shylinux.com/x/enterprise v0.0.18 h1:TSKfp5axrCfv1s6tjGUVvFHIPCO+gNc5fa5NuXYJfNU=
|
||||
shylinux.com/x/enterprise v0.0.18/go.mod h1:m+0kyn/eG9svit6Fc61bt5JJFWOUdz6O18Y4gdrhpPI=
|
||||
shylinux.com/x/go-git/v5 v5.6.7 h1:WD5QSco7m3QooPCgdvQ6/GyGIFPun8C+hex5N41LYlk=
|
||||
shylinux.com/x/go-git/v5 v5.6.7/go.mod h1:Qb0lA+uIrofZg8NQerhYcJHgGWixFqvS6p3aJ/L5Nlk=
|
||||
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/go-sql-mysql v0.0.2/go.mod h1:lHjRMZz5Lii6U+49fhkbCWgsnL+yux54SYJYWqASN8Y=
|
||||
shylinux.com/x/golang-story v0.0.32 h1:7xu28iREL2cuZzf80luJwI9BWptow+ME00L1lgyjmDI=
|
||||
shylinux.com/x/golang-story v0.0.32/go.mod h1:NsI5fULu3q7o2b+VzZ5tiJ3+0pUTjE9DdQxa870htmw=
|
||||
shylinux.com/x/ice v1.5.73/go.mod h1:uGI73gYkk+FiJt5qmy/aYhoKRJ4wobcJk3WrPGh8Waw=
|
||||
shylinux.com/x/ice v1.5.74 h1:5hTPmchO79b1d2+/DwBDLiG2WkTL65G/hOEAcGJVeB8=
|
||||
shylinux.com/x/ice v1.5.74/go.mod h1:/XAib8Ha+z6jzLRs2Pig+qxDx4C8dT8Vfaq2InJ/lkU=
|
||||
shylinux.com/x/icebergs v1.9.75/go.mod h1:3Bdp3tjzw+hUKJF+kR8pfsrbjAf72DVZmCaE8/MPFtk=
|
||||
shylinux.com/x/icebergs v1.9.76 h1:SHOTbiO+jh09GEFzoo8t8kmR1BCu+zkNCpdfxPCLeu0=
|
||||
shylinux.com/x/icebergs v1.9.76/go.mod h1:3Bdp3tjzw+hUKJF+kR8pfsrbjAf72DVZmCaE8/MPFtk=
|
||||
shylinux.com/x/mysql-story v0.6.32 h1:Q274WFJ09ocnf8nhlQnKr02FMMdPYBLWqu2IjTVqGiM=
|
||||
shylinux.com/x/mysql-story v0.6.32/go.mod h1:8HCeDUV6ghaIeJD1IEhSeSOfVC9wEI93y2G9QBLtJJY=
|
||||
shylinux.com/x/golang-story v0.0.33 h1:QRu21+smDBEfEf5lczmu4T6lOZynm7LA4pys3bolo9s=
|
||||
shylinux.com/x/golang-story v0.0.33/go.mod h1:/QdUqQzP/O0h3UCi29LUYv1K6beSe9sll+KlgvQJK3M=
|
||||
shylinux.com/x/ice v1.5.75 h1:lYsJRNaO5XAC4hX/TK3xNrCG9Mxvsr1MJVBALg3p1H4=
|
||||
shylinux.com/x/ice v1.5.75/go.mod h1:94PDujxSBOYfNOgT85JoUXT1phLiMXde2i1fAup6+ZM=
|
||||
shylinux.com/x/icebergs v1.9.77 h1:wkgm77t0s3M/IBQMlfwhjlYcGJo9C3ZrVHuYQtTOz8w=
|
||||
shylinux.com/x/icebergs v1.9.77/go.mod h1:F0sIQU0OP3YBMdd2goC6EKAQHAKzq1I08MMIfBo0yLo=
|
||||
shylinux.com/x/mysql-story v0.6.33 h1:BdJf6mtKmXsKa+AasPtVU+m7EAjVKPzVqxNap0dPQj8=
|
||||
shylinux.com/x/mysql-story v0.6.33/go.mod h1:pVmBXAbOUHduFvskriplrEIfbK+kCMBxStgfgc5Rxl8=
|
||||
shylinux.com/x/operation v0.0.15 h1:pMwHhfsG6o7suI0XFtKGPgqiuuA08JCVXT681p9G6hg=
|
||||
shylinux.com/x/operation v0.0.15/go.mod h1:iipJ+elWfCCk+3SqW1rMwaZsF7Mz7w2TugSurHrbaKs=
|
||||
shylinux.com/x/toolkits v0.7.10/go.mod h1:CHDJarGlDkg60kVsvMLYL/a5hAnRLEOShiEsMOuEp0Q=
|
||||
shylinux.com/x/toolkits v1.0.19 h1:Nrx0xYRc5ph1WS66EZ1hJUCe+2FdSWQ4QP6tBlguikQ=
|
||||
shylinux.com/x/toolkits v1.0.19/go.mod h1:CHDJarGlDkg60kVsvMLYL/a5hAnRLEOShiEsMOuEp0Q=
|
||||
shylinux.com/x/toolkits v1.0.20 h1:uBnfyyqDsbSWYsXfXmBugZ8ZWp5QQ8sthrzRdJ6ET90=
|
||||
shylinux.com/x/toolkits v1.0.20/go.mod h1:CHDJarGlDkg60kVsvMLYL/a5hAnRLEOShiEsMOuEp0Q=
|
||||
shylinux.com/x/websocket v0.0.4 h1:AJpwblePoOpiE6C8NrvgNYpKTotXMLrDDX2chTvx44Q=
|
||||
shylinux.com/x/websocket v0.0.4/go.mod h1:3UGWkjTu3ie5NAZen7J+uLPBrO7DFeKloj6Jxo13Oiw=
|
||||
|
@ -1,4 +1,26 @@
|
||||
{
|
||||
"098ffee875d4ef07e55cf6d08ad69dd5": {
|
||||
"meta": {
|
||||
"index": "web.team.jiaowuxitong.homework",
|
||||
"time": "2024-08-03 20:08:30.961"
|
||||
}
|
||||
},
|
||||
"0d55746b9fbdefff96b30c2aa36a48aa": {
|
||||
"meta": {
|
||||
"index": "web.team.jiaowuxitong.order",
|
||||
"time": "2024-08-03 19:21:19.588"
|
||||
}
|
||||
},
|
||||
"1246961a1d880252ead389142acd037b": {
|
||||
"meta": {
|
||||
"icons": "https://img.icons8.com/officel/80/settings--v1.png",
|
||||
"index": "web.team.gonganxitong.setting",
|
||||
"name": "服务配置",
|
||||
"order": "102",
|
||||
"role": "leader,worker,server",
|
||||
"time": "2024-09-21 11:54:00.700"
|
||||
}
|
||||
},
|
||||
"153c93456004ec2ca692d3bac2223167": {
|
||||
"meta": {
|
||||
"icons": "bi bi-box",
|
||||
@ -8,6 +30,23 @@
|
||||
"time": "2025-06-04 14:07:32.492"
|
||||
}
|
||||
},
|
||||
"1a3d216c5a854d78045f3d2acacf567b": {
|
||||
"meta": {
|
||||
"index": "web.team.jiaowuxitong.apply",
|
||||
"time": "2024-08-03 19:21:19.587"
|
||||
}
|
||||
},
|
||||
"22574299a657140d473f0216b8d83710": {
|
||||
"meta": {
|
||||
"auth": "issued",
|
||||
"icons": "https://img.icons8.com/officel/80/documents.png",
|
||||
"index": "web.team.gonganxitong.document",
|
||||
"name": "在线文档",
|
||||
"order": "93",
|
||||
"role": "leader,worker",
|
||||
"time": "2024-11-26 12:33:10.142"
|
||||
}
|
||||
},
|
||||
"27c6988eeb07c78cbb49aa15c577cfa4": {
|
||||
"meta": {
|
||||
"icons": "bi bi-pencil-square",
|
||||
@ -28,6 +67,17 @@
|
||||
"time": "2025-06-04 14:07:32.489"
|
||||
}
|
||||
},
|
||||
"2f80f1821b55a90555f630def20387be": {
|
||||
"meta": {
|
||||
"auth": "issued",
|
||||
"icons": "https://img.icons8.com/officel/80/agreement.png",
|
||||
"index": "web.team.gonganxitong.contract",
|
||||
"name": "在线合同",
|
||||
"order": "94",
|
||||
"role": "leader,worker",
|
||||
"time": "2024-11-26 12:33:10.136"
|
||||
}
|
||||
},
|
||||
"3971882ea4f32c86386ad04b39d3e3d4": {
|
||||
"meta": {
|
||||
"icons": "bi bi-ubuntu",
|
||||
@ -37,6 +87,42 @@
|
||||
"time": "2025-06-04 14:07:32.489"
|
||||
}
|
||||
},
|
||||
"4719bb45bb02427346be9634cc7a8fe3": {
|
||||
"meta": {
|
||||
"index": "web.team.jiaowuxitong.qrcode",
|
||||
"time": "2024-08-03 19:21:19.587"
|
||||
}
|
||||
},
|
||||
"55ff6002f602327674ed6d4616023184": {
|
||||
"meta": {
|
||||
"auth": "issued",
|
||||
"icons": "https://img.icons8.com/officel/80/online-store.png",
|
||||
"index": "web.team.gonganxitong.goodslist",
|
||||
"name": "在线商城",
|
||||
"order": "91",
|
||||
"role": "leader,worker",
|
||||
"time": "2024-12-06 06:04:57.905"
|
||||
}
|
||||
},
|
||||
"58724bdcc3cae3e26700cb3199e0602c": {
|
||||
"meta": {
|
||||
"index": "web.team.gonganxitong.placeUser",
|
||||
"order": "5",
|
||||
"role": "creator,landlord",
|
||||
"time": "2024-08-03 15:09:01.516"
|
||||
}
|
||||
},
|
||||
"882a999b4a72a9866d9e4eef110d335a": {
|
||||
"meta": {
|
||||
"auth": "issued",
|
||||
"icons": "https://img.icons8.com/officel/80/ios-photos.png",
|
||||
"index": "web.team.gonganxitong.photo",
|
||||
"name": "在线相册",
|
||||
"order": "95",
|
||||
"role": "leader,worker",
|
||||
"time": "2024-11-26 12:33:10.147"
|
||||
}
|
||||
},
|
||||
"8ce4dfb877e04e3be5144253fdd5d8ff": {
|
||||
"meta": {
|
||||
"icons": "bi bi-clipboard-check",
|
||||
@ -47,6 +133,23 @@
|
||||
"time": "2025-06-04 14:07:32.494"
|
||||
}
|
||||
},
|
||||
"91dd0e9590d3021944f14f3ec8653beb": {
|
||||
"meta": {
|
||||
"index": "web.team.gonganxitong.order",
|
||||
"order": "4",
|
||||
"role": "creator",
|
||||
"time": "2024-08-03 14:36:39.469"
|
||||
}
|
||||
},
|
||||
"a53e36dcca735ef90b649fec546f520e": {
|
||||
"meta": {
|
||||
"icons": "https://img.icons8.com/officel/80/passport.png",
|
||||
"index": "web.team.gonganxitong.credit",
|
||||
"name": "用户名片",
|
||||
"order": "102",
|
||||
"time": "2024-09-30 09:55:22.712"
|
||||
}
|
||||
},
|
||||
"a89a7c09e326295aaa7e7ea3d66fb28a": {
|
||||
"meta": {
|
||||
"icons": "bi bi-opencollective",
|
||||
@ -85,6 +188,23 @@
|
||||
"time": "2025-06-04 14:07:32.491"
|
||||
}
|
||||
},
|
||||
"c73251765fb5286cea9c8ceefb74530c": {
|
||||
"meta": {
|
||||
"index": "web.team.jiaowuxitong.event",
|
||||
"time": "2024-08-03 19:21:19.589"
|
||||
}
|
||||
},
|
||||
"cbfda09ef49108ad9addf5117bcb54ce": {
|
||||
"meta": {
|
||||
"auth": "issued",
|
||||
"icons": "https://img.icons8.com/officel/80/online-payment-with-a-credit-card.png",
|
||||
"index": "web.team.gonganxitong.paymentlist",
|
||||
"name": "在线支付",
|
||||
"order": "92",
|
||||
"role": "leader,worker",
|
||||
"time": "2024-11-23 15:03:16.166"
|
||||
}
|
||||
},
|
||||
"d86e4e63183c8fae4ceb50498b0bcfde": {
|
||||
"meta": {
|
||||
"icons": "bi bi-grid-3x2-gap",
|
||||
@ -105,6 +225,27 @@
|
||||
"time": "2025-06-04 14:07:32.493"
|
||||
}
|
||||
},
|
||||
"f24b53f61852f58734f9ef8488705026": {
|
||||
"meta": {
|
||||
"auth": "issued",
|
||||
"icons": "https://img.icons8.com/officel/80/video-conference.png",
|
||||
"index": "web.team.gonganxitong.meeting",
|
||||
"name": "在线会议",
|
||||
"order": "91",
|
||||
"role": "leader,worker",
|
||||
"time": "2024-11-22 14:32:17.504"
|
||||
}
|
||||
},
|
||||
"f28c03b5bdbbe92ebc89dabca5e7d4de": {
|
||||
"meta": {
|
||||
"icons": "https://img.icons8.com/officel/80/person-at-home.png",
|
||||
"index": "web.team.gonganxitong.member",
|
||||
"name": "组织成员",
|
||||
"order": "80",
|
||||
"role": "leader,worker,server",
|
||||
"time": "2024-09-03 01:31:39.817"
|
||||
}
|
||||
},
|
||||
"fd1884bbeb1f1a83f4e12f857bfe5b15": {
|
||||
"meta": {
|
||||
"icons": "bi bi-card-checklist",
|
||||
@ -113,5 +254,13 @@
|
||||
"order": "902",
|
||||
"time": "2025-06-04 14:07:32.494"
|
||||
}
|
||||
},
|
||||
"fd86aad80a667152781bb188fb1249a2": {
|
||||
"meta": {
|
||||
"icons": "https://img.icons8.com/officel/80/reading-confirmation.png",
|
||||
"index": "web.team.gonganxitong.email",
|
||||
"name": "邮箱配置",
|
||||
"time": "2024-08-03 15:09:01.515"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -1,4 +1,12 @@
|
||||
{
|
||||
"003dd6be7f666b93d80cf0f758880d84": {
|
||||
"meta": {
|
||||
"icons": "https://img.icons8.com/officel/80/purchase-order.png",
|
||||
"index": "web.team.guanlixitong.procurement",
|
||||
"name": "采购清单",
|
||||
"time": "2024-11-10 11:04:01.150"
|
||||
}
|
||||
},
|
||||
"030e2a53ca3561a0d0d123c133a88b59": {
|
||||
"meta": {
|
||||
"icons": "bi bi-qr-code",
|
||||
@ -9,6 +17,12 @@
|
||||
"time": "2025-06-04 14:07:32.482"
|
||||
}
|
||||
},
|
||||
"04c6ed833d5cf77fef12937a0e58f2ba": {
|
||||
"meta": {
|
||||
"index": "web.team.guanlixitong.domain",
|
||||
"time": "2024-09-10 13:43:43.709"
|
||||
}
|
||||
},
|
||||
"0521e637b051a0e175a6070eded1bcef": {
|
||||
"meta": {
|
||||
"icons": "/p/src/gonganxitong/setting.png?pod=20240724-community",
|
||||
@ -28,6 +42,22 @@
|
||||
"time": "2025-06-04 14:07:32.484"
|
||||
}
|
||||
},
|
||||
"0721f4589e2e5f0a50b9088471e141a4": {
|
||||
"meta": {
|
||||
"icons": "https://img.icons8.com/officel/80/about-us-male--v2.png",
|
||||
"index": "web.team.guanlixitong.employee",
|
||||
"name": "员工信息",
|
||||
"time": "2024-11-10 11:04:01.147"
|
||||
}
|
||||
},
|
||||
"0d1831178568952bdf4f5c6b1587742b": {
|
||||
"meta": {
|
||||
"icons": "https://img.icons8.com/officel/80/parse-from-clipboard.png",
|
||||
"index": "web.team.guanlixitong.resume",
|
||||
"name": "应聘简历",
|
||||
"time": "2024-11-10 11:04:01.147"
|
||||
}
|
||||
},
|
||||
"2fd80c581b69c9f67420e793804dbd9f": {
|
||||
"meta": {
|
||||
"icons": "/p/src/gonganxitong/credit.png?pod=20240724-community",
|
||||
@ -47,6 +77,14 @@
|
||||
"time": "2025-06-04 14:07:32.488"
|
||||
}
|
||||
},
|
||||
"31e2929e94058b015eadf6e874f956a8": {
|
||||
"meta": {
|
||||
"icons": "https://img.icons8.com/officel/80/set-as-resume.png",
|
||||
"index": "web.team.guanlixitong.recruitment",
|
||||
"name": "招聘需求",
|
||||
"time": "2024-11-10 11:04:01.140"
|
||||
}
|
||||
},
|
||||
"5695d50b28872804a01d7c923ee91cd1": {
|
||||
"meta": {
|
||||
"icons": "/p/src/gonganxitong/member.png?pod=20240724-community",
|
||||
@ -66,6 +104,17 @@
|
||||
"time": "2025-06-04 14:07:32.487"
|
||||
}
|
||||
},
|
||||
"7c0eda0a842c79270ebf4917a0a07b9e": {
|
||||
"meta": {
|
||||
"auth": "issued",
|
||||
"icons": "https://img.icons8.com/officel/80/online-store.png",
|
||||
"index": "web.team.guanlixitong.goodslist",
|
||||
"name": "在线商城",
|
||||
"order": "91",
|
||||
"role": "leader,worker",
|
||||
"time": "2024-12-06 06:04:57.871"
|
||||
}
|
||||
},
|
||||
"809b63c1819fc3ac1452e3b71889aec5": {
|
||||
"meta": {
|
||||
"icons": "bi bi-megaphone",
|
||||
@ -76,6 +125,17 @@
|
||||
"time": "2025-06-04 14:07:32.485"
|
||||
}
|
||||
},
|
||||
"8548d5ce3faee7bd508d2fb53d57f35b": {
|
||||
"meta": {
|
||||
"auth": "issued",
|
||||
"icons": "https://img.icons8.com/officel/80/ios-photos.png",
|
||||
"index": "web.team.guanlixitong.photo",
|
||||
"name": "在线相册",
|
||||
"order": "95",
|
||||
"role": "leader,worker",
|
||||
"time": "2024-11-26 12:33:10.120"
|
||||
}
|
||||
},
|
||||
"9c18032c5bc252f2986e1b20e7e77db7": {
|
||||
"meta": {
|
||||
"icons": "bi bi-calendar4-week",
|
||||
@ -95,6 +155,30 @@
|
||||
"time": "2025-06-04 14:07:32.482"
|
||||
}
|
||||
},
|
||||
"ace6350cd663c693ddf47e81625c8a7a": {
|
||||
"meta": {
|
||||
"icons": "https://img.icons8.com/officel/80/meeting.png",
|
||||
"index": "web.team.guanlixitong.interview",
|
||||
"name": "招聘面试",
|
||||
"time": "2024-11-10 11:04:01.138"
|
||||
}
|
||||
},
|
||||
"ad9a805bfef319f0704842021bfc17b0": {
|
||||
"meta": {
|
||||
"icons": "https://img.icons8.com/officel/80/video-conference.png",
|
||||
"index": "web.team.guanlixitong.conference",
|
||||
"name": "在线会议",
|
||||
"time": "2024-11-10 11:04:01.131"
|
||||
}
|
||||
},
|
||||
"af39f30945dafa855548057f4dab3be4": {
|
||||
"meta": {
|
||||
"icons": "https://img.icons8.com/officel/80/warehouse.png",
|
||||
"index": "web.team.guanlixitong.inventory",
|
||||
"name": "库存物资",
|
||||
"time": "2024-11-10 11:04:01.146"
|
||||
}
|
||||
},
|
||||
"c27ad1df8aa9059d6018fb5add5ee546": {
|
||||
"meta": {
|
||||
"icons": "bi bi-opencollective",
|
||||
@ -104,6 +188,14 @@
|
||||
"time": "2025-06-04 14:07:32.483"
|
||||
}
|
||||
},
|
||||
"c2fcc269f958a7b4b3bf0e37a2641ed8": {
|
||||
"meta": {
|
||||
"icons": "https://img.icons8.com/officel/80/office.png",
|
||||
"index": "web.team.guanlixitong.equipment",
|
||||
"name": "办公用品",
|
||||
"time": "2024-11-10 11:04:01.149"
|
||||
}
|
||||
},
|
||||
"c36d47e2611b0d1e7a14088bc3293d04": {
|
||||
"meta": {
|
||||
"icons": "bi bi-pencil-square",
|
||||
@ -114,6 +206,17 @@
|
||||
"time": "2025-06-04 14:07:32.488"
|
||||
}
|
||||
},
|
||||
"cb1692a3c6b2d0d7da022787e411843b": {
|
||||
"meta": {
|
||||
"auth": "issued",
|
||||
"icons": "https://img.icons8.com/officel/80/online-payment-with-a-credit-card.png",
|
||||
"index": "web.team.guanlixitong.paymentlist",
|
||||
"name": "在线支付",
|
||||
"order": "92",
|
||||
"role": "leader,worker",
|
||||
"time": "2024-11-23 15:03:16.130"
|
||||
}
|
||||
},
|
||||
"d25f3f88261ead2a0079415a26aa6853": {
|
||||
"meta": {
|
||||
"icons": "bi bi-card-checklist",
|
||||
@ -123,6 +226,47 @@
|
||||
"time": "2025-06-04 14:07:32.485"
|
||||
}
|
||||
},
|
||||
"e2ade31e19fd70911169780be6757fa3": {
|
||||
"meta": {
|
||||
"auth": "issued",
|
||||
"icons": "https://img.icons8.com/officel/80/agreement.png",
|
||||
"index": "web.team.guanlixitong.contract",
|
||||
"name": "在线合同",
|
||||
"order": "94",
|
||||
"role": "leader,worker",
|
||||
"time": "2024-11-26 12:33:10.127"
|
||||
}
|
||||
},
|
||||
"e595a0bbefbcfaa89f45dd875cc6fe0b": {
|
||||
"meta": {
|
||||
"auth": "issued",
|
||||
"icons": "https://img.icons8.com/officel/80/documents.png",
|
||||
"index": "web.team.guanlixitong.document",
|
||||
"name": "在线文档",
|
||||
"order": "93",
|
||||
"role": "leader,worker",
|
||||
"time": "2024-11-10 11:04:01.130"
|
||||
}
|
||||
},
|
||||
"f10df497cdaa6ec48de612ae8cde4c9a": {
|
||||
"meta": {
|
||||
"auth": "issued",
|
||||
"icons": "https://img.icons8.com/officel/80/video-conference.png",
|
||||
"index": "web.team.guanlixitong.meeting",
|
||||
"name": "在线会议",
|
||||
"order": "91",
|
||||
"role": "leader,worker",
|
||||
"time": "2024-11-22 14:32:17.479"
|
||||
}
|
||||
},
|
||||
"fa5ff99e330772f88b929de7762a36f1": {
|
||||
"meta": {
|
||||
"icons": "https://img.icons8.com/officel/80/goal--v1.png",
|
||||
"index": "web.team.guanlixitong.target",
|
||||
"name": "目标计划",
|
||||
"time": "2024-09-03 01:31:38.952"
|
||||
}
|
||||
},
|
||||
"fdd7de27bfb89e8b12ce43b858b3dd0b": {
|
||||
"meta": {
|
||||
"icons": "bi bi-recycle",
|
||||
|
@ -67,6 +67,17 @@
|
||||
"time": "2025-06-04 14:07:32.478"
|
||||
}
|
||||
},
|
||||
"6bfff2e353b3d91b10bce46305d690dd": {
|
||||
"meta": {
|
||||
"auth": "issued",
|
||||
"icons": "https://img.icons8.com/officel/80/online-store.png",
|
||||
"index": "web.team.jiaocaiziliao.goodslist",
|
||||
"name": "在线商城",
|
||||
"order": "91",
|
||||
"role": "teacher,student,parent",
|
||||
"time": "2024-12-06 06:04:57.813"
|
||||
}
|
||||
},
|
||||
"6c8fbcb20762b3f9e3786efb4748fd46": {
|
||||
"meta": {
|
||||
"icons": "https://img.icons8.com/officel/80/activity-grid.png",
|
||||
@ -121,6 +132,39 @@
|
||||
"time": "2025-06-04 14:07:32.478"
|
||||
}
|
||||
},
|
||||
"abe84c358a4dba0549e0e67559d0e20b": {
|
||||
"meta": {
|
||||
"auth": "issued",
|
||||
"icons": "https://img.icons8.com/officel/80/agreement.png",
|
||||
"index": "web.team.jiaocaiziliao.contract",
|
||||
"name": "在线合同",
|
||||
"order": "95",
|
||||
"role": "teacher,student,parent",
|
||||
"time": "2024-11-26 12:33:10.103"
|
||||
}
|
||||
},
|
||||
"bb835c881eef10c8f87022efeefc9fa8": {
|
||||
"meta": {
|
||||
"auth": "issued",
|
||||
"icons": "https://img.icons8.com/officel/80/ios-photos.png",
|
||||
"index": "web.team.jiaocaiziliao.photo",
|
||||
"name": "在线相册",
|
||||
"order": "96",
|
||||
"role": "teacher,student,parent",
|
||||
"time": "2024-11-26 12:33:10.011"
|
||||
}
|
||||
},
|
||||
"c77029d5bf4c18bd5cdd7aece2203340": {
|
||||
"meta": {
|
||||
"auth": "issued",
|
||||
"icons": "https://img.icons8.com/officel/80/online-payment-with-a-credit-card.png",
|
||||
"index": "web.team.jiaocaiziliao.paymentlist",
|
||||
"name": "在线支付",
|
||||
"order": "92",
|
||||
"role": "teacher,student,parent",
|
||||
"time": "2024-11-23 15:03:16.129"
|
||||
}
|
||||
},
|
||||
"d2d67fa16aa8ff85bd5acf61b1c632ee": {
|
||||
"meta": {
|
||||
"icons": "https://img.icons8.com/officel/80/activity-grid.png",
|
||||
@ -138,6 +182,17 @@
|
||||
"time": "2025-06-04 14:07:32.448"
|
||||
}
|
||||
},
|
||||
"ed068a7899b6e2526dfb5fd1485bfd78": {
|
||||
"meta": {
|
||||
"auth": "issued",
|
||||
"icons": "https://img.icons8.com/officel/80/video-conference.png",
|
||||
"index": "web.team.jiaocaiziliao.meeting",
|
||||
"name": "在线会议",
|
||||
"order": "93",
|
||||
"role": "teacher,student,parent",
|
||||
"time": "2024-11-22 14:32:17.375"
|
||||
}
|
||||
},
|
||||
"ed416856a9404f238884a165a23c5dac": {
|
||||
"meta": {
|
||||
"icons": "/p/src/gonganxitong/member.png?pod=20240724-community",
|
||||
|
@ -1,4 +1,15 @@
|
||||
{
|
||||
"04af779dc0ebd8bdc5740b9be92c2cc9": {
|
||||
"meta": {
|
||||
"auth": "issued",
|
||||
"icons": "https://img.icons8.com/officel/80/online-payment-with-a-credit-card.png",
|
||||
"index": "web.team.jiaowuxitong.paymentlist",
|
||||
"name": "在线支付",
|
||||
"order": "92",
|
||||
"role": "teacher,student,parent",
|
||||
"time": "2024-11-23 15:03:15.972"
|
||||
}
|
||||
},
|
||||
"098ffee875d4ef07e55cf6d08ad69dd5": {
|
||||
"meta": {
|
||||
"icons": "https://img.icons8.com/officel/80/homework.png",
|
||||
@ -7,6 +18,17 @@
|
||||
"time": "2025-06-04 14:07:32.445"
|
||||
}
|
||||
},
|
||||
"116845ea5df8b8f1f223b8b3e0b1394e": {
|
||||
"meta": {
|
||||
"auth": "issued",
|
||||
"icons": "https://img.icons8.com/officel/80/video-conference.png",
|
||||
"index": "web.team.jiaowuxitong.meeting",
|
||||
"name": "在线会议",
|
||||
"order": "93",
|
||||
"role": "teacher,student,parent",
|
||||
"time": "2024-11-22 14:32:17.296"
|
||||
}
|
||||
},
|
||||
"13a95e678955b3b68d6f80f8d30082a8": {
|
||||
"meta": {
|
||||
"icons": "bi bi-ubuntu",
|
||||
@ -55,6 +77,28 @@
|
||||
"time": "2025-06-04 14:07:32.410"
|
||||
}
|
||||
},
|
||||
"52f3109885fe93bb2ec4b91398d41c95": {
|
||||
"meta": {
|
||||
"auth": "issued",
|
||||
"icons": "https://img.icons8.com/officel/80/agreement.png",
|
||||
"index": "web.team.jiaowuxitong.contract",
|
||||
"name": "在线合同",
|
||||
"order": "95",
|
||||
"role": "teacher,student,parent",
|
||||
"time": "2024-11-26 12:33:10.007"
|
||||
}
|
||||
},
|
||||
"581f5dc33ea999742aaf4b7550595cc2": {
|
||||
"meta": {
|
||||
"auth": "issued",
|
||||
"icons": "https://img.icons8.com/officel/80/documents.png",
|
||||
"index": "web.team.jiaowuxitong.document",
|
||||
"name": "在线文档",
|
||||
"order": "94",
|
||||
"role": "teacher,student,parent",
|
||||
"time": "2024-11-26 12:33:10.001"
|
||||
}
|
||||
},
|
||||
"698b334fabef9709512c03f5b4d4f1a7": {
|
||||
"meta": {
|
||||
"icons": "/p/src/gonganxitong/setting.png?pod=20240724-community",
|
||||
@ -84,6 +128,17 @@
|
||||
"time": "2025-06-04 14:07:32.446"
|
||||
}
|
||||
},
|
||||
"bc62c9387327ce07d30e35e2f2b564e2": {
|
||||
"meta": {
|
||||
"auth": "issued",
|
||||
"icons": "https://img.icons8.com/officel/80/ios-photos.png",
|
||||
"index": "web.team.jiaowuxitong.photo",
|
||||
"name": "在线相册",
|
||||
"order": "96",
|
||||
"role": "teacher,student,parent",
|
||||
"time": "2024-11-26 12:33:10.005"
|
||||
}
|
||||
},
|
||||
"c73251765fb5286cea9c8ceefb74530c": {
|
||||
"meta": {
|
||||
"icons": "bi bi-calendar4-week",
|
||||
@ -131,6 +186,17 @@
|
||||
"time": "2025-06-04 14:07:32.446"
|
||||
}
|
||||
},
|
||||
"f4c3e44e06eb233463bc38c941304a32": {
|
||||
"meta": {
|
||||
"auth": "issued",
|
||||
"icons": "https://img.icons8.com/officel/80/online-store.png",
|
||||
"index": "web.team.jiaowuxitong.goodslist",
|
||||
"name": "在线商城",
|
||||
"order": "91",
|
||||
"role": "teacher,student,parent",
|
||||
"time": "2024-12-06 06:04:57.618"
|
||||
}
|
||||
},
|
||||
"fb9b236ba1072037acf5e24c49b04663": {
|
||||
"meta": {
|
||||
"icons": "bi bi-recycle",
|
||||
|
@ -8,6 +8,39 @@
|
||||
"time": "2025-06-04 14:07:32.407"
|
||||
}
|
||||
},
|
||||
"0fda94e2f560bbb9cd38fa8bb60ce3f0": {
|
||||
"meta": {
|
||||
"auth": "issued",
|
||||
"icons": "https://img.icons8.com/officel/80/documents.png",
|
||||
"index": "web.team.kaoshixitong.document",
|
||||
"name": "在线文档",
|
||||
"order": "94",
|
||||
"role": "teacher,student,parent",
|
||||
"time": "2024-11-26 12:33:09.926"
|
||||
}
|
||||
},
|
||||
"196140f9e8da84f2e282ef27484c167b": {
|
||||
"meta": {
|
||||
"auth": "issued",
|
||||
"icons": "https://img.icons8.com/officel/80/ios-photos.png",
|
||||
"index": "web.team.kaoshixitong.photo",
|
||||
"name": "在线相册",
|
||||
"order": "96",
|
||||
"role": "teacher,student,parent",
|
||||
"time": "2024-11-26 12:33:09.838"
|
||||
}
|
||||
},
|
||||
"2c9ef2938b15e082f6adbbde61607e34": {
|
||||
"meta": {
|
||||
"auth": "issued",
|
||||
"icons": "https://img.icons8.com/officel/80/agreement.png",
|
||||
"index": "web.team.kaoshixitong.contract",
|
||||
"name": "在线合同",
|
||||
"order": "95",
|
||||
"role": "teacher,student,parent",
|
||||
"time": "2024-11-26 12:33:09.922"
|
||||
}
|
||||
},
|
||||
"4e9709802f5613397287e3107c1362f8": {
|
||||
"meta": {
|
||||
"icons": "bi bi-recycle",
|
||||
@ -66,6 +99,17 @@
|
||||
"time": "2025-06-04 14:07:32.351"
|
||||
}
|
||||
},
|
||||
"6baca7ca989ceb8127b38d5c446a2f6b": {
|
||||
"meta": {
|
||||
"auth": "issued",
|
||||
"icons": "https://img.icons8.com/officel/80/online-store.png",
|
||||
"index": "web.team.kaoshixitong.goodslist",
|
||||
"name": "在线商城",
|
||||
"order": "91",
|
||||
"role": "teacher,student,parent",
|
||||
"time": "2024-12-06 06:04:57.578"
|
||||
}
|
||||
},
|
||||
"72eb3fc89623556cfa348503328811e1": {
|
||||
"meta": {
|
||||
"icons": "https://img.icons8.com/officel/80/activity-grid.png",
|
||||
@ -84,6 +128,28 @@
|
||||
"time": "2025-06-04 14:07:32.408"
|
||||
}
|
||||
},
|
||||
"c1439837a1d97648477aed1e114c6864": {
|
||||
"meta": {
|
||||
"auth": "issued",
|
||||
"icons": "https://img.icons8.com/officel/80/video-conference.png",
|
||||
"index": "web.team.kaoshixitong.meeting",
|
||||
"name": "在线会议",
|
||||
"order": "93",
|
||||
"role": "teacher,student,parent",
|
||||
"time": "2024-11-22 14:32:17.282"
|
||||
}
|
||||
},
|
||||
"cdf2c57cac0587c7e60a6c01a4c90cb6": {
|
||||
"meta": {
|
||||
"auth": "issued",
|
||||
"icons": "https://img.icons8.com/officel/80/online-payment-with-a-credit-card.png",
|
||||
"index": "web.team.kaoshixitong.paymentlist",
|
||||
"name": "在线支付",
|
||||
"order": "92",
|
||||
"role": "teacher,student,parent",
|
||||
"time": "2024-11-23 15:03:15.885"
|
||||
}
|
||||
},
|
||||
"d730c38222e45cbdce4729e8460803f2": {
|
||||
"meta": {
|
||||
"icons": "bi bi-pencil-square",
|
||||
|
@ -48,6 +48,17 @@
|
||||
"time": "2025-06-04 14:07:32.322"
|
||||
}
|
||||
},
|
||||
"2cc2b9d11344506a6b0bbb0dbdde2d43": {
|
||||
"meta": {
|
||||
"auth": "issued",
|
||||
"icons": "https://img.icons8.com/officel/80/online-store.png",
|
||||
"index": "web.team.production.goodslist",
|
||||
"name": "在线商城",
|
||||
"order": "91",
|
||||
"role": "leader,worker",
|
||||
"time": "2025-05-31 20:33:31.702"
|
||||
}
|
||||
},
|
||||
"2cf321f56f8ace96e561bf54f664f276": {
|
||||
"meta": {
|
||||
"icons": "/p/usr/local/work/20240903-operation/src/production/issue.png",
|
||||
@ -58,6 +69,17 @@
|
||||
"time": "2025-06-04 14:07:32.317"
|
||||
}
|
||||
},
|
||||
"2f55a878524db4227e7476307269db05": {
|
||||
"meta": {
|
||||
"auth": "issued",
|
||||
"icons": "https://img.icons8.com/officel/80/online-payment-with-a-credit-card.png",
|
||||
"index": "web.team.production.paymentlist",
|
||||
"name": "在线支付",
|
||||
"order": "92",
|
||||
"role": "leader,worker",
|
||||
"time": "2025-05-31 20:33:31.706"
|
||||
}
|
||||
},
|
||||
"3be1265611cf96a9d61bd4c2c879db70": {
|
||||
"meta": {
|
||||
"icons": "/p/usr/local/work/20240903-operation/src/production/meet.png",
|
||||
@ -146,6 +168,17 @@
|
||||
"time": "2025-06-04 14:07:32.318"
|
||||
}
|
||||
},
|
||||
"7cf76afacb83fabb3d6a6ffaf48b6066": {
|
||||
"meta": {
|
||||
"auth": "issued",
|
||||
"icons": "https://img.icons8.com/officel/80/documents.png",
|
||||
"index": "web.team.production.document",
|
||||
"name": "在线文档",
|
||||
"order": "94",
|
||||
"role": "leader,worker",
|
||||
"time": "2025-05-31 20:33:31.701"
|
||||
}
|
||||
},
|
||||
"8efc6b4f9d0d59713215fb5843f8f037": {
|
||||
"meta": {
|
||||
"icons": "bi bi-opencollective",
|
||||
@ -175,6 +208,17 @@
|
||||
"time": "2025-06-04 14:07:32.324"
|
||||
}
|
||||
},
|
||||
"a9b5b213c868653f1a060c3231d57e8f": {
|
||||
"meta": {
|
||||
"auth": "issued",
|
||||
"icons": "https://img.icons8.com/officel/80/agreement.png",
|
||||
"index": "web.team.production.contract",
|
||||
"name": "在线合同",
|
||||
"order": "95",
|
||||
"role": "leader,worker",
|
||||
"time": "2025-05-31 20:33:31.699"
|
||||
}
|
||||
},
|
||||
"aaddfdcbc047893eabccc44b8cc790aa": {
|
||||
"meta": {
|
||||
"icons": "/p/usr/local/work/20240903-operation/src/production/date.png",
|
||||
@ -213,6 +257,17 @@
|
||||
"time": "2025-06-04 14:07:32.326"
|
||||
}
|
||||
},
|
||||
"c9559beab992f8b46b9cfa4a196e61e8": {
|
||||
"meta": {
|
||||
"auth": "issued",
|
||||
"icons": "https://img.icons8.com/officel/80/ios-photos.png",
|
||||
"index": "web.team.production.photo",
|
||||
"name": "在线相册",
|
||||
"order": "96",
|
||||
"role": "leader,worker",
|
||||
"time": "2025-05-31 20:33:31.707"
|
||||
}
|
||||
},
|
||||
"c96881ba1b560e55d4d589e7c52033ca": {
|
||||
"meta": {
|
||||
"icons": "/p/usr/local/work/20240903-operation/src/production/task.png",
|
||||
@ -223,6 +278,17 @@
|
||||
"time": "2025-06-04 14:07:32.321"
|
||||
}
|
||||
},
|
||||
"cea1324e3dca123f6560dee5c559a587": {
|
||||
"meta": {
|
||||
"auth": "issued",
|
||||
"icons": "https://img.icons8.com/officel/80/video-conference.png",
|
||||
"index": "web.team.production.meeting",
|
||||
"name": "在线会议",
|
||||
"order": "93",
|
||||
"role": "leader,worker",
|
||||
"time": "2025-05-31 20:33:31.706"
|
||||
}
|
||||
},
|
||||
"d7a6aba1bb09e15de71688e2e6e56807": {
|
||||
"meta": {
|
||||
"icons": "/p/usr/local/work/20240903-operation/src/production/file.png",
|
||||
|
@ -1,4 +1,15 @@
|
||||
{
|
||||
"015b4784c16b63975824abbb3ff4ec9f": {
|
||||
"meta": {
|
||||
"auth": "issued",
|
||||
"icons": "https://img.icons8.com/officel/80/ios-photos.png",
|
||||
"index": "web.team.renzhengshouquan.photo",
|
||||
"name": "在线相册",
|
||||
"order": "95",
|
||||
"role": "leader,worker",
|
||||
"time": "2024-11-26 12:33:09.829"
|
||||
}
|
||||
},
|
||||
"0d7f068029dbf7f9f0d307070cc3a79b": {
|
||||
"meta": {
|
||||
"icons": "bi bi-clipboard-check",
|
||||
@ -9,6 +20,28 @@
|
||||
"time": "2025-06-04 14:07:32.310"
|
||||
}
|
||||
},
|
||||
"1c4fee90e6a7bdb8ab6f1ccb23f3273f": {
|
||||
"meta": {
|
||||
"auth": "issued",
|
||||
"icons": "https://img.icons8.com/officel/80/documents.png",
|
||||
"index": "web.team.renzhengshouquan.document",
|
||||
"name": "在线文档",
|
||||
"order": "93",
|
||||
"role": "leader,worker",
|
||||
"time": "2024-11-26 12:33:09.830"
|
||||
}
|
||||
},
|
||||
"1d15ae175ffe375630da1466417d2d5d": {
|
||||
"meta": {
|
||||
"auth": "issued",
|
||||
"icons": "https://img.icons8.com/officel/80/agreement.png",
|
||||
"index": "web.team.renzhengshouquan.contract",
|
||||
"name": "在线合同",
|
||||
"order": "94",
|
||||
"role": "leader,worker",
|
||||
"time": "2024-11-26 12:33:09.821"
|
||||
}
|
||||
},
|
||||
"26c6b80577a23afcd2c10fcfea0c0f63": {
|
||||
"meta": {
|
||||
"auth": "issued",
|
||||
@ -60,6 +93,17 @@
|
||||
"time": "2025-06-04 14:07:32.311"
|
||||
}
|
||||
},
|
||||
"6806548eeea33ee2118c520a60bc7e4b": {
|
||||
"meta": {
|
||||
"auth": "issued",
|
||||
"icons": "https://img.icons8.com/officel/80/online-store.png",
|
||||
"index": "web.team.renzhengshouquan.goodslist",
|
||||
"name": "在线商城",
|
||||
"order": "91",
|
||||
"role": "leader,worker",
|
||||
"time": "2024-12-06 06:04:57.464"
|
||||
}
|
||||
},
|
||||
"732373815fa26c85ad04dd57ca57db39": {
|
||||
"meta": {
|
||||
"icons": "bi bi-pencil-square",
|
||||
@ -90,6 +134,17 @@
|
||||
"time": "2025-06-04 14:07:32.308"
|
||||
}
|
||||
},
|
||||
"7a3a6cdf6eebd575950694ee28a8452e": {
|
||||
"meta": {
|
||||
"auth": "issued",
|
||||
"icons": "https://img.icons8.com/officel/80/online-payment-with-a-credit-card.png",
|
||||
"index": "web.team.renzhengshouquan.paymentlist",
|
||||
"name": "在线支付",
|
||||
"order": "92",
|
||||
"role": "leader,worker",
|
||||
"time": "2024-11-23 15:03:15.862"
|
||||
}
|
||||
},
|
||||
"83f5f7ed321eeee6827add7a03947102": {
|
||||
"meta": {
|
||||
"auth": "issued",
|
||||
@ -139,6 +194,12 @@
|
||||
"time": "2025-06-04 14:07:32.312"
|
||||
}
|
||||
},
|
||||
"b0a322b1aeb3772b09477be3e47c8e89": {
|
||||
"meta": {
|
||||
"index": "web.team.renzhengshouquan.domain",
|
||||
"time": "2024-09-10 13:43:43.638"
|
||||
}
|
||||
},
|
||||
"bfecb55b11fe68186270fe1b4b8de8cf": {
|
||||
"meta": {
|
||||
"icons": "/p/src/gonganxitong/member.png?pod=20240724-community",
|
||||
@ -149,6 +210,17 @@
|
||||
"time": "2025-06-04 14:07:32.306"
|
||||
}
|
||||
},
|
||||
"c9eeca8509b5b055149a5593312436cd": {
|
||||
"meta": {
|
||||
"auth": "issued",
|
||||
"icons": "https://img.icons8.com/officel/80/video-conference.png",
|
||||
"index": "web.team.renzhengshouquan.meeting",
|
||||
"name": "在线会议",
|
||||
"order": "91",
|
||||
"role": "leader,worker",
|
||||
"time": "2024-11-22 14:32:17.214"
|
||||
}
|
||||
},
|
||||
"d9f55b517f4b2579693523ed3b5bd088": {
|
||||
"meta": {
|
||||
"icons": "bi bi-ubuntu",
|
||||
|
@ -7,6 +7,17 @@
|
||||
"time": "2025-06-04 14:07:32.277"
|
||||
}
|
||||
},
|
||||
"495e018377ed5e64b3e263c5a3267838": {
|
||||
"meta": {
|
||||
"auth": "issued",
|
||||
"icons": "https://img.icons8.com/officel/80/online-payment-with-a-credit-card.png",
|
||||
"index": "web.team.zaixianketang.paymentlist",
|
||||
"name": "在线支付",
|
||||
"order": "92",
|
||||
"role": "teacher,student,parent",
|
||||
"time": "2024-11-23 15:03:15.856"
|
||||
}
|
||||
},
|
||||
"4ff09e3f86605fdc9050681f72470d33": {
|
||||
"meta": {
|
||||
"icons": "bi bi-card-checklist",
|
||||
@ -16,6 +27,24 @@
|
||||
"time": "2025-06-04 14:07:32.305"
|
||||
}
|
||||
},
|
||||
"52d02d396244389be96bbac3c543e582": {
|
||||
"meta": {
|
||||
"index": "web.team.zaixianketang.course",
|
||||
"order": "1",
|
||||
"time": "2024-09-01 22:47:28.669"
|
||||
}
|
||||
},
|
||||
"5f5d90600e0e9b6fda3b93cc20646ac0": {
|
||||
"meta": {
|
||||
"auth": "issued",
|
||||
"icons": "https://img.icons8.com/officel/80/video-conference.png",
|
||||
"index": "web.team.zaixianketang.meeting",
|
||||
"name": "在线会议",
|
||||
"order": "93",
|
||||
"role": "teacher,student,parent",
|
||||
"time": "2024-11-22 14:32:17.131"
|
||||
}
|
||||
},
|
||||
"6af91cbf33dbd478e24c3db663e88dfd": {
|
||||
"meta": {
|
||||
"icons": "bi bi-pencil-square",
|
||||
@ -121,6 +150,39 @@
|
||||
"time": "2025-06-04 14:07:32.302"
|
||||
}
|
||||
},
|
||||
"d98f12c7f4ba013725dae268e146df20": {
|
||||
"meta": {
|
||||
"auth": "issued",
|
||||
"icons": "https://img.icons8.com/officel/80/documents.png",
|
||||
"index": "web.team.zaixianketang.document",
|
||||
"name": "在线文档",
|
||||
"order": "94",
|
||||
"role": "teacher,student,parent",
|
||||
"time": "2024-11-26 12:33:09.816"
|
||||
}
|
||||
},
|
||||
"dac365dbc25d4e52d6fac4430eff9a8f": {
|
||||
"meta": {
|
||||
"auth": "issued",
|
||||
"icons": "https://img.icons8.com/officel/80/online-store.png",
|
||||
"index": "web.team.zaixianketang.goodslist",
|
||||
"name": "在线商城",
|
||||
"order": "91",
|
||||
"role": "teacher,student,parent",
|
||||
"time": "2024-12-06 06:04:57.346"
|
||||
}
|
||||
},
|
||||
"e15b4e54765cfa21aa8352f58a1a69c9": {
|
||||
"meta": {
|
||||
"auth": "issued",
|
||||
"icons": "https://img.icons8.com/officel/80/ios-photos.png",
|
||||
"index": "web.team.zaixianketang.photo",
|
||||
"name": "在线相册",
|
||||
"order": "96",
|
||||
"role": "teacher,student,parent",
|
||||
"time": "2024-11-26 12:33:09.812"
|
||||
}
|
||||
},
|
||||
"e734827be8647da9ea3371fec37274ae": {
|
||||
"meta": {
|
||||
"icons": "/p/src/gonganxitong/setting.png?pod=20240724-community",
|
||||
@ -131,6 +193,17 @@
|
||||
"time": "2025-06-04 14:07:32.302"
|
||||
}
|
||||
},
|
||||
"e96070f8e2cd3c83d9176f913b37f137": {
|
||||
"meta": {
|
||||
"auth": "issued",
|
||||
"icons": "https://img.icons8.com/officel/80/agreement.png",
|
||||
"index": "web.team.zaixianketang.contract",
|
||||
"name": "在线合同",
|
||||
"order": "95",
|
||||
"role": "teacher,student,parent",
|
||||
"time": "2024-11-26 12:33:09.735"
|
||||
}
|
||||
},
|
||||
"fcbe63f1af465ccde7cde55736373714": {
|
||||
"meta": {
|
||||
"icons": "/p/src/gonganxitong/member.png?pod=20240724-community",
|
||||
|
Loading…
x
Reference in New Issue
Block a user