init
This commit is contained in:
14
assistant/tasks/silkyai/talkshow.ts
Normal file
14
assistant/tasks/silkyai/talkshow.ts
Normal file
@@ -0,0 +1,14 @@
|
||||
const task1 = {
|
||||
description: '下载前端应用 root/center 应用',
|
||||
command: 'ev app download -i root/center -o assistant-app/page',
|
||||
};
|
||||
|
||||
const task2 = {
|
||||
description: '下载前端应用 root/talkshow-admin 应用',
|
||||
command: 'ev app download -i root/talkshow-admin -o assistant-app/page',
|
||||
};
|
||||
|
||||
const task3 = {
|
||||
description: '安装后端应用 root/talkshow-code-center 应用',
|
||||
command: 'ev app download -i root/talkshow-code-center -t app -o assistant-app/apps/talkshow-code-center',
|
||||
};
|
||||
Reference in New Issue
Block a user