1
0
mirror of https://shylinux.com/x/ContextOS synced 2025-04-25 16:58:06 +08:00
This commit is contained in:
IT 老营长 @云轩领航-创始人 2023-10-13 10:12:27 +08:00
parent b68d75d9eb
commit 962965f996
5 changed files with 28 additions and 45 deletions

1
.gitignore vendored
View File

@ -5,4 +5,3 @@ bin/
var/
usr/
.*

19
go.mod
View File

@ -2,16 +2,15 @@ module shylinux.com/x/contexts
go 1.13
replace (
shylinux.com/x/ice => ./usr/release
shylinux.com/x/icebergs => ./usr/icebergs
shylinux.com/x/toolkits => ./usr/toolkits
)
// replace (
// shylinux.com/x/ice => ./usr/release
// shylinux.com/x/icebergs => ./usr/icebergs
// shylinux.com/x/toolkits => ./usr/toolkits
// )
require (
shylinux.com/x/ice v1.3.14
shylinux.com/x/icebergs v1.6.0
shylinux.com/x/toolkits v0.7.11
shylinux.com/x/ice v1.3.15
shylinux.com/x/icebergs v1.6.1
shylinux.com/x/toolkits v0.7.12
shylinux.com/x/webview v0.0.2
)
require shylinux.com/x/webview v0.0.2

28
go.sum
View File

@ -2,30 +2,14 @@ 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/ice v1.3.14 h1:G+ZKQMHmZXblgzdftAGk5BXNUSbzNwxJoNlgWvpwfWc=
shylinux.com/x/ice v1.3.14/go.mod h1:Z52RDGAfOcqBBLUTwDuRVgVJ4AgpfzWRgJzfC87Bmyk=
shylinux.com/x/icebergs v1.5.20 h1:ngWWIYGHUe7hqqAlJxXrn5JKbSwOefMktCZQ7ea07i4=
shylinux.com/x/icebergs v1.5.20/go.mod h1:bv6YvafGYn2KyorcYI79H1VfdNYr7YjVzcSF/S2HONM=
shylinux.com/x/icebergs v1.5.21 h1:MohNbE70m9pDI3+SBDAzuaYzun+JIABifEdOl0p/m1M=
shylinux.com/x/icebergs v1.5.21/go.mod h1:bv6YvafGYn2KyorcYI79H1VfdNYr7YjVzcSF/S2HONM=
shylinux.com/x/icebergs v1.5.22 h1:LGz8siqIoYViKObgbEyY0G7H3OXaKRYnNcO5cPnNyAc=
shylinux.com/x/icebergs v1.5.22/go.mod h1:bv6YvafGYn2KyorcYI79H1VfdNYr7YjVzcSF/S2HONM=
shylinux.com/x/icebergs v1.5.23 h1:EDTdoDURX2iyEnq7rMJhvR+FHBLfVqcu29GveFSlCU0=
shylinux.com/x/icebergs v1.5.23/go.mod h1:bv6YvafGYn2KyorcYI79H1VfdNYr7YjVzcSF/S2HONM=
shylinux.com/x/icebergs v1.5.24 h1:IvjpeyBWBnS5scPeWmCLCzlp4UQoKQEWf8wpEMJ/if8=
shylinux.com/x/icebergs v1.5.24/go.mod h1:bv6YvafGYn2KyorcYI79H1VfdNYr7YjVzcSF/S2HONM=
shylinux.com/x/icebergs v1.5.25 h1:DdMqzb/P+uw1tbap7EQXHqc7e1G+ihRQsW8oYo/cNxY=
shylinux.com/x/icebergs v1.5.25/go.mod h1:bv6YvafGYn2KyorcYI79H1VfdNYr7YjVzcSF/S2HONM=
shylinux.com/x/icebergs v1.5.26 h1:y4q+dhhDKELpH/mM8nuDyIVGMqw52jt114SDnIAqAU0=
shylinux.com/x/icebergs v1.5.26/go.mod h1:bv6YvafGYn2KyorcYI79H1VfdNYr7YjVzcSF/S2HONM=
shylinux.com/x/icebergs v1.5.27 h1:e3UBCRTvhvdhnCcv5I2Pel8x9jBv51/RmujLp2yStZk=
shylinux.com/x/icebergs v1.5.27/go.mod h1:bv6YvafGYn2KyorcYI79H1VfdNYr7YjVzcSF/S2HONM=
shylinux.com/x/icebergs v1.6.0 h1:tYnL20waSSenGld8R+l59u1GRC54OPos/fDwANqHCyI=
shylinux.com/x/icebergs v1.6.0/go.mod h1:bv6YvafGYn2KyorcYI79H1VfdNYr7YjVzcSF/S2HONM=
shylinux.com/x/ice v1.3.15 h1:MmbxhhIrWLgrXiVsRNWLVigw3OMz/RTysl0cZqjSxzM=
shylinux.com/x/ice v1.3.15/go.mod h1:bMR0ufbQLhTUoTGVkG2rVNM1oN2xVHSCzAJQaLK7UcQ=
shylinux.com/x/icebergs v1.6.1 h1:M1qLWNR9tCbDWtpXp4V7feX0e7ua8SA1Jbs1PZWmDpM=
shylinux.com/x/icebergs v1.6.1/go.mod h1:UC+0mBJMYcOVu091YWAHACVsU4CnDAxwYs9Hxazler8=
shylinux.com/x/toolkits v0.7.10 h1:65d5rkQXQ71MD8FzYnZ9DFxb1XcOYSYfmRc4j8qQsUw=
shylinux.com/x/toolkits v0.7.10/go.mod h1:CHDJarGlDkg60kVsvMLYL/a5hAnRLEOShiEsMOuEp0Q=
shylinux.com/x/toolkits v0.7.11 h1:bndm85Bo5hMUxRIHPuzv5PRFtSl4LMbELHcyT7+b6iA=
shylinux.com/x/toolkits v0.7.11/go.mod h1:CHDJarGlDkg60kVsvMLYL/a5hAnRLEOShiEsMOuEp0Q=
shylinux.com/x/toolkits v0.7.12 h1:WszmGGzarTB4h6l8uZ3Q5Q590mA2EITTqLwD0tigZxk=
shylinux.com/x/toolkits v0.7.12/go.mod h1:CHDJarGlDkg60kVsvMLYL/a5hAnRLEOShiEsMOuEp0Q=
shylinux.com/x/websocket v0.0.3 h1:edhLwCp0Mv1ITXqIwbVWdXdX2+vui/jRnS25K89k68I=
shylinux.com/x/websocket v0.0.3/go.mod h1:3UGWkjTu3ie5NAZen7J+uLPBrO7DFeKloj6Jxo13Oiw=
shylinux.com/x/webview v0.0.2 h1:T0f2sDdiMCdDPjYwD1WS64ASBGwvZKPZkxDQ84d+ZQs=

