This commit is contained in:
bwcx_jzy 2022-07-12 12:49:48 +08:00
parent 4d0c444235
commit e04cc2f344
No known key found for this signature in database
GPG Key ID: 5E48E9372088B9E5
2 changed files with 11 additions and 3 deletions

View File

@ -6,8 +6,9 @@ Use this section to tell people about which versions of your project are
currently being supported with security updates.
| Version | Supported |
|-------------| ------------------ |
| 2.8.x | :white_check_mark: |
|-------------|--------------------|
| 2.9.x | :white_check_mark: |
| 2.8.x | :x: |
| 2.8.1-2.8.6 | :x: |
| < 2.7 | :x: |

View File

@ -227,7 +227,14 @@
</a-row>
</a-form-model-item>
<a-form-model-item v-if="temp.buildMode === 0" label="构建命令" prop="script">
<a-form-model-item v-if="temp.buildMode === 0" prop="script">
<template slot="label">
构建命令
<a-tooltip v-show="!temp.id">
<template slot="title"> 这里构建命令最终会在服务器上执行 如果有多行命令那么将<b>逐行执行</b>如果想要切换路径后执行命令则需要 <b>cd xxx && mvn clean package</b></template>
<a-icon type="question-circle" theme="filled" />
</a-tooltip>
</template>
<a-popover title="命令示例">
<template slot="content">
<p