mirror of
https://shylinux.com/x/operation
synced 2025-04-24 17:08:04 +08:00
opt some
This commit is contained in:
parent
a05a435956
commit
15a1b424b0
15
go.mod
15
go.mod
@ -3,10 +3,13 @@ module shylinux.com/x/operation
|
||||
go 1.13
|
||||
|
||||
require (
|
||||
shylinux.com/x/community v0.0.12
|
||||
shylinux.com/x/enterprise v0.0.8
|
||||
shylinux.com/x/ice v1.5.49
|
||||
shylinux.com/x/icebergs v1.9.49
|
||||
shylinux.com/x/mysql-story v0.6.22
|
||||
shylinux.com/x/toolkits v1.0.15
|
||||
shylinux.com/x/community v0.0.15
|
||||
shylinux.com/x/enterprise v0.0.9
|
||||
shylinux.com/x/mysql-story v0.6.24
|
||||
)
|
||||
|
||||
require (
|
||||
shylinux.com/x/ice v1.5.51
|
||||
shylinux.com/x/icebergs v1.9.51
|
||||
shylinux.com/x/toolkits v1.0.16
|
||||
)
|
||||
|
41
go.sum
41
go.sum
@ -1,8 +1,11 @@
|
||||
github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU=
|
||||
github.com/PuerkitoBio/goquery v1.9.1/go.mod h1:cW1n6TmIMDoORQU5IU/P1T3tGFunOeXEpGP2WHRwkbY=
|
||||
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/andybalholm/cascadia v1.3.2/go.mod h1:7gtRlve5FxPPgIgX36uWBX58OdBsSS6lUvCFb+h7KvU=
|
||||
github.com/bgould/http v0.0.0-20190627042742-d268792bdee7/go.mod h1:BTqvVegvwifopl4KTEDth6Zezs9eR+lCWhvGKvkxJHE=
|
||||
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/dhowden/itl v0.0.0-20170329215456-9fbe21093131/go.mod h1:eVWQJVQ67aMvYhpkDwaH2Goy2vo6v8JCMfGXfQ9sPtw=
|
||||
github.com/dhowden/plist v0.0.0-20141002110153-5db6e0d9931a/go.mod h1:sLjdR6uwx3L6/Py8F+QgAfeiuY87xuYGwCDqRFrvCzw=
|
||||
@ -41,6 +44,7 @@ github.com/mattn/go-sqlite3 v1.14.22/go.mod h1:Uh1q+B4BYcTPb+yiD3kU8Ct7aC0hY9fxU
|
||||
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646/go.mod h1:jpp1/29i3P1S/RLdc7JQKbRpFeM1dOBd8T9ki5s+AY8=
|
||||
github.com/pelletier/go-toml v1.6.0/go.mod h1:5N711Q9dKgbdkxHL+MEfF31hpT7l0S0s/t2kKREewys=
|
||||
github.com/peterbourgon/ff/v3 v3.1.2/go.mod h1:XNJLY8EIl6MjMVjBS4F0+G0LYoAqs0DTa4rmHHukKDE=
|
||||
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/sago35/go-bdf v0.0.0-20200313142241-6c17821c91c4/go.mod h1:rOebXGuMLsXhZAC6mF/TjxONsm45498ZyzVhel++6KM=
|
||||
github.com/saltosystems/winrt-go v0.0.0-20240509164145-4f7860a3bd2b/go.mod h1:CIltaIm7qaANUIvzr0Vmz71lmQMAIbGJ7cvgzX7FMfA=
|
||||
@ -60,14 +64,28 @@ github.com/stretchr/testify v1.7.0/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/
|
||||
github.com/stretchr/testify v1.7.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg=
|
||||
github.com/stretchr/testify v1.7.5/go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO+kdMU+MU=
|
||||
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.8.4/go.mod h1:sz/lmYIOXD/1dqDmKjjqLyZ2RngseejIcXlSw2iwfAo=
|
||||
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/tdakkota/win32metadata v0.1.0/go.mod h1:77e6YvX0LIVW+O81fhWLnXAxxcyu/wdZdG7iwed7Fyk=
|
||||
github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/common v1.0.1046/go.mod h1:r5r4xbfxSaeR04b166HGsBa/R4U3SueirEUpXGuw+Q0=
|
||||
github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/common v1.0.1047/go.mod h1:r5r4xbfxSaeR04b166HGsBa/R4U3SueirEUpXGuw+Q0=
|
||||
github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/common v1.0.1051 h1:3mg0L9vv9eO8UN4Oa7vNawe6yUIuXf9D0Q79rUmnblo=
|
||||
github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/common v1.0.1051/go.mod h1:r5r4xbfxSaeR04b166HGsBa/R4U3SueirEUpXGuw+Q0=
|
||||
github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/ocr v1.0.1046 h1:P8TrTPEWu4GjnEMyNgdYmV5jXigGtDMn+sVTLJJvW0c=
|
||||
github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/ocr v1.0.1046/go.mod h1:ifVagKrjnvy/ibrvLZjsELEh5WdRtchM8xyUlF88BNg=
|
||||
github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/smh v1.0.1051 h1:P7q/ROrOi/M/VzM4ADMeALj94zJaW/zIGvJ6xe5BBkw=
|
||||
github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/smh v1.0.1051/go.mod h1:dVFt5mYSzAtQ2uLOBavl9G4KHrjJJOCLqtrzvW+h0tg=
|
||||
github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/sms v1.0.1047 h1:FF8uERgTL9NKxgUHrKHbVefETVL3J6DeL9t6qvIT5yI=
|
||||
github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/sms v1.0.1047/go.mod h1:3tgFFSlybx6XyhvLWpnSjWYFMedTyQC9oyh8CH1Ak28=
|
||||
github.com/tinygo-org/cbgo v0.0.4/go.mod h1:7+HgWIHd4nbAz0ESjGlJ1/v9LDU1Ox8MGzP9mah/fLk=
|
||||
github.com/tinygo-org/pio v0.0.0-20231216154340-cd888eb58899/go.mod h1:LU7Dw00NJ+N86QkeTGjMLNkYcEYMor6wTDpTCu0EaH8=
|
||||
github.com/tklauser/go-sysconf v0.3.13/go.mod h1:zwleP4Q4OehZHGn4CYZDipCgg9usW5IJePewFCGVEa0=
|
||||
github.com/tklauser/numcpus v0.7.0/go.mod h1:bb6dMVcj8A42tSE7i32fsIUCbQNllK5iDguyOZRUzAY=
|
||||
github.com/valyala/fastjson v1.6.3/go.mod h1:CLCAqky6SMuOcxStkYQvblddUtoRxhYMGLrsQns1aXY=
|
||||
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.4.1/go.mod h1:mwnBkeHKe2W/ZEtQ+71ViKU8L12m81fl3OWwC1Zlc8k=
|
||||
github.com/yuin/goldmark v1.4.13/go.mod h1:6yULJ656Px+3vBD8DxQVa3kxgyrAnzto9xy5taEt/CY=
|
||||
github.com/yuin/goldmark v1.5.5/go.mod h1:6yULJ656Px+3vBD8DxQVa3kxgyrAnzto9xy5taEt/CY=
|
||||
@ -167,9 +185,11 @@ golang.org/x/tools v0.13.0/go.mod h1:HvlwmtVNQAhOuCjW7xxvovg8wbNq7LwfXh/k7wXUl58
|
||||
golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d/go.mod h1:aiJjzUbINMkxbQROHiO6hDPo2LHcIPhhQsa9DLh0yGk=
|
||||
golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
|
||||
golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
|
||||
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 h1:yhCVgyC4o1eVCa2tZl7eS0r+SDo693bJlVdllGtEeKM=
|
||||
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
|
||||
gopkg.in/yaml.v2 v2.2.4/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI=
|
||||
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=
|
||||
@ -183,16 +203,19 @@ shylinux.com/x/community v0.0.4/go.mod h1:JDPG8S21VOKn5hoa2YdCp87MMpYv+6777ut8dH
|
||||
shylinux.com/x/community v0.0.6/go.mod h1:LHW7uwm+t5j2UVUuIkaUXNQ9u6z7i32a1intAl4Iuxg=
|
||||
shylinux.com/x/community v0.0.8/go.mod h1:aMwANSS8R7JyeD+NAMCRivcb/ZIsl8doW8IwuThNTck=
|
||||
shylinux.com/x/community v0.0.10/go.mod h1:76xFyUFOmvJ5OdjQp3vUTAG2oPjfTVfF+JghDLCFHEA=
|
||||
shylinux.com/x/community v0.0.12 h1:qH10HfaNUiX7XH1vh4y34UA/PpM79vBXaRnRuXncLqQ=
|
||||
shylinux.com/x/community v0.0.12/go.mod h1:29ixXxbhnlfn5tUNgRwyx4s1iNi39jq5KUlgab/Au5w=
|
||||
shylinux.com/x/community v0.0.14/go.mod h1:ktSJt3XoOeSKhfqGnMDjJ0rmwpCXN8uOmtr3RPUOWRA=
|
||||
shylinux.com/x/community v0.0.15 h1:cehgNrcFAr+RK831kgGLxm3ykqoQBonTa1mvRY4bDo4=
|
||||
shylinux.com/x/community v0.0.15/go.mod h1:Jd57eByPVEwwFk08nuTTnDeftz8GKgvV77GsPpl3eNM=
|
||||
shylinux.com/x/enterprise v0.0.1/go.mod h1:AHfHtTtR5AmSrCQqDh5gCU57h40V2UyA00nC1yEMsns=
|
||||
shylinux.com/x/enterprise v0.0.3/go.mod h1:lo9wM4971wjrjrvuTD+KKzje6N7k3LV2+5c2DLuOXNM=
|
||||
shylinux.com/x/enterprise v0.0.4/go.mod h1:sBLCMzaz612zlLlTFB93e302dYOy4aS856xaXqyBNJg=
|
||||
shylinux.com/x/enterprise v0.0.5/go.mod h1:DiTiXP00MFDUR2trnsy5/qJ/w+JOOQC36YWloTGCZHs=
|
||||
shylinux.com/x/enterprise v0.0.6/go.mod h1:YzUviyeUIFPd2BIvNkUGpmx6qRFbCvGSA6muxKQzbOM=
|
||||
shylinux.com/x/enterprise v0.0.7/go.mod h1:v5FHdMRSdAJ2LhCWbJuI87nb329bQiv6W231AeT89T0=
|
||||
shylinux.com/x/enterprise v0.0.8 h1:Kxbg0qFp1fcMgwZ9gEEQQz9MmnvHITIiqKXMwkk4At4=
|
||||
shylinux.com/x/enterprise v0.0.8/go.mod h1:sxBDUPwUpFwAnix0gpeIunkSNFTZT6tdpo6mawmc9UM=
|
||||
shylinux.com/x/enterprise v0.0.9 h1:yg4qlljn0ZygrnMIMf7cHxDNLA3QglOWXtWkSxzbLO0=
|
||||
shylinux.com/x/enterprise v0.0.9/go.mod h1:/MRFVTNavStBkU0YUlXNjj5E2yNIuwJFk0D6T5dEFpg=
|
||||
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=
|
||||
@ -208,29 +231,31 @@ shylinux.com/x/ice v1.5.44/go.mod h1:/ze8UI3sUpdx8S/Qadr8xYRvLIri4P93Mkwi4b9EmEk
|
||||
shylinux.com/x/ice v1.5.45/go.mod h1:zQ6azXiRPHq1QE/buftQ1dRwfzgkPzZptXW083VfE40=
|
||||
shylinux.com/x/ice v1.5.46/go.mod h1:l9ejEyDlVTeE6Dnj0sND9a7JixBkn9TdbZTkAdVUyTQ=
|
||||
shylinux.com/x/ice v1.5.48/go.mod h1:aDG7yzDlX3NsWEoIjIoiV3sQPec4APZGbYsSJFtcI4I=
|
||||
shylinux.com/x/ice v1.5.49 h1:+y/Gr2zIp8tkc41hZOoSHNu3EJqnEjtHtCWMi6Bfpos=
|
||||
shylinux.com/x/ice v1.5.49/go.mod h1:iHpWVIZGhnBDLEYARcvaY0wbA1Hr16lsfPi72YHyabQ=
|
||||
shylinux.com/x/ice v1.5.51 h1:+OHBqAr7I9Je0xQGnxHGkDK94b8gqU+Vu/vyRVBWg88=
|
||||
shylinux.com/x/ice v1.5.51/go.mod h1:Aibxna8tTShnR5pBBfkyeGPrHr575YD5c21mflpTH5k=
|
||||
shylinux.com/x/icebergs v1.9.39/go.mod h1:rUqDj1pzd6uPj7+klEn+doqXiWlb/24/batRyBB5ppo=
|
||||
shylinux.com/x/icebergs v1.9.41/go.mod h1:/BcFEB/6Dd70Owmb3wsA9NYShHQwmSH74xn9pNudRMg=
|
||||
shylinux.com/x/icebergs v1.9.44/go.mod h1:/BcFEB/6Dd70Owmb3wsA9NYShHQwmSH74xn9pNudRMg=
|
||||
shylinux.com/x/icebergs v1.9.45/go.mod h1:wM3PkomBSeASTekVjxuOP8Y28HYq84MxUZ3d5BZEN74=
|
||||
shylinux.com/x/icebergs v1.9.46/go.mod h1:wM3PkomBSeASTekVjxuOP8Y28HYq84MxUZ3d5BZEN74=
|
||||
shylinux.com/x/icebergs v1.9.48/go.mod h1:wM3PkomBSeASTekVjxuOP8Y28HYq84MxUZ3d5BZEN74=
|
||||
shylinux.com/x/icebergs v1.9.49 h1:5gGPFPeveCaNIgZhVdj+Vw8R07phq2NWsAH1+95xr40=
|
||||
shylinux.com/x/icebergs v1.9.49/go.mod h1:wM3PkomBSeASTekVjxuOP8Y28HYq84MxUZ3d5BZEN74=
|
||||
shylinux.com/x/icebergs v1.9.51 h1:23Q2FZgk+aaXWe8c0DqM02BFlUIRPnclu1LQQAROmqQ=
|
||||
shylinux.com/x/icebergs v1.9.51/go.mod h1:d8sN77l5UZA+h8/swZ9OzqRCruoSYHWYjg5qKWnQI2s=
|
||||
shylinux.com/x/mysql-story v0.6.14/go.mod h1:AvzKCyuN/zYMYRky3YjCsX1RLwCZFAL4zuQ5jzZidsM=
|
||||
shylinux.com/x/mysql-story v0.6.16/go.mod h1:GTvoeL4r0PYEtZomPQgnndxSxHIZzPdrWkbQmplmn5o=
|
||||
shylinux.com/x/mysql-story v0.6.18/go.mod h1:Am+fx/T9pEeUepoX0eoSM53Qu0xVcQKpLGdBNC+x43A=
|
||||
shylinux.com/x/mysql-story v0.6.19/go.mod h1:1YCZtwNUgg26vlhecjnFiPWfUq5i7YfHC6nxy+waGuQ=
|
||||
shylinux.com/x/mysql-story v0.6.20/go.mod h1:1YCZtwNUgg26vlhecjnFiPWfUq5i7YfHC6nxy+waGuQ=
|
||||
shylinux.com/x/mysql-story v0.6.21/go.mod h1:HSWqYyKfvv2mctpEOfAf9zs81O+Z/swV000TN/GSgSY=
|
||||
shylinux.com/x/mysql-story v0.6.22 h1:ZcpuIcp5ODktjd1yKRQGimQ/pZbwS3BYd5St7waaL1g=
|
||||
shylinux.com/x/mysql-story v0.6.22/go.mod h1:tZMStD+Z9LbvGlkzqpjuDxg8Oc4jfTgPxdxY/cEbJdI=
|
||||
shylinux.com/x/mysql-story v0.6.24 h1:cXwPwIfs90+0QUfTAR06Z6UE9zDwzMRae2aJGYAwLHM=
|
||||
shylinux.com/x/mysql-story v0.6.24/go.mod h1:PpRyUZapENVM6/UeqycSroQVU1+s6K8eTE7cH6UtaYw=
|
||||
shylinux.com/x/toolkits v0.7.10/go.mod h1:CHDJarGlDkg60kVsvMLYL/a5hAnRLEOShiEsMOuEp0Q=
|
||||
shylinux.com/x/toolkits v1.0.13/go.mod h1:CHDJarGlDkg60kVsvMLYL/a5hAnRLEOShiEsMOuEp0Q=
|
||||
shylinux.com/x/toolkits v1.0.14/go.mod h1:CHDJarGlDkg60kVsvMLYL/a5hAnRLEOShiEsMOuEp0Q=
|
||||
shylinux.com/x/toolkits v1.0.15 h1:E8+tCRfAe7L5z3EfyHA3Zf+0czxjHfOw40q3158Rsw4=
|
||||
shylinux.com/x/toolkits v1.0.15/go.mod h1:CHDJarGlDkg60kVsvMLYL/a5hAnRLEOShiEsMOuEp0Q=
|
||||
shylinux.com/x/toolkits v1.0.16 h1:7Oh454uAyBLfflIFEQooLNzml4pqXIReiaxEVA/YXaU=
|
||||
shylinux.com/x/toolkits v1.0.16/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=
|
||||
tinygo.org/x/bluetooth v0.10.0/go.mod h1:t/Vm2a/rslsBoqFQKCBsWQw/cmRicQq+8Tl3tj5RCRI=
|
||||
|
@ -10,6 +10,7 @@
|
||||
},
|
||||
"1b65a1e29a6fbafcfc923377c17e0786": {
|
||||
"meta": {
|
||||
"auth": "issued",
|
||||
"icons": "https://img.icons8.com/officel/80/agreement.png",
|
||||
"index": "web.team.dashboard.contract",
|
||||
"name": "在线合同",
|
||||
@ -58,6 +59,7 @@
|
||||
},
|
||||
"540ddf077c3c36f74bff3cd7bfca960c": {
|
||||
"meta": {
|
||||
"auth": "issued",
|
||||
"icons": "https://img.icons8.com/officel/80/online-payment-with-a-credit-card.png",
|
||||
"index": "web.team.dashboard.paymentlist",
|
||||
"name": "在线支付",
|
||||
@ -75,8 +77,18 @@
|
||||
"time": "2024-09-21 08:58:33.696"
|
||||
}
|
||||
},
|
||||
"6bed6f6b60d01503a6060b8e3e7fae96": {
|
||||
"meta": {
|
||||
"icons": "https://img.icons8.com/officel/80/data-configuration.png",
|
||||
"index": "web.team.dashboard.cleanup",
|
||||
"name": "数据清理",
|
||||
"order": "3",
|
||||
"time": "2024-12-09 16:37:31.617"
|
||||
}
|
||||
},
|
||||
"7c976e2b537da5ed93131b1f4a1833d8": {
|
||||
"meta": {
|
||||
"auth": "issued",
|
||||
"icons": "https://img.icons8.com/officel/80/video-conference.png",
|
||||
"index": "web.team.dashboard.meeting",
|
||||
"name": "在线会议",
|
||||
@ -87,6 +99,7 @@
|
||||
},
|
||||
"85e9ad5c568cceaa0aa273431f2cfcc2": {
|
||||
"meta": {
|
||||
"auth": "issued",
|
||||
"icons": "https://img.icons8.com/officel/50/documents.png",
|
||||
"index": "web.team.dashboard.document",
|
||||
"name": "在线文档",
|
||||
@ -130,11 +143,13 @@
|
||||
"name": "连接配置",
|
||||
"order": "1",
|
||||
"role": "leader",
|
||||
"time": "2024-09-18 10:11:37.406"
|
||||
"time": "2024-09-18 10:11:37.406",
|
||||
"type": "mysql"
|
||||
}
|
||||
},
|
||||
"d13cf7ba94dbc15ff9fd04603a2ecfc8": {
|
||||
"meta": {
|
||||
"auth": "issued",
|
||||
"icons": "https://img.icons8.com/officel/80/online-store.png",
|
||||
"index": "web.team.dashboard.goodslist",
|
||||
"name": "在线商城",
|
||||
@ -155,6 +170,7 @@
|
||||
},
|
||||
"e3b889de9ace6b7f42008f8e0732effc": {
|
||||
"meta": {
|
||||
"auth": "issued",
|
||||
"icons": "https://img.icons8.com/officel/50/ios-photos.png",
|
||||
"index": "web.team.dashboard.photo",
|
||||
"name": "在线相册",
|
||||
|
@ -11,6 +11,7 @@
|
||||
},
|
||||
"149aeb9426d25387396b3f60ea618df7": {
|
||||
"meta": {
|
||||
"auth": "issued",
|
||||
"icons": "https://img.icons8.com/officel/80/video-conference.png",
|
||||
"index": "web.team.development.meeting",
|
||||
"name": "在线会议",
|
||||
@ -76,6 +77,7 @@
|
||||
},
|
||||
"7f4fd414f77915febeb469732ae4b5fc": {
|
||||
"meta": {
|
||||
"auth": "issued",
|
||||
"icons": "https://img.icons8.com/officel/80/online-store.png",
|
||||
"index": "web.team.development.goodslist",
|
||||
"name": "在线商城",
|
||||
@ -85,6 +87,7 @@
|
||||
},
|
||||
"8922cdd711b3060411b079fa8f39ba72": {
|
||||
"meta": {
|
||||
"auth": "issued",
|
||||
"icons": "https://img.icons8.com/officel/50/ios-photos.png",
|
||||
"index": "web.team.development.photo",
|
||||
"name": "在线相册",
|
||||
@ -163,6 +166,7 @@
|
||||
},
|
||||
"e3412424662fc4735c37f7a7bda7558a": {
|
||||
"meta": {
|
||||
"auth": "issued",
|
||||
"icons": "https://img.icons8.com/officel/80/online-payment-with-a-credit-card.png",
|
||||
"index": "web.team.development.paymentlist",
|
||||
"name": "在线支付",
|
||||
@ -172,6 +176,7 @@
|
||||
},
|
||||
"e347aded50c684b8e3118ba359a56039": {
|
||||
"meta": {
|
||||
"auth": "issued",
|
||||
"icons": "https://img.icons8.com/officel/50/documents.png",
|
||||
"index": "web.team.development.document",
|
||||
"name": "在线文档",
|
||||
@ -200,6 +205,7 @@
|
||||
},
|
||||
"f842095ef49f8ab1a3e11b26b1f7391d": {
|
||||
"meta": {
|
||||
"auth": "issued",
|
||||
"icons": "https://img.icons8.com/officel/80/agreement.png",
|
||||
"index": "web.team.development.contract",
|
||||
"name": "在线合同",
|
||||
|
@ -20,6 +20,7 @@
|
||||
},
|
||||
"22574299a657140d473f0216b8d83710": {
|
||||
"meta": {
|
||||
"auth": "issued",
|
||||
"icons": "https://img.icons8.com/officel/50/documents.png",
|
||||
"index": "web.team.gonganxitong.document",
|
||||
"name": "在线文档",
|
||||
@ -39,6 +40,7 @@
|
||||
},
|
||||
"2f80f1821b55a90555f630def20387be": {
|
||||
"meta": {
|
||||
"auth": "issued",
|
||||
"icons": "https://img.icons8.com/officel/80/agreement.png",
|
||||
"index": "web.team.gonganxitong.contract",
|
||||
"name": "在线合同",
|
||||
@ -57,6 +59,7 @@
|
||||
},
|
||||
"55ff6002f602327674ed6d4616023184": {
|
||||
"meta": {
|
||||
"auth": "issued",
|
||||
"icons": "https://img.icons8.com/officel/80/online-store.png",
|
||||
"index": "web.team.gonganxitong.goodslist",
|
||||
"name": "在线商城",
|
||||
@ -66,6 +69,7 @@
|
||||
},
|
||||
"882a999b4a72a9866d9e4eef110d335a": {
|
||||
"meta": {
|
||||
"auth": "issued",
|
||||
"icons": "https://img.icons8.com/officel/50/ios-photos.png",
|
||||
"index": "web.team.gonganxitong.photo",
|
||||
"name": "在线相册",
|
||||
@ -148,6 +152,7 @@
|
||||
},
|
||||
"cbfda09ef49108ad9addf5117bcb54ce": {
|
||||
"meta": {
|
||||
"auth": "issued",
|
||||
"icons": "https://img.icons8.com/officel/80/online-payment-with-a-credit-card.png",
|
||||
"index": "web.team.gonganxitong.paymentlist",
|
||||
"name": "在线支付",
|
||||
@ -175,6 +180,7 @@
|
||||
},
|
||||
"f24b53f61852f58734f9ef8488705026": {
|
||||
"meta": {
|
||||
"auth": "issued",
|
||||
"icons": "https://img.icons8.com/officel/80/video-conference.png",
|
||||
"index": "web.team.gonganxitong.meeting",
|
||||
"name": "在线会议",
|
||||
|
@ -106,6 +106,7 @@
|
||||
},
|
||||
"7c0eda0a842c79270ebf4917a0a07b9e": {
|
||||
"meta": {
|
||||
"auth": "issued",
|
||||
"icons": "https://img.icons8.com/officel/80/online-store.png",
|
||||
"index": "web.team.guanlixitong.goodslist",
|
||||
"name": "在线商城",
|
||||
@ -125,6 +126,7 @@
|
||||
},
|
||||
"8548d5ce3faee7bd508d2fb53d57f35b": {
|
||||
"meta": {
|
||||
"auth": "issued",
|
||||
"icons": "https://img.icons8.com/officel/50/ios-photos.png",
|
||||
"index": "web.team.guanlixitong.photo",
|
||||
"name": "在线相册",
|
||||
@ -204,6 +206,7 @@
|
||||
},
|
||||
"cb1692a3c6b2d0d7da022787e411843b": {
|
||||
"meta": {
|
||||
"auth": "issued",
|
||||
"icons": "https://img.icons8.com/officel/80/online-payment-with-a-credit-card.png",
|
||||
"index": "web.team.guanlixitong.paymentlist",
|
||||
"name": "在线支付",
|
||||
@ -222,6 +225,7 @@
|
||||
},
|
||||
"e2ade31e19fd70911169780be6757fa3": {
|
||||
"meta": {
|
||||
"auth": "issued",
|
||||
"icons": "https://img.icons8.com/officel/80/agreement.png",
|
||||
"index": "web.team.guanlixitong.contract",
|
||||
"name": "在线合同",
|
||||
@ -231,6 +235,7 @@
|
||||
},
|
||||
"e595a0bbefbcfaa89f45dd875cc6fe0b": {
|
||||
"meta": {
|
||||
"auth": "issued",
|
||||
"icons": "https://img.icons8.com/officel/50/documents.png",
|
||||
"index": "web.team.guanlixitong.document",
|
||||
"name": "在线文档",
|
||||
@ -240,6 +245,7 @@
|
||||
},
|
||||
"f10df497cdaa6ec48de612ae8cde4c9a": {
|
||||
"meta": {
|
||||
"auth": "issued",
|
||||
"icons": "https://img.icons8.com/officel/80/video-conference.png",
|
||||
"index": "web.team.guanlixitong.meeting",
|
||||
"name": "在线会议",
|
||||
|
@ -1,6 +1,7 @@
|
||||
{
|
||||
"03f7f410d292fb30026cbcd99290e943": {
|
||||
"meta": {
|
||||
"auth": "issued",
|
||||
"icons": "https://img.icons8.com/officel/80/online-store.png",
|
||||
"index": "web.team.operation.goodslist",
|
||||
"name": "在线商城",
|
||||
@ -10,6 +11,7 @@
|
||||
},
|
||||
"2511b9e18bf167ae0171c740e8f0513c": {
|
||||
"meta": {
|
||||
"auth": "issued",
|
||||
"icons": "https://img.icons8.com/officel/80/agreement.png",
|
||||
"index": "web.team.operation.contract",
|
||||
"name": "在线合同",
|
||||
@ -48,6 +50,7 @@
|
||||
},
|
||||
"700c65f09a19cb53ee5c2dfbb98a5a0b": {
|
||||
"meta": {
|
||||
"auth": "issued",
|
||||
"icons": "https://img.icons8.com/officel/80/video-conference.png",
|
||||
"index": "web.team.operation.meeting",
|
||||
"name": "在线会议",
|
||||
@ -77,6 +80,7 @@
|
||||
},
|
||||
"91b0ca086b5b8aa00e84737c4395a19f": {
|
||||
"meta": {
|
||||
"auth": "issued",
|
||||
"icons": "https://img.icons8.com/officel/50/ios-photos.png",
|
||||
"index": "web.team.operation.photo",
|
||||
"name": "在线相册",
|
||||
@ -133,6 +137,7 @@
|
||||
},
|
||||
"d953e8b2c9159b1f4d32ff1c15793314": {
|
||||
"meta": {
|
||||
"auth": "issued",
|
||||
"icons": "https://img.icons8.com/officel/50/documents.png",
|
||||
"index": "web.team.operation.document",
|
||||
"name": "在线文档",
|
||||
@ -161,6 +166,7 @@
|
||||
},
|
||||
"e9150ed09fcdb4da60f1e9f0d5fe54ea": {
|
||||
"meta": {
|
||||
"auth": "issued",
|
||||
"icons": "https://img.icons8.com/officel/80/online-payment-with-a-credit-card.png",
|
||||
"index": "web.team.operation.paymentlist",
|
||||
"name": "在线支付",
|
||||
|
@ -20,6 +20,7 @@
|
||||
},
|
||||
"2cc2b9d11344506a6b0bbb0dbdde2d43": {
|
||||
"meta": {
|
||||
"auth": "issued",
|
||||
"icons": "https://img.icons8.com/officel/80/online-store.png",
|
||||
"index": "web.team.production.goodslist",
|
||||
"name": "在线商城",
|
||||
@ -39,6 +40,7 @@
|
||||
},
|
||||
"2f55a878524db4227e7476307269db05": {
|
||||
"meta": {
|
||||
"auth": "issued",
|
||||
"icons": "https://img.icons8.com/officel/80/online-payment-with-a-credit-card.png",
|
||||
"index": "web.team.production.paymentlist",
|
||||
"name": "在线支付",
|
||||
@ -96,6 +98,7 @@
|
||||
},
|
||||
"7cf76afacb83fabb3d6a6ffaf48b6066": {
|
||||
"meta": {
|
||||
"auth": "issued",
|
||||
"icons": "https://img.icons8.com/officel/50/documents.png",
|
||||
"index": "web.team.production.document",
|
||||
"name": "在线文档",
|
||||
@ -134,6 +137,7 @@
|
||||
},
|
||||
"a9b5b213c868653f1a060c3231d57e8f": {
|
||||
"meta": {
|
||||
"auth": "issued",
|
||||
"icons": "https://img.icons8.com/officel/80/agreement.png",
|
||||
"index": "web.team.production.contract",
|
||||
"name": "在线合同",
|
||||
@ -171,6 +175,7 @@
|
||||
},
|
||||
"c9559beab992f8b46b9cfa4a196e61e8": {
|
||||
"meta": {
|
||||
"auth": "issued",
|
||||
"icons": "https://img.icons8.com/officel/50/ios-photos.png",
|
||||
"index": "web.team.production.photo",
|
||||
"name": "在线相册",
|
||||
@ -191,6 +196,7 @@
|
||||
},
|
||||
"cea1324e3dca123f6560dee5c559a587": {
|
||||
"meta": {
|
||||
"auth": "issued",
|
||||
"icons": "https://img.icons8.com/officel/80/video-conference.png",
|
||||
"index": "web.team.production.meeting",
|
||||
"name": "在线会议",
|
||||
|
@ -1,6 +1,7 @@
|
||||
{
|
||||
"015b4784c16b63975824abbb3ff4ec9f": {
|
||||
"meta": {
|
||||
"auth": "issued",
|
||||
"icons": "https://img.icons8.com/officel/50/ios-photos.png",
|
||||
"index": "web.team.renzhengshouquan.photo",
|
||||
"name": "在线相册",
|
||||
@ -20,6 +21,7 @@
|
||||
},
|
||||
"1c4fee90e6a7bdb8ab6f1ccb23f3273f": {
|
||||
"meta": {
|
||||
"auth": "issued",
|
||||
"icons": "https://img.icons8.com/officel/50/documents.png",
|
||||
"index": "web.team.renzhengshouquan.document",
|
||||
"name": "在线文档",
|
||||
@ -29,6 +31,7 @@
|
||||
},
|
||||
"1d15ae175ffe375630da1466417d2d5d": {
|
||||
"meta": {
|
||||
"auth": "issued",
|
||||
"icons": "https://img.icons8.com/officel/80/agreement.png",
|
||||
"index": "web.team.renzhengshouquan.contract",
|
||||
"name": "在线合同",
|
||||
@ -77,6 +80,7 @@
|
||||
},
|
||||
"6806548eeea33ee2118c520a60bc7e4b": {
|
||||
"meta": {
|
||||
"auth": "issued",
|
||||
"icons": "https://img.icons8.com/officel/80/online-store.png",
|
||||
"index": "web.team.renzhengshouquan.goodslist",
|
||||
"name": "在线商城",
|
||||
@ -106,6 +110,7 @@
|
||||
},
|
||||
"7a3a6cdf6eebd575950694ee28a8452e": {
|
||||
"meta": {
|
||||
"auth": "issued",
|
||||
"icons": "https://img.icons8.com/officel/80/online-payment-with-a-credit-card.png",
|
||||
"index": "web.team.renzhengshouquan.paymentlist",
|
||||
"name": "在线支付",
|
||||
@ -161,6 +166,7 @@
|
||||
},
|
||||
"c9eeca8509b5b055149a5593312436cd": {
|
||||
"meta": {
|
||||
"auth": "issued",
|
||||
"icons": "https://img.icons8.com/officel/80/video-conference.png",
|
||||
"index": "web.team.renzhengshouquan.meeting",
|
||||
"name": "在线会议",
|
||||
|
@ -39,6 +39,7 @@
|
||||
},
|
||||
"3c55e6938bedf9904dbd8a6b3a551824": {
|
||||
"meta": {
|
||||
"auth": "issued",
|
||||
"icons": "https://img.icons8.com/officel/80/video-conference.png",
|
||||
"index": "web.team.storage.meeting",
|
||||
"name": "在线会议",
|
||||
@ -59,6 +60,7 @@
|
||||
},
|
||||
"4b2a240e9f7321535b5acd39fa889b7e": {
|
||||
"meta": {
|
||||
"auth": "issued",
|
||||
"icons": "https://img.icons8.com/officel/80/online-store.png",
|
||||
"index": "web.team.storage.goodslist",
|
||||
"name": "在线商城",
|
||||
@ -125,6 +127,7 @@
|
||||
},
|
||||
"ceaca87cf0d112aec124ad24298e189e": {
|
||||
"meta": {
|
||||
"auth": "issued",
|
||||
"icons": "https://img.icons8.com/officel/50/ios-photos.png",
|
||||
"index": "web.team.storage.photo",
|
||||
"name": "在线相册",
|
||||
@ -134,6 +137,7 @@
|
||||
},
|
||||
"d4929122bd93a197e2b912b93c951646": {
|
||||
"meta": {
|
||||
"auth": "issued",
|
||||
"icons": "https://img.icons8.com/officel/80/agreement.png",
|
||||
"index": "web.team.storage.contract",
|
||||
"name": "在线合同",
|
||||
@ -161,6 +165,7 @@
|
||||
},
|
||||
"f005721298281995921aab3079f9f7e5": {
|
||||
"meta": {
|
||||
"auth": "issued",
|
||||
"icons": "https://img.icons8.com/officel/80/online-payment-with-a-credit-card.png",
|
||||
"index": "web.team.storage.paymentlist",
|
||||
"name": "在线支付",
|
||||
@ -180,6 +185,7 @@
|
||||
},
|
||||
"f6f77c7a5e247a742c2699564c4507a1": {
|
||||
"meta": {
|
||||
"auth": "issued",
|
||||
"icons": "https://img.icons8.com/officel/50/documents.png",
|
||||
"index": "web.team.storage.document",
|
||||
"name": "在线文档",
|
||||
|
Loading…
x
Reference in New Issue
Block a user