This commit is contained in:
jingganjiaoyu 2024-08-12 20:40:49 +08:00
parent aa6530c4b8
commit 664700a267
8 changed files with 768 additions and 88 deletions

27
go.mod
View File

@ -3,6 +3,29 @@ module shylinux.com/x/community
go 1.20
require (
shylinux.com/x/ice v1.5.41 // indirect
shylinux.com/x/mysql-story v0.6.14 // indirect
shylinux.com/x/enterprise v0.0.1
shylinux.com/x/golang-story v0.0.24
shylinux.com/x/ice v1.5.43
shylinux.com/x/icebergs v1.9.41
shylinux.com/x/mysql-story v0.6.16
shylinux.com/x/toolkits v1.0.14
)
require (
shylinux.com/x/go-git/v5 v5.6.7 // indirect
shylinux.com/x/go-qrcode v0.0.3 // indirect
shylinux.com/x/websocket v0.0.4 // indirect
)
require (
github.com/emersion/go-imap v1.2.1 // indirect
github.com/emersion/go-message v0.15.0 // indirect
github.com/emersion/go-sasl v0.0.0-20200509203442-7bfe0ed36a21 // indirect
github.com/emersion/go-textwrapper v0.0.0-20200911093747-65d896831594 // indirect
github.com/go-sql-driver/mysql v1.7.0 // indirect
github.com/jinzhu/inflection v1.0.0 // indirect
github.com/jinzhu/now v1.1.5 // indirect
golang.org/x/text v0.16.0 // indirect
gorm.io/driver/mysql v1.5.7 // indirect
gorm.io/gorm v1.25.11 // indirect
)

172
go.sum
View File

