1
0
mirror of https://shylinux.com/x/icebergs synced 2025-04-26 17:44:05 +08:00
This commit is contained in:
IT 老营长 @云轩领航-创始人 2023-06-03 17:07:19 +08:00
parent bd4b8e29c8
commit f0e799c970
6 changed files with 17 additions and 5 deletions

5
misc/node/element.shy Normal file
View File

@ -0,0 +1,5 @@
section "element"
refer `
https://element.eleme.cn/2.0/#/zh-CN/component/installation
`

View File

@ -17,7 +17,7 @@ type node struct {
regexp string `data:"js"` regexp string `data:"js"`
darwin string `data:"https://mirrors.tencent.com/nodejs-release/v16.15.1/node-v16.15.1-darwin-x64.tar.gz"` darwin string `data:"https://mirrors.tencent.com/nodejs-release/v16.15.1/node-v16.15.1-darwin-x64.tar.gz"`
linux string `data:"https://mirrors.tencent.com/nodejs-release/v16.15.1/node-v16.15.1-linux-x64.tar.xz"` linux string `data:"https://mirrors.tencent.com/nodejs-release/v16.15.1/node-v16.15.1-linux-x64.tar.xz"`
list string `name:"list path auto listScript xterm order install" help:"node"` list string `name:"list path auto listScript xterm order install" help:"运行时"`
} }
func (s node) Init(m *ice.Message) { func (s node) Init(m *ice.Message) {

View File

@ -3,7 +3,7 @@ section "node"
refer ` refer `
官网 https://nodejs.org/ 官网 https://nodejs.org/
源码 https://github.com/nodejs/node 源码 https://github.com/nodejs/node
文档 https://nodejs.org/docs/latest-v6.x/api/ 文档 https://nodejs.org/dist/latest-v18.x/docs/api/
` `
field web.code.node.node field web.code.node.node
@ -21,9 +21,12 @@ http://mirrors.tencent.com/nodejs-release/v16.15.1/node-v16.15.1-x64.msi
shell ` shell `
./bin/node ./bin/node
` `
field web.code.xterm args "node" auto delay height 240
source npm.shy source npm.shy
source vue.shy source vue.shy
source grpc.shy source grpc.shy
source admin.shy source router.shy
source element.shy
source vscode.shy source vscode.shy
source admin.shy

View File

@ -10,7 +10,7 @@ const NPM = "npm"
type npm struct { type npm struct {
ice.Code ice.Code
list string `name:"list path auto" help:"npm"` list string `name:"list path auto" help:"依赖库"`
} }
func (s npm) Init(m *ice.Message) { func (s npm) Init(m *ice.Message) {

4
misc/node/router.shy Normal file
View File

@ -0,0 +1,4 @@
section "router"
refer `
https://router.vuejs.org/zh/guide/essentials/nested-routes.html
`

View File

@ -7,7 +7,7 @@ import (
type vue struct { type vue struct {
ice.Code ice.Code
list string `name:"list path auto" help:"vue"` list string `name:"list path auto" help:"框架"`
} }
func (s vue) List(m *ice.Message) { func (s vue) List(m *ice.Message) {