View File

@ -19,22 +19,21 @@ navmenu `
serve serve.shy
space space.shy
核心模块 core/
location /Users/shy/contexts/usr/icebergs/core/chat/location.shy
location usr/icebergs/core/chat/location.shy
code code/
compile compile.shy
publish publish.shy
xterm /Users/shy/contexts/usr/icebergs/core/code/xterm.shy
plan /Users/shy/contexts/usr/icebergs/core/team/plan.shy
xterm usr/icebergs/core/code/xterm.shy
plan usr/icebergs/core/team/plan.shy
wiki wiki/
word word.shy
其它模块 misc/
chrome.chrome /Users/shy/contexts/usr/icebergs/misc/chrome/chrome.shy
git.git /Users/shy/contexts/usr/icebergs/misc/git/git.shy
git.search /Users/shy/contexts/usr/icebergs/misc/git/search.shy
java.java /Users/shy/contexts/usr/icebergs/misc/java/java.shy
java.spring /Users/shy/contexts/usr/icebergs/misc/java/spring.shy
node.node /Users/shy/contexts/usr/icebergs/misc/node/node.shy
node.npm /Users/shy/contexts/usr/icebergs/misc/node/npm.shy
node.vue /Users/shy/contexts/usr/icebergs/misc/node/vue.shy
tmux.tmux /Users/shy/contexts/usr/icebergs/misc/tmux/tmux.shy
bash.bash usr/icebergs/misc/bash/bash.shy
bash.zsh usr/icebergs/misc/bash/zsh.shy
chrome.chrome usr/icebergs/misc/chrome/chrome.shy
java.java usr/icebergs/misc/java/java.shy
java.spring usr/icebergs/misc/java/spring.shy
node.node usr/icebergs/misc/node/node.shy
node.npm usr/icebergs/misc/node/npm.shy
node.vue usr/icebergs/misc/node/vue.shy
`

View File

@ -5,6 +5,8 @@ import (
_ "shylinux.com/x/icebergs/core/chat/oauth"
_ "shylinux.com/x/icebergs/misc/alpha"
_ "shylinux.com/x/icebergs/misc/chrome"
_ "shylinux.com/x/icebergs/misc/coder"
_ "shylinux.com/x/icebergs/misc/input"
_ "shylinux.com/x/icebergs/misc/java"
_ "shylinux.com/x/icebergs/misc/node"
)