@ -1,42 +1,176 @@
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/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/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=
github.com/dhowden/tag v0.0.0-20240417053706-3d75831295e8/go.mod h1:apkPC/CR3s48O2D7Y++n1XWEpgPNNCjXYga3PPbJe2E=
github.com/eclipse/paho.mqtt.golang v1.2.0/go.mod h1:H9keYFcgq3Qr5OUJm/JZI/i6U7joQ8SYLhZwfeOo6Ts=
github.com/emersion/go-imap v1.2.1 h1:+s9ZjMEjOB8NzZMVTM3cCenz2JrQIGGo5j1df19WjTA=
github.com/emersion/go-imap v1.2.1/go.mod h1:Qlx1FSx2FTxjnjWpIlVNEuX+ylerZQNFE5NsmKFSejY=
github.com/emersion/go-message v0.15.0 h1:urgKGqt2JAc9NFJcgncQcohHdiYb803YTH9OQwHBHIY=
github.com/emersion/go-message v0.15.0/go.mod h1:wQUEfE+38+7EW8p8aZ96ptg6bAb1iwdgej19uXASlE4=
github.com/emersion/go-sasl v0.0.0-20200509203442-7bfe0ed36a21 h1:OJyUGMJTzHTd1XQp98QTaHernxMYzRaOasRir9hUlFQ=
github.com/emersion/go-sasl v0.0.0-20200509203442-7bfe0ed36a21/go.mod h1:iL2twTeMvZnrg54ZoPDNfJaJaqy0xIQFuBdrLsmspwQ=
github.com/emersion/go-textwrapper v0.0.0-20200911093747-65d896831594 h1:IbFBtwoTQyw0fIM5xv1HF+Y+3ZijDR839WMulgxCcUY=
github.com/emersion/go-textwrapper v0.0.0-20200911093747-65d896831594/go.mod h1:aqO8z8wPrjkscevZJFVE1wXJrLpC5LtJG7fqLOsPb2U=
github.com/frankban/quicktest v1.10.2/go.mod h1:K+q6oSqb0W0Ininfk863uOk1lMy69l/P6txr3mVT54s=
github.com/glerchundi/subcommands v0.0.0-20181212083838-923a6ccb11f8/go.mod h1:r0g3O7Y5lrWXgDfcFBRgnAKzjmPgTzwoMC2ieB345FY=
github.com/go-kit/log v0.2.1/go.mod h1:NwTd00d/i8cPZ3xOwwiv2PO5MOcx78fFErGNcVmBjv0=
github.com/go-logfmt/logfmt v0.5.1/go.mod h1:WYhtIu8zTZfxdn5+rREduYbwxfcBr/Vr6KEVveWlfTs=
github.com/go-ole/go-ole v1.2.6/go.mod h1:pprOEPIfldk/42T2oK7lQ4v4JSDwmV0As9GaiUsvbm0=
github.com/go-sql-driver/mysql v1.7.0 h1:ueSltNNllEqE3qcWBTD0iQd3IpL/6U+mJxLkazJ7YPc=
github.com/go-sql-driver/mysql v1.7.0/go.mod h1:OXbVy3sEdcQ2Doequ6Z5BW6fXNQTmx+9S1MCJN5yJMI=
github.com/godbus/dbus/v5 v5.1.0/go.mod h1:xhWf0FNVPg57R7Z0UbKHbJfkEywrmjJnf7w5xrFpKfA=
github.com/google/go-cmp v0.5.2/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE=
github.com/google/go-cmp v0.5.8/go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY=
github.com/google/go-cmp v0.6.0/go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY=
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510/go.mod h1:pupxD2MaaD3pAXIBCelhxNneeOaAeabZDe5s4K6zSpQ=
github.com/hajimehoshi/go-jisx0208 v1.0.0/go.mod h1:yYxEStHL7lt9uL+AbdWgW9gBumwieDoZCiB1f/0X0as=
github.com/jinzhu/inflection v1.0.0 h1:K317FqzuhWc8YvSVlFMCCUb36O/S9MCKRDI7QkRKD/E=
github.com/jinzhu/inflection v1.0.0/go.mod h1:h+uFLlag+Qp1Va5pdKtLDYj+kHp5pxUVkryuEj+Srlc=
github.com/jinzhu/now v1.1.5 h1:/o9tlHleP7gOFmsnYNz3RGnqzefHA47wQpKrrdTIwXQ=
github.com/jinzhu/now v1.1.5/go.mod h1:d3SSVoowX0Lcu0IBviAWJpolVfI5UJVZZ7cO71lE/z8=
github.com/konsorten/go-windows-terminal-sequences v1.0.1/go.mod h1:T0+1ngSBFLxvqU3pZ+m/2kptfBszLMUkC4ZK/EgS/cQ=
github.com/kr/pretty v0.2.1/go.mod h1:ipq/a2n7PKx3OHsz4KJII5eveXtPO4qwEXGdVfWzfnI=
github.com/kr/pty v1.1.1/go.mod h1:pFQYn66WHrOpPYNljwOMqo10TkYh1fy3cYio2l3bCsQ=
github.com/kr/text v0.1.0/go.mod h1:4Jbv+DJW3UT/LiOwJeYQe1efqtUx/iVham/4vfdArNI=
github.com/mattn/go-sqlite3 v1.14.22/go.mod h1:Uh1q+B4BYcTPb+yiD3kU8Ct7aC0hY9fxUwlHK0RXw+Y=
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/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=
github.com/shirou/gopsutil v3.21.11+incompatible/go.mod h1:5b4v6he4MtMOwMlS0TUMTu2PcXUg8+E1lC7eC3UO/RA=
github.com/sirupsen/logrus v1.5.0/go.mod h1:+F7Ogzej0PZc/94MaYx/nvG9jOFMD2osvC3s+Squfpo=
github.com/sirupsen/logrus v1.9.3/go.mod h1:naHLuLoDiP4jHNo9R0sCBMtWGeIprob74mVsIT4qYEQ=
github.com/soypat/cyw43439 v0.0.0-20240609122733-da9153086796/go.mod h1:1Otjk6PRhfzfcVHeWMEeku/VntFqWghUwuSQyivb2vE=
github.com/soypat/natiu-mqtt v0.5.1/go.mod h1:xEta+cwop9izVCW7xOx2W+ct9PRMqr0gNVkvBPnQTc4=
github.com/soypat/saleae v0.0.0-20230402180913-3584b7515dae/go.mod h1:9SV+w6E9YK/BePxdxYGXthkrRztHJCQlojWOjAxW3M4=
github.com/soypat/seqs v0.0.0-20240527012110-1201bab640ef/go.mod h1:oCVCNGCHMKoBj97Zp9znLbQ1nHxpkmOY9X+UAGzOxc8=
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/objx v0.5.2/go.mod h1:FRsXN1f5AsAjCGJKqEizvkpNtU+EGNCLh3NxZ/8L+MA=
github.com/stretchr/testify v1.2.2/go.mod h1:a8OnRcib4nhh0OaRAV+Yts87kKdq0PP7pXfy6kDkUVs=
github.com/stretchr/testify v1.7.0/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg=
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.4/go.mod h1:sz/lmYIOXD/1dqDmKjjqLyZ2RngseejIcXlSw2iwfAo=
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/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/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=
github.com/yusufpapurcu/wmi v1.2.4/go.mod h1:SBZ9tNy3G9/m5Oi98Zks0QjeHVDvuK0qfxQmPyzfmi0=
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w=
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519/go.mod h1:GvvjBRRGRdwPK5ydBHafDWAxML/pGHZbMvKqRZ5+Abc=
golang.org/x/crypto v0.1.0/go.mod h1:RecgLatLF4+eUMCP1PoPZQb+cVrJcOPbHkTkbkB9sbw=
golang.org/x/crypto v0.12.0/go.mod h1:NF0Gs7EO5K4qLn+Ylc+fih8BSTeIjAP05siRnAh98yw=
golang.org/x/crypto v0.13.0/go.mod h1:y6Z2r+Rw4iayiXXAIxJIDAJ1zMW4yaTpebo8fPOliYc=
golang.org/x/crypto v0.19.0/go.mod h1:Iy9bg/ha4yyC70EfRS8jz+B6ybOBKMaSxLj6P6oBDfU=
golang.org/x/crypto v0.23.0/go.mod h1:CKFgDieR+mRhux2Lsu27y0fO304Db0wZe70UKqHu0v8=
golang.org/x/crypto v0.24.0/go.mod h1:Z1PMYSOR5nyMcyAVAIQSKCDwalqy85Aqn1x3Ws4L5DM=
golang.org/x/exp v0.0.0-20230728194245-b0cb94b80691/go.mod h1:FXUEEKJgO7OQYeo8N01OfiKP8RXMtf6e8aTskBGqWdc=
golang.org/x/image v0.0.0-20210628002857-a66eb6448b8d/go.mod h1:023OzeP/+EPmXeapQh35lcL3II3LrY8Ic+EFFKVhULM=
golang.org/x/image v0.0.0-20220617043117-41969df76e82/go.mod h1:doUCurBvlfPMKfmIpRIywoHmhN3VyhnoFDbvIEWF4hY=
golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4/go.mod h1:jJ57K6gSWd91VN4djpZkiMVwK6gcyfeH4XE8wZrZaV4=
golang.org/x/mod v0.6.0/go.mod h1:4mET923SAdbXp2ki8ey+zGs1SLqsuM2Y0uvdZR/fUNI=
golang.org/x/mod v0.8.0/go.mod h1:iBbtSCu2XBx23ZKBPSOrRkjjQPZFPuis4dIYUhu/chs=
golang.org/x/mod v0.11.0/go.mod h1:iBbtSCu2XBx23ZKBPSOrRkjjQPZFPuis4dIYUhu/chs=
golang.org/x/mod v0.12.0/go.mod h1:iBbtSCu2XBx23ZKBPSOrRkjjQPZFPuis4dIYUhu/chs=
golang.org/x/mod v0.15.0/go.mod h1:hTbmBsO62+eylJbnUtE2MGJUyE7QWk4xUqPFrRgJ+7c=
golang.org/x/mod v0.17.0/go.mod h1:hTbmBsO62+eylJbnUtE2MGJUyE7QWk4xUqPFrRgJ+7c=
golang.org/x/net v0.0.0-20190620200207-3b0461eec859/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s=
golang.org/x/net v0.0.0-20210226172049-e18ecbb05110/go.mod h1:m0MpNAwzfU5UDzcl9v0D8zg8gWTRqZa9RBIspLL5mdg=
golang.org/x/net v0.0.0-20210614182718-04defd469f4e/go.mod h1:9nx3DQGgdP8bBQD5qxJ1jj9UTztislL4KSBs9R2vV5Y=
golang.org/x/net v0.0.0-20211015210444-4f30a5c0130f/go.mod h1:9nx3DQGgdP8bBQD5qxJ1jj9UTztislL4KSBs9R2vV5Y=
golang.org/x/net v0.0.0-20220722155237-a158d28d115b/go.mod h1:XRhObCWvk6IyKnWLug+ECip1KBveYUHfp+8e9klMJ9c=
golang.org/x/net v0.1.0/go.mod h1:Cx3nUiGt4eDBEyega/BKRp+/AlGL8hYe7U9odMt2Cco=
golang.org/x/net v0.6.0/go.mod h1:2Tu9+aMcznHK/AK1HMvgo6xiTLG5rD5rZLDS+rp2Bjs=
golang.org/x/net v0.7.0/go.mod h1:2Tu9+aMcznHK/AK1HMvgo6xiTLG5rD5rZLDS+rp2Bjs=
golang.org/x/net v0.9.0/go.mod h1:d48xBJpPfHeWQsugry2m+kC02ZBRGRgulfHnEXEuWns=
golang.org/x/net v0.10.0/go.mod h1:0qNGK6F8kojg2nk9dLZ2mShWaEBan6FAoqfSigmmuDg=
golang.org/x/net v0.15.0/go.mod h1:idbUs1IY1+zTqbi8yxTbhexhEEk5ur9LInksu6HrEpk=
golang.org/x/net v0.21.0/go.mod h1:bIjVDfnllIU7BJ2DNgfnXvpSvtn8VRwhlsaeUTyUS44=
golang.org/x/net v0.25.0/go.mod h1:JkAGAh7GEvH74S6FOH42FLoXpXbE/aqXSrIQjXgsiwM=
golang.org/x/net v0.26.0/go.mod h1:5YKkiSynbBIh3p6iOc/vibscux0x38BZDkn8sCUPxHE=
golang.org/x/sync v0.0.0-20190423024810-112230192c58/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
golang.org/x/sync v0.1.0/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
golang.org/x/sync v0.3.0/go.mod h1:FU7BRWz2tNW+3quACPkgCx/L+uEAv1htQ0V83Z9Rj+Y=
golang.org/x/sync v0.6.0/go.mod h1:Czt+wKu1gCyEFDUtn0jG5QVvpJ6rzVqr5aXyt9drQfk=
golang.org/x/sync v0.7.0/go.mod h1:Czt+wKu1gCyEFDUtn0jG5QVvpJ6rzVqr5aXyt9drQfk=
golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
golang.org/x/sys v0.0.0-20190422165155-953cdadca894/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
golang.org/x/sys v0.0.0-20190916202348-b4ddaad3f8a3/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
golang.org/x/sys v0.0.0-20201119102817-f84b799fce68/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
golang.org/x/sys v0.0.0-20210423082822-04245dca01da/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/sys v0.0.0-20211019181941-9d821ace8654/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/sys v0.0.0-20220624220833-87e55d714810/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/sys v0.1.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/sys v0.5.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/sys v0.7.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/sys v0.8.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/sys v0.11.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/sys v0.12.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/sys v0.15.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
golang.org/x/sys v0.17.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
golang.org/x/sys v0.20.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
golang.org/x/sys v0.21.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
golang.org/x/telemetry v0.0.0-20240228155512-f48c80bd79b2/go.mod h1:TeRTkGYfJXctD9OcfyVLyj2J3IxLnKwHJR8f4D8a3YE=
golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1/go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo=
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211/go.mod h1:jbD1KX2456YbFQfuXm/mYQcufACuNUgVhRMnK/tPxf8=
golang.org/x/term v0.1.0/go.mod h1:jbD1KX2456YbFQfuXm/mYQcufACuNUgVhRMnK/tPxf8=
golang.org/x/term v0.5.0/go.mod h1:jMB1sMXY+tzblOD4FWmEbocvup2/aLOaQEp7JmGp78k=
golang.org/x/term v0.7.0/go.mod h1:P32HKFT3hSsZrRxla30E9HqToFYAQPCMs/zFMBUFqPY=
golang.org/x/term v0.8.0/go.mod h1:xPskH00ivmX89bAKVGSKKtLOWNx2+17Eiy94tnKShWo=
golang.org/x/term v0.11.0/go.mod h1:zC9APTIj3jG3FdV/Ons+XE1riIZXG4aZ4GTHiPZJPIU=
golang.org/x/term v0.12.0/go.mod h1:owVbMEjm3cBLCHdkQu9b1opXd4ETQWc3BhuQGKgXgvU=
golang.org/x/term v0.17.0/go.mod h1:lLRBjIVuehSbZlaOtGMbcMncT+aqLLLmKrsjNrUguwk=
golang.org/x/term v0.20.0/go.mod h1:8UkIAJTvZgivsXaD6/pH6U9ecQzZ45awqEOzuCvwpFY=
golang.org/x/term v0.21.0/go.mod h1:ooXLefLobQVslOqselCNF4SxFAaoS6KujMbsGzSDmX0=
golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ=
golang.org/x/text v0.3.3/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ=
golang.org/x/text v0.3.6/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ=
golang.org/x/text v0.3.7/go.mod h1:u+2+/6zg+i71rQMx5EYifcz6MCKuco9NR6JIITiCfzQ=
golang.org/x/text v0.4.0/go.mod h1:mrYo+phRRbMaCq/xk9113O4dZlRixOauAjOtrjsXDZ8=
golang.org/x/text v0.7.0/go.mod h1:mrYo+phRRbMaCq/xk9113O4dZlRixOauAjOtrjsXDZ8=
golang.org/x/text v0.14.0 h1:ScX5w1eTa3QqT8oi6+ziP7dTV1S2+ALU0bI+0zXKWiQ=
golang.org/x/text v0.9.0/go.mod h1:e1OnstbJyHTd6l/uOt8jFFHp6TRDWZR/bV3emEE/zU8=
golang.org/x/text v0.12.0/go.mod h1:TvPlkZtksWOMsz7fbANvkp4WM8x/WCo/om8BMLbz+aE=
golang.org/x/text v0.13.0/go.mod h1:TvPlkZtksWOMsz7fbANvkp4WM8x/WCo/om8BMLbz+aE=
golang.org/x/text v0.14.0/go.mod h1:18ZOQIKpY8NJVqYksKHtTdi31H5itFRjB5/qKTNYzSU=
golang.org/x/text v0.15.0/go.mod h1:18ZOQIKpY8NJVqYksKHtTdi31H5itFRjB5/qKTNYzSU=
golang.org/x/text v0.16.0 h1:a94ExnEXNtEwYLGJSIUxnWoxoRz/ZcCsV63ROupILh4=
golang.org/x/text v0.16.0/go.mod h1:GhwF1Be+LQoKShO3cGOHzqOgRrGaYc9AvblQOmPVHnI=
golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ=
golang.org/x/tools v0.0.0-20191119224855-298f0cb1881e/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo=
golang.org/x/tools v0.1.11/go.mod h1:SgwaegtQh8clINPpECJMqnxLv9I09HLqnW3RMqW0CA4=
golang.org/x/tools v0.1.12/go.mod h1:hNGJHUnrk76NpqgfD5Aqm5Crs+Hm0VOH/i9J2+nxYbc=
golang.org/x/tools v0.2.0/go.mod h1:y4OqIKeOV/fWJetJ8bXPU1sEVniLMIyDAZWeHdV+NTA=
golang.org/x/tools v0.6.0/go.mod h1:Xwgl3UAJ/d3gWutnCtw505GrjyAbvKui8lOU390QaIU=
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/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/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/driver/sqlite v1.5.6/go.mod h1:U+J8craQU6Fzkcvu8oLeAQmi50TkwPEhHDEjQZXDah4=
@ -44,25 +178,39 @@ gorm.io/gorm v1.25.7-0.20240204074919-46816ad31dde/go.mod h1:hbnx/Oo0ChWMn1BIhpy
gorm.io/gorm v1.25.7/go.mod h1:hbnx/Oo0ChWMn1BIhpy1oYozzpM15i4YPuHDmfYtwg8=
gorm.io/gorm v1.25.11 h1:/Wfyg1B/je1hnDx3sMkX+gAlxrlZpn6X0BXRlwXlvHg=
gorm.io/gorm v1.25.11/go.mod h1:xh7N7RHfYlNc5EmcI/El95gXusucDrQnHXe0+CgWcLQ=
shylinux.com/x/enterprise v0.0.1 h1:2NACGqAP26Ao5+ovDicIqKA3s0czCbTWwQ/voNsj1oE=
shylinux.com/x/enterprise v0.0.1/go.mod h1:AHfHtTtR5AmSrCQqDh5gCU57h40V2UyA00nC1yEMsns=
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/ice v1.5.40 h1:OC++Fb1CxOU1R0Vlrfm+J9pf1mg5uH1n1trXFIHQHaw=
shylinux.com/x/ice v1.5.40/go.mod h1:nYLBfYfOacaxvIRgD4ryknBJTqUIZD0zkV72it7iHqU=
shylinux.com/x/ice v1.5.41 h1:kqu+OOxT+CHkgEAuM+gby6lVZV33rYUM+Vk2UBDlefg=
shylinux.com/x/golang-story v0.0.24 h1:0gzXdo4sIw9LxoNaEOueEDKC+Cb0IGcFAi44vigoVf8=
shylinux.com/x/golang-story v0.0.24/go.mod h1:G0WEOJ0gCYR2tOs1ggyMBBrUMqJEgJjyvdFjN3VpNoM=
shylinux.com/x/ice v1.5.41/go.mod h1:hMhVMhUlsimwFcsPIH+J/tO8O8I0WEqg1NYyqdhULxE=
shylinux.com/x/icebergs v1.9.38 h1:LS4n8KE3qV8uvdpWwnrgStgkU90f6Ww6prSpv7Eztyw=
shylinux.com/x/icebergs v1.9.38/go.mod h1:zLsVvLKuFEyFRwKoa3li75nSqbJo/GVIYacAQVdTsxA=
shylinux.com/x/icebergs v1.9.39 h1:EAAWxEBWFF0CtO7Tm1pX+s/fi0lk0RMbe9EJV/aLuWo=
shylinux.com/x/ice v1.5.43 h1:2hwDFSmiM4ClqsQ8OaCii9REeUJelfcYLxW7iPWUcgc=
shylinux.com/x/ice v1.5.43/go.mod h1:m5PPsVula2aqFHp5kZX3talhwZ4u4zsLqqU0X3cesc0=
shylinux.com/x/icebergs v1.9.39/go.mod h1:rUqDj1pzd6uPj7+klEn+doqXiWlb/24/batRyBB5ppo=
shylinux.com/x/mysql-story v0.6.14 h1:qf5dj+k9o13mCLUXpgGE42n4nfXVI0S0hNmrYdrMXtc=
shylinux.com/x/mysql-story v0.6.14/go.mod h1:AvzKCyuN/zYMYRky3YjCsX1RLwCZFAL4zuQ5jzZidsM=
shylinux.com/x/icebergs v1.9.41 h1:aFeaTb4WHoowkKTfIwohFiWTgMaq5C8N2fB/Qvrj2nU=
shylinux.com/x/icebergs v1.9.41/go.mod h1:/BcFEB/6Dd70Owmb3wsA9NYShHQwmSH74xn9pNudRMg=
shylinux.com/x/mysql-story v0.6.16 h1:rY6SQBRWmMgTMM/CBCVbK4IMPPVgXgtp44ON7px8FU4=
shylinux.com/x/mysql-story v0.6.16/go.mod h1:GTvoeL4r0PYEtZomPQgnndxSxHIZzPdrWkbQmplmn5o=
shylinux.com/x/toolkits v0.7.10/go.mod h1:CHDJarGlDkg60kVsvMLYL/a5hAnRLEOShiEsMOuEp0Q=
shylinux.com/x/toolkits v1.0.12 h1:dwskBNtOLBfis1XtjEGfJhrjBXiwga3M/wNCERsXsyo=
shylinux.com/x/toolkits v1.0.12/go.mod h1:CHDJarGlDkg60kVsvMLYL/a5hAnRLEOShiEsMOuEp0Q=
shylinux.com/x/toolkits v1.0.13 h1:oXuXNnsP8/iDCqJmsa5HJew7NZoPd8aMTuJkCZdpOlQ=
shylinux.com/x/toolkits v1.0.13/go.mod h1:CHDJarGlDkg60kVsvMLYL/a5hAnRLEOShiEsMOuEp0Q=
shylinux.com/x/toolkits v1.0.14 h1:ysp9Yl0YjVqtGn/KXQnKfjn3/3RYgVdll2WOYUscd9c=
shylinux.com/x/toolkits v1.0.14/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=
tinygo.org/x/drivers v0.14.0/go.mod h1:uT2svMq3EpBZpKkGO+NQHjxjGf1f42ra4OnMMwQL2aI=
tinygo.org/x/drivers v0.15.1/go.mod h1:uT2svMq3EpBZpKkGO+NQHjxjGf1f42ra4OnMMwQL2aI=
tinygo.org/x/drivers v0.16.0/go.mod h1:uT2svMq3EpBZpKkGO+NQHjxjGf1f42ra4OnMMwQL2aI=
tinygo.org/x/drivers v0.19.0/go.mod h1:uJD/l1qWzxzLx+vcxaW0eY464N5RAgFi1zTVzASFdqI=
tinygo.org/x/drivers v0.25.0/go.mod h1:v+mXaA4cgpz/YZJ3ZPm/86bYQJAXTaYtMkHlVwbodbw=
tinygo.org/x/drivers v0.26.1-0.20230922160320-ed51435c2ef6/go.mod h1:X7utcg3yfFUFuKLOMTZD56eztXMjpkcf8OHldfTBsjw=
tinygo.org/x/tinyfont v0.2.1/go.mod h1:eLqnYSrFRjt5STxWaMeOWJTzrKhXqpWw7nU3bPfKOAM=
tinygo.org/x/tinyfont v0.3.0/go.mod h1:+TV5q0KpwSGRWnN+ITijsIhrWYJkoUCp9MYELjKpAXk=
tinygo.org/x/tinyfont v0.4.0/go.mod h1:7nVj3j3geqBoPDzpFukAhF1C8AP9YocMsZy0HSAcGCA=
tinygo.org/x/tinyfs v0.1.0/go.mod h1:ysc8Y92iHfhTXeyEM9+c7zviUQ4fN9UCFgSOFfMWv20=
tinygo.org/x/tinyterm v0.1.0/go.mod h1:/DDhNnGwNF2/tNgHywvyZuCGnbH3ov49Z/6e8LPLRR4=
tinygo.org/x/tinyterm v0.3.0/go.mod h1:F1pQjxEwNZQIc5czeJSBtk57ucEvbR4u7vHaLhWhHtg=

View File

@ -5,7 +5,7 @@ import (
_ "shylinux.com/x/community/src/gonganxitong"
_ "shylinux.com/x/community/src/gonganxitong/express"
_ "shylinux.com/x/community/src/yuehaoxitong"
// _ "shylinux.com/x/community/src/yuehaoxitong"
)
func main() { print(ice.Run()) }

View File

@ -1,4 +1,32 @@
{
"0150fedb120409f83621100be1d9f430": {
"meta": {
"index": "web.team.ludengguanli.order",
"time": "2024-08-12 19:21:58.859",
"type": "hash"
}
},
"029e6018d1dd9d78d8ba70560b6123b1": {
"meta": {
"index": "web.team.chejianguanli.room",
"time": "2024-08-12 19:04:59.265",
"type": "hash"
}
},
"030e2a53ca3561a0d0d123c133a88b59": {
"meta": {
"index": "web.team.guanlixitong.qrcode",
"time": "2024-08-12 17:53:04.566",
"type": "hash"
}
},
"04791d21e8f2f8427ac2ed53ca004acb": {
"meta": {
"index": "web.team.baoanxitong.member",
"time": "2024-08-12 19:39:36.129",
"type": "hash"
}
},
"057616b7366e1930ef4e4a921fe45f1f": {
"meta": {
"index": "web.team.guanlixitong.service",
@ -6,6 +34,48 @@
"type": "hash"
}
},
"072e4c1dfd8a74e6add893c52ffb1625": {
"meta": {
"index": "web.team.jiaoxuexitong2.apply",
"time": "2024-08-12 18:54:39.597",
"type": "hash"
}
},
"082e08344f9d34c641eaefc6cf4a3f53": {
"meta": {
"index": "web.team.chejianguanli.order",
"time": "2024-08-12 19:04:59.259",
"type": "hash"
}
},
"094c7dc0c54f2170754bebfc1ac63f3d": {
"meta": {
"index": "web.team.jiaoxuexitong2.qrcode",
"time": "2024-08-12 18:54:39.594",
"type": "hash"
}
},
"09ec5870a2cc99d7a4427a2294167e2d": {
"meta": {
"index": "web.team.baoanxitong.event",
"time": "2024-08-12 19:39:36.123",
"type": "hash"
}
},
"0e6a6662fc77c6141a5eb8afccd4a36f": {
"meta": {
"index": "web.team.ludengguanli.what",
"time": "2024-08-12 19:21:58.853",
"type": "hash"
}
},
"10ea0ddb92ced9081cfd05a8b3873023": {
"meta": {
"index": "web.team.suseguangli.service",
"time": "2024-08-12 19:09:10.092",
"type": "hash"
}
},
"153c93456004ec2ca692d3bac2223167": {
"meta": {
"index": "web.team.gonganxitong.service",
@ -13,6 +83,20 @@
"type": "hash"
}
},
"158667ec97269a3896304601c1d903d5": {
"meta": {
"index": "web.team.baoanxitong.order",
"time": "2024-08-12 19:39:36.146",
"type": "hash"
}
},
"18e446d756709e0dc69291961dd8a379": {
"meta": {
"index": "web.team.jiaoxuexitong2.portal",
"time": "2024-08-12 18:54:39.609",
"type": "hash"
}
},
"1931ecf1d36391b72df54d374a91c8ed": {
"meta": {
"index": "web.team.yuehaoxitong.reception",
@ -20,6 +104,20 @@
"type": "hash"
}
},
"1ca00324d4e74cb979f576c18c34274a": {
"meta": {
"index": "web.team.ludengguanli.service",
"time": "2024-08-12 19:21:58.865",
"type": "hash"
}
},
"1cf1ca50e22976a0ee2be8c618414c7d": {
"meta": {
"index": "web.team.jiaoxuexitong2.order",
"time": "2024-08-12 18:54:39.600",
"type": "hash"
}
},
"1cfd36a7b8906ba77781b4f85d0a6190": {
"meta": {
"index": "web.team.gonganxitong.sess",
@ -34,6 +132,13 @@
"type": "hash"
}
},
"2006664ced31149b641829a034c6b49b": {
"meta": {
"index": "web.team.chejianguanli.userRoom",
"time": "2024-08-12 19:04:59.268",
"type": "hash"
}
},
"258cd1f28422794acd8081ae19aa2e4c": {
"meta": {
"index": "web.team.yuehaoxitong5.portal",
@ -48,6 +153,27 @@
"type": "hash"
}
},
"28916aa4b95056d579c309d2684dd8b1": {
"meta": {
"index": "web.team.suseguangli.portal",
"time": "2024-08-12 19:09:10.082",
"type": "hash"
}
},
"2d2f1f700ca303d558680fd12ef51315": {
"meta": {
"index": "web.team.ludengguanli.some",
"time": "2024-08-12 19:29:17.909",
"type": "hash"
}
},
"2d51b0d7b3e44a8164145915a0cb0e69": {
"meta": {
"index": "web.team.baoanxitong.portal",
"time": "2024-08-12 19:39:36.139",
"type": "hash"
}
},
"2f91065050f787e1e3b8aa5338ddd16b": {
"meta": {
"index": "web.chat.email.client",
@ -55,6 +181,20 @@
"type": "hash"
}
},
"3374236e7ac5e4d1f8331fd0597cead3": {
"meta": {
"index": "web.team.ludengguanli.good",
"time": "2024-08-12 19:32:52.050",
"type": "hash"
}
},
"3b6da44aaf19fdb06c84fe352569359f": {
"meta": {
"index": "web.team.yuehaoxitong.qrcode",
"time": "2024-08-12 17:53:04.645",
"type": "hash"
}
},
"3c12d065a7b2fb9a8a09f47d87bd5bef": {
"meta": {
"index": "web.team.gonganxitong.express.express",
@ -62,6 +202,34 @@
"type": "hash"
}
},
"3ccf6dbf2a22b84e4f4fde7678a98694": {
"meta": {
"index": "web.team.jiaoxuexitong.order",
"time": "2024-08-12 18:35:33.599",
"type": "hash"
}
},
"3d1c5e8be71774274750a0c99ea2ef8a": {
"meta": {
"index": "web.team.jiaoxuexitong2.event",
"time": "2024-08-12 18:54:39.603",
"type": "hash"
}
},
"3fbf6880a937ff8d236124b8fd5144ab": {
"meta": {
"index": "web.team.ludengguanli.userLight",
"time": "2024-08-12 19:21:58.868",
"type": "hash"
}
},
"4076a927ba09a82659e6fbcfac130765": {
"meta": {
"index": "web.team.jiaoxuexitong.event",
"time": "2024-08-12 18:35:33.602",
"type": "hash"
}
},
"40846de37193ee8afb08d367971ed990": {
"meta": {
"index": "web.team.yuehaoxitong.queue",
@ -69,6 +237,41 @@
"type": "hash"
}
},
"4085da2e9167f7bc504ab11f237fc6c8": {
"meta": {
"index": "web.team.jiaoxuexitong2.hudong",
"time": "2024-08-12 18:54:39.591",
"type": "hash"
}
},
"4167c4b78dbb66215af24e57fb6f59d7": {
"meta": {
"index": "web.team.suseguangli.apply",
"time": "2024-08-12 19:09:10.086",
"type": "hash"
}
},
"42dccf0f2d6c16afa7ac639e2d2caa6a": {
"meta": {
"index": "web.team.chejianguanli.member",
"time": "2024-08-12 19:04:59.262",
"type": "hash"
}
},
"4364eec8854b05641e872fefe0194d17": {
"meta": {
"index": "web.team.suseguangli.order",
"time": "2024-08-12 19:09:10.115",
"type": "hash"
}
},
"43cd6cca0e78f0c3672c4ee7e5ead887": {
"meta": {
"index": "web.team.baoanxitong.userSite",
"time": "2024-08-12 19:39:36.150",
"type": "hash"
}
},
"4b1e97b62a44419c00caf65e297abd18": {
"meta": {
"index": "web.team.guanlixitong.portal",
@ -76,6 +279,48 @@
"type": "hash"
}
},
"54a6aead560cc29d419c5f92613e02a4": {
"meta": {
"index": "web.team.jiaoxuexitong.qrcode",
"time": "2024-08-12 18:35:33.575",
"type": "hash"
}
},
"5695d50b28872804a01d7c923ee91cd1": {
"meta": {
"index": "web.team.guanlixitong.member",
"time": "2024-08-12 17:53:04.590",
"type": "hash"
}
},
"58724bdcc3cae3e26700cb3199e0602c": {
"meta": {
"index": "web.team.gonganxitong.placeUser",
"time": "2024-08-12 17:53:04.525",
"type": "hash"
}
},
"5a8dd0f1c42e4cac51ce0610e0c6d08e": {
"meta": {
"index": "web.team.chejianguanli.apply",
"time": "2024-08-12 19:04:59.281",
"type": "hash"
}
},
"5e2303436dee4f5f5649e440d6d645a8": {
"meta": {
"index": "web.team.ludengguanli.member",
"time": "2024-08-12 19:21:58.849",
"type": "hash"
}
},
"601521dbe6ad4474218664a07d2922f8": {
"meta": {
"index": "web.team.suseguangli.userRoom",
"time": "2024-08-12 19:09:10.109",
"type": "hash"
}
},
"63c64bf8b1b104e2db3493f457fd48a7": {
"meta": {
"index": "aaa.asign",
@ -83,6 +328,13 @@
"type": "hash"
}
},
"6417b6fc656173137e53381e77d54a52": {
"meta": {
"index": "web.team.jiaoxuexitong.apply",
"time": "2024-08-12 18:35:33.592",
"type": "hash"
}
},
"6460b54238e104a6be50a397439850f7": {
"meta": {
"index": "web.team.yuehaoxitong20.portal",
@ -90,6 +342,20 @@
"type": "hash"
}
},
"6490b5f966830e7ad93a682b8b6d11bf": {
"meta": {
"index": "web.team.jiaoxuexitong2.member",
"time": "2024-08-12 18:54:39.613",
"type": "hash"
}
},
"64b9db0d6c8e1cfca59db54c92147acb": {
"meta": {
"index": "web.team.suseguangli.event",
"time": "2024-08-12 19:09:10.089",
"type": "hash"
}
},
"659d7461cb79bd9291f06450c0efa29f": {
"meta": {
"index": "web.team.gonganxitong.userPlace",
@ -97,6 +363,27 @@
"type": "hash"
}
},
"6b321fec5a6b1f72223950c416d22600": {
"meta": {
"index": "web.team.suseguangli.qrcode",
"time": "2024-08-12 19:09:10.112",
"type": "hash"
}
},
"6bcc9754ad70950d625bbb1b36b55606": {
"meta": {
"index": "web.team.jiaoxuexitong2.userKetang",
"time": "2024-08-12 18:54:39.616",
"type": "hash"
}
},
"77292ee28548b56b474ecab95e3240ca": {
"meta": {
"index": "web.team.ludengguanli.event",
"time": "2024-08-12 19:21:58.862",
"type": "hash"
}
},
"7792f1a5145ab9d894a1681f13729778": {
"meta": {
"index": "web.team.yuehaoxitong.schedule",
@ -104,6 +391,20 @@
"type": "hash"
}
},
"783a94ab8a1df07c41128e4c7a569177": {
"meta": {
"index": "web.team.jiaoxuexitong.userKetang",
"time": "2024-08-12 18:35:33.569",
"type": "hash"
}
},
"7c3dd5fb73a4c249d5d4d73f1e8c16d7": {
"meta": {
"index": "web.team.baoanxitong.zhiban",
"time": "2024-08-12 19:39:36.152",
"type": "hash"
}
},
"7f42ccd64ef5a928079a418b7715c29b": {
"meta": {
"index": "web.team.guanlixitong.group",
@ -111,6 +412,27 @@
"type": "hash"
}
},
"8109f68389c9a96e0781609ec0ab7c1d": {
"meta": {
"index": "web.team.ludengguanli.qrcode",
"time": "2024-08-12 19:21:58.843",
"type": "hash"
}
},
"830da355bc3a51ec54821ab5d7ad28a5": {
"meta": {
"index": "web.team.chejianguanli.event",
"time": "2024-08-12 19:04:59.284",
"type": "hash"
}
},
"83ddae4164cdec1d7438843e4bafaa24": {
"meta": {
"index": "web.team.ludengguanli.portal",
"time": "2024-08-12 19:21:58.839",
"type": "hash"
}
},
"858d6327b7710c5c11df1d4f8a1eb754": {
"meta": {
"index": "web.team.yuehaoxitong2.portal",
@ -118,6 +440,13 @@
"type": "hash"
}
},
"91cee3424c5c22b43ada80939393041a": {
"meta": {
"index": "web.team.ludengguanli.light",
"time": "2024-08-12 19:21:58.856",
"type": "hash"
}
},
"91dd0e9590d3021944f14f3ec8653beb": {
"meta": {
"index": "web.team.gonganxitong.order",
@ -132,6 +461,13 @@
"type": "hash"
}
},
"9b67ffccb3b855b4bdf9dff7bbe17df9": {
"meta": {
"index": "web.team.chejianguanli.qrcode",
"time": "2024-08-12 19:04:59.256",
"type": "hash"
}
},
"9c18032c5bc252f2986e1b20e7e77db7": {
"meta": {
"index": "web.team.guanlixitong.event",
@ -146,6 +482,34 @@
"type": "hash"
}
},
"a0533e1834864f6c1a1aa98871138423": {
"meta": {
"index": "web.team.chejianguanli.portal",
"time": "2024-08-12 19:04:59.274",
"type": "hash"
}
},
"a0fdcf7e1418e7dd1866f06a0897651c": {
"meta": {
"index": "web.team.chejianguanli.machine",
"time": "2024-08-12 19:04:59.271",
"type": "hash"
}
},
"a123bb13351bd8ca33bd3e29b4671c67": {
"meta": {
"index": "web.team.ludengguanli.apply",
"time": "2024-08-12 19:21:58.846",
"type": "hash"
}
},
"a1a7561afce09a7c68adac64f5c8a73a": {
"meta": {
"index": "web.team.jiaoxuexitong.hudong",
"time": "2024-08-12 18:35:33.585",
"type": "hash"
}
},
"a4e85767b176b6a07751156a6b73fa94": {
"meta": {
"index": "web.team.guanlixitong.order",
@ -181,6 +545,13 @@
"type": "hash"
}
},
"af68904d0d15ea9a109788c7463f4a7c": {
"meta": {
"index": "web.team.jiaoxuexitong.portal",
"time": "2024-08-12 18:35:33.588",
"type": "hash"
}
},
"b07b1f652f5b2557c0b20e813fcf99d2": {
"meta": {
"index": "web.team.gonganxitong.street",
@ -202,6 +573,13 @@
"type": "hash"
}
},
"bbf8b57cb3991b245f3509cd1fc645ee": {
"meta": {
"index": "web.team.suseguangli.student",
"time": "2024-08-12 19:09:10.102",
"type": "hash"
}
},
"bcbea2e577e2a04bcbf987f6a946ebb7": {
"meta": {
"index": "web.team.guanlixitong.userGroup",
@ -209,6 +587,13 @@
"type": "hash"
}
},
"bccc1ff7ebd19eb707265174f6a44fed": {
"meta": {
"index": "web.team.baoanxitong.site",
"time": "2024-08-12 19:39:36.136",
"type": "hash"
}
},
"bdec92d5849b2a60a8811cff494f2391": {
"meta": {
"index": "web.team.gonganxitong.event",
@ -223,6 +608,27 @@
"type": "hash"
}
},
"c05362652e163eba2428413d5e714d18": {
"meta": {
"index": "web.team.jiaoxuexitong.service",
"time": "2024-08-12 18:35:33.582",
"type": "hash"
}
},
"c14a5a400c933fe799ed10b069990865": {
"meta": {
"index": "web.team.yuehaoxitong.member",
"time": "2024-08-12 17:53:04.619",
"type": "hash"
}
},
"c2ea40ac2130923b160703e7adea18b6": {
"meta": {
"index": "web.team.jiaoxuexitong2.service",
"time": "2024-08-12 18:54:39.606",
"type": "hash"
}
},
"c36d47e2611b0d1e7a14088bc3293d04": {
"meta": {
"index": "web.team.guanlixitong.apply",
@ -230,6 +636,13 @@
"type": "hash"
}
},
"cc32d05cc93b57f23efb4d871bcfbdcd": {
"meta": {
"index": "web.team.suseguangli.member",
"time": "2024-08-12 19:09:10.105",
"type": "hash"
}
},
"d1e03d214890c9a4b9557d3f6a36c7e9": {
"meta": {
"index": "web.team.yuehaoxitong.service",
@ -244,6 +657,41 @@
"type": "hash"
}
},
"dd2d622b2d7e98fc6550f26871550e88": {
"meta": {
"index": "web.team.baoanxitong.service",
"time": "2024-08-12 19:39:36.133",
"type": "hash"
}
},
"e2117b53c036a72fe7e4885449488a6f": {
"meta": {
"index": "web.team.gonganxitong.qrcode",
"time": "2024-08-12 17:53:04.549",
"type": "hash"
}
},
"e3cc1549f0379319202549e59e0f7ded": {
"meta": {
"index": "web.team.jiaoxuexitong.ketang",
"time": "2024-08-12 18:35:33.572",
"type": "hash"
}
},
"e91d9a22f2a53aefd2189a92abdcede8": {
"meta": {
"index": "web.team.baoanxitong.qrcode",
"time": "2024-08-12 19:39:36.143",
"type": "hash"
}
},
"e97ba18bb793524be1cfaf66a8fa2fdc": {
"meta": {
"index": "web.team.suseguangli.room",
"time": "2024-08-12 19:09:10.095",
"type": "hash"
}
},
"ea215091c9be95050ec8bcda532e95fe": {
"meta": {
"index": "web.team.yuehaoxitong1.portal",
@ -258,6 +706,20 @@
"type": "hash"
}
},
"f83ca1446c263bf5202d2349cf207436": {
"meta": {
"index": "web.team.baoanxitong.apply",
"time": "2024-08-12 19:39:36.120",
"type": "hash"
}
},
"f9cfd2712333ddbb717de637c218df93": {
"meta": {
"index": "web.team.jiaoxuexitong2.ketang",
"time": "2024-08-12 18:54:39.619",
"type": "hash"
}
},
"fa4365d6c914365e4b047c9266e9a02f": {
"meta": {
"index": "web.team.yuehaoxitong.event",
@ -272,6 +734,13 @@
"type": "hash"
}
},
"fa8601c6aa7f55fe5b7ed50326b6f4ea": {
"meta": {
"index": "web.team.chejianguanli.service",
"time": "2024-08-12 19:04:59.278",
"type": "hash"
}
},
"faed481fec1a5ad8dd3ad44f0577e903": {
"meta": {
"index": "web.team.yuehaoxitong10.portal",
@ -279,11 +748,25 @@
"type": "hash"
}
},
"fd86aad80a667152781bb188fb1249a2": {
"meta": {
"index": "web.team.gonganxitong.email",
"time": "2024-08-12 17:53:04.529",
"type": "hash"
}
},
"fecccf83d6a58cb4075a361acc87aeea": {
"meta": {
"index": "web.team.guanlixitong.company",
"time": "2024-08-11 09:49:30.374",
"type": "hash"
}
},
"ffef81a2d9eb324ad2b321dbf5d02b68": {
"meta": {
"index": "web.team.jiaoxuexitong.member",
"time": "2024-08-12 18:35:33.578",
"type": "hash"
}
}
}

View File

@ -1,25 +1,37 @@
{
"153c93456004ec2ca692d3bac2223167": {
"meta": {
"_target": [
"ed8d734a5433188db200e08f3f6bb049"
],
"enable": "true",
"icons": "https://img.icons8.com/officel/80/activity-grid.png",
"index": "web.team.gonganxitong.service",
"name": "系统服务",
"order": "100",
"role": "creator",
"time": "2024-08-06 18:45:35.904"
}
},
"27c6988eeb07c78cbb49aa15c577cfa4": {
"meta": {
"_target": [
"ed8d734a5433188db200e08f3f6bb049"
],
"enable": "true",
"icons": "https://img.icons8.com/officel/80/edit-property.png",
"index": "web.team.gonganxitong.apply",
"name": "权限申请",
"order": "3",
"role": "creator",
"time": "2024-08-06 18:49:10.193"
}
},
"3c12d065a7b2fb9a8a09f47d87bd5bef": {
"meta": {
"_target": [
"ed8d734a5433188db200e08f3f6bb049"
],
"enable": "true",
"icons": "https://img.icons8.com/officel/80/shipped.png",
"index": "web.team.gonganxitong.express.express",
@ -30,6 +42,9 @@
},
"58724bdcc3cae3e26700cb3199e0602c": {
"meta": {
"_target": [
"ed8d734a5433188db200e08f3f6bb049"
],
"enable": "true",
"icons": "https://img.icons8.com/officel/80/person-at-home.png",
"index": "web.team.gonganxitong.placeUser",
@ -41,6 +56,9 @@
},
"91dd0e9590d3021944f14f3ec8653beb": {
"meta": {
"_target": [
"ed8d734a5433188db200e08f3f6bb049"
],
"enable": "true",
"icons": "https://img.icons8.com/officel/80/receipt-approved.png",
"index": "web.team.gonganxitong.order",
@ -52,6 +70,9 @@
},
"bdec92d5849b2a60a8811cff494f2391": {
"meta": {
"_target": [
"ed8d734a5433188db200e08f3f6bb049"
],
"enable": "true",
"icons": "https://img.icons8.com/officel/80/property-with-timer.png",
"index": "web.team.gonganxitong.event",
@ -63,16 +84,23 @@
},
"e2117b53c036a72fe7e4885449488a6f": {
"meta": {
"_target": [
"ed8d734a5433188db200e08f3f6bb049"
],
"enable": "true",
"icons": "https://img.icons8.com/officel/80/qr-code.png",
"index": "web.team.gonganxitong.qrcode",
"name": "场景码",
"order": "1",
"role": "creator",
"time": "2024-08-06 18:39:44.988"
}
},
"fd86aad80a667152781bb188fb1249a2": {
"meta": {
"_target": [
"ed8d734a5433188db200e08f3f6bb049"
],
"enable": "true",
"icons": "https://img.icons8.com/officel/80/reading-confirmation.png",
"index": "web.team.gonganxitong.email",

View File

@ -2,25 +2,41 @@
"030e2a53ca3561a0d0d123c133a88b59": {
"meta": {
"_target": [
"1d1936ce5c5ca9d65c79d1cd5eb844e9"
"ed8d734a5433188db200e08f3f6bb049"
],
"icons": "https://img.icons8.com/officel/80/qr-code.png",
"index": "web.team.guanlixitong.qrcode",
"name": "场景码",
"order": "1",
"role": "creator",
"time": "2024-08-07 08:09:16.505"
}
},
"057616b7366e1930ef4e4a921fe45f1f": {
"meta": {
"_target": [
"1d1936ce5c5ca9d65c79d1cd5eb844e9"
"ed8d734a5433188db200e08f3f6bb049"
],
"icons": "https://img.icons8.com/officel/80/activity-grid.png",
"index": "web.team.guanlixitong.service",
"name": "系统服务",
"order": "100",
"role": "creator",
"time": "2024-08-07 08:09:16.496"
}
},
"5695d50b28872804a01d7c923ee91cd1": {
"meta": {
"_target": [
"ed8d734a5433188db200e08f3f6bb049"
],
"icons": "https://img.icons8.com/officel/80/person-at-home.png",
"index": "web.team.guanlixitong.member",
"name": "服务人员",
"order": "5",
"time": "2024-08-12 08:56:10.780"
}
},
"704d6a64be3444a9c80522d2cef2ac3e": {
"meta": {
"index": "web.team.guanlixitong._init",
@ -30,22 +46,26 @@
"9c18032c5bc252f2986e1b20e7e77db7": {
"meta": {
"_target": [
"1d1936ce5c5ca9d65c79d1cd5eb844e9"
"ed8d734a5433188db200e08f3f6bb049"
],
"icons": "https://img.icons8.com/officel/80/property-with-timer.png",
"index": "web.team.guanlixitong.event",
"name": "事件流",
"order": "2",
"role": "creator",
"time": "2024-08-07 08:09:16.522"
}
},
"a4e85767b176b6a07751156a6b73fa94": {
"meta": {
"_target": [
"1d1936ce5c5ca9d65c79d1cd5eb844e9"
"ed8d734a5433188db200e08f3f6bb049"
],
"icons": "https://img.icons8.com/officel/80/receipt-approved.png",
"index": "web.team.guanlixitong.order",
"name": "权限审批",
"order": "4",
"role": "creator",
"time": "2024-08-07 08:09:16.533"
}
},
@ -58,16 +78,21 @@
"c36d47e2611b0d1e7a14088bc3293d04": {
"meta": {
"_target": [
"1d1936ce5c5ca9d65c79d1cd5eb844e9"
"ed8d734a5433188db200e08f3f6bb049"
],
"icons": "https://img.icons8.com/officel/80/edit-property.png",
"index": "web.team.guanlixitong.apply",
"name": "权限申请",
"order": "3",
"role": "creator",
"time": "2024-08-07 08:09:16.541"
}
},
"fa5ff99e330772f88b929de7762a36f1": {
"meta": {
"_target": [
"ed8d734a5433188db200e08f3f6bb049"
],
"index": "web.team.guanlixitong.target",
"time": "2024-08-07 12:36:07.515"
}

View File

@ -1,6 +1,9 @@
{
"03dd65a55edd011c4dee41bd0d834070": {
"meta": {
"_target": [
"ed8d734a5433188db200e08f3f6bb049"
],
"enable": "true",
"icons": "https://img.icons8.com/officel/80/receipt.png",
"index": "web.team.yuehaoxitong.take",
@ -12,6 +15,9 @@
},
"1931ecf1d36391b72df54d374a91c8ed": {
"meta": {
"_target": [
"ed8d734a5433188db200e08f3f6bb049"
],
"enable": "true",
"icons": "https://img.icons8.com/officel/80/meeting-room.png",
"index": "web.team.yuehaoxitong.reception",
@ -24,7 +30,7 @@
"1da7b672d4dfc12166de36c4f0f1279c": {
"meta": {
"_target": [
"1d1936ce5c5ca9d65c79d1cd5eb844e9"
"ed8d734a5433188db200e08f3f6bb049"
],
"enable": "true",
"icons": "https://img.icons8.com/officel/80/receipt-approved.png",
@ -38,7 +44,7 @@
"3b6da44aaf19fdb06c84fe352569359f": {
"meta": {
"_target": [
"1d1936ce5c5ca9d65c79d1cd5eb844e9"
"ed8d734a5433188db200e08f3f6bb049"
],
"enable": "true",
"icons": "https://img.icons8.com/officel/80/qr-code.png",
@ -51,6 +57,9 @@
},
"75c5c1863c1bdaf0bcbd3065b661528d": {
"meta": {
"_target": [
"ed8d734a5433188db200e08f3f6bb049"
],
"enable": "true",
"icons": "https://img.icons8.com/officel/80/calling.png",
"index": "web.team.yuehaoxitong.call",
@ -62,6 +71,9 @@
},
"7792f1a5145ab9d894a1681f13729778": {
"meta": {
"_target": [
"ed8d734a5433188db200e08f3f6bb049"
],
"enable": "true",
"icons": "https://img.icons8.com/officel/80/List-of-parts.png",
"index": "web.team.yuehaoxitong.schedule",
@ -74,7 +86,7 @@
"a56cb18131ff45616849e4555e29d35d": {
"meta": {
"_target": [
"1d1936ce5c5ca9d65c79d1cd5eb844e9"
"ed8d734a5433188db200e08f3f6bb049"
],
"enable": "true",
"icons": "https://img.icons8.com/officel/80/edit-property.png",
@ -87,6 +99,9 @@
},
"a947b7294674c071e22eac02d14508bc": {
"meta": {
"_target": [
"ed8d734a5433188db200e08f3f6bb049"
],
"enable": "true",
"icons": "https://img.icons8.com/officel/80/combo-chart.png",
"index": "web.team.yuehaoxitong.volume",
@ -98,6 +113,9 @@
},
"ba468c870a9645a8a162c31c4d860fbd": {
"meta": {
"_target": [
"ed8d734a5433188db200e08f3f6bb049"
],
"enable": "true",
"icons": "https://img.icons8.com/officel/80/open-sign.png",
"index": "web.team.yuehaoxitong.open",
@ -109,6 +127,9 @@
},
"bb1119fef63479943de59398943c3580": {
"meta": {
"_target": [
"ed8d734a5433188db200e08f3f6bb049"
],
"enable": "true",
"icons": "https://img.icons8.com/officel/80/order-history.png",
"index": "web.team.yuehaoxitong.history",
@ -118,6 +139,18 @@
"time": "2024-08-11 09:30:00.544"
}
},
"c14a5a400c933fe799ed10b069990865": {
"meta": {
"_target": [
"ed8d734a5433188db200e08f3f6bb049"
],
"icons": "https://img.icons8.com/officel/80/person-at-home.png",
"index": "web.team.yuehaoxitong.member",
"name": "服务人员",
"order": "5",
"time": "2024-08-12 08:56:10.816"
}
},
"cd97344d34e35e9db7407561d980415f": {
"meta": {
"enable": "true",
@ -132,7 +165,7 @@
"d1e03d214890c9a4b9557d3f6a36c7e9": {
"meta": {
"_target": [
"1d1936ce5c5ca9d65c79d1cd5eb844e9"
"ed8d734a5433188db200e08f3f6bb049"
],
"enable": "true",
"icons": "https://img.icons8.com/officel/80/activity-grid.png",
@ -145,6 +178,9 @@
},
"de85331c7182b286624303d7aca70618": {
"meta": {
"_target": [
"ed8d734a5433188db200e08f3f6bb049"
],
"enable": "true",
"icons": "https://img.icons8.com/officel/80/calendar-plus.png",
"index": "web.team.yuehaoxitong.plan",
@ -157,7 +193,7 @@
"fa4365d6c914365e4b047c9266e9a02f": {
"meta": {
"_target": [
"1d1936ce5c5ca9d65c79d1cd5eb844e9"
"ed8d734a5433188db200e08f3f6bb049"
],
"enable": "true",
"icons": "https://img.icons8.com/officel/80/property-with-timer.png",

View File

@ -1,63 +0,0 @@
{
"13b12fc8c2abcab1710ed1671eb65651": {
"meta": {
"_target": [
"b34c62a4ad3ad3c8856177b0172ea1e7"
],
"icons": "https://img.icons8.com/officel/80/edit-property.png",
"index": "web.team.yuehaoxitong5.apply",
"name": "权限申请",
"time": "2024-08-07 13:12:40.518"
}
},
"4de3a4dcf72c28d6f225edfcf1363467": {
"meta": {
"index": "web.team.yuehaoxitong5.item",
"time": "2024-08-07 13:12:40.513"
}
},
"701e09fad4eefee41d69fe056938f0b2": {
"meta": {
"_target": [
"b34c62a4ad3ad3c8856177b0172ea1e7"
],
"icons": "https://img.icons8.com/officel/80/qr-code.png",
"index": "web.team.yuehaoxitong5.qrcode",
"name": "场景码",
"time": "2024-08-07 13:12:40.515"
}
},
"c1f22d758397c1f871b0bd30a9c27127": {
"meta": {
"_target": [
"b34c62a4ad3ad3c8856177b0172ea1e7"
],
"icons": "https://img.icons8.com/officel/80/property-with-timer.png",
"index": "web.team.yuehaoxitong5.event",
"name": "事件流",
"time": "2024-08-07 13:12:40.503"
}
},
"daec0955552a9027833dd08754dded0a": {
"meta": {
"_target": [
"b34c62a4ad3ad3c8856177b0172ea1e7"
],
"icons": "https://img.icons8.com/officel/80/activity-grid.png",
"index": "web.team.yuehaoxitong5.service",
"name": "系统服务",
"time": "2024-08-07 13:12:40.507"
}
},
"e7dfa45a47815b3c164db74027700442": {
"meta": {
"_target": [
"b34c62a4ad3ad3c8856177b0172ea1e7"
],
"icons": "https://img.icons8.com/officel/80/receipt-approved.png",
"index": "web.team.yuehaoxitong5.order",
"name": "权限审批",
"time": "2024-08-07 13:12:40.521"
}
}
}