mirror of
https://github.com/whyour/qinglong.git
synced 2025-05-23 06:46:09 +08:00
修复环境变量搜索
This commit is contained in:
parent
6f96900ab9
commit
925819b3aa
|
@ -99,10 +99,10 @@ export default class EnvService {
|
|||
name: reg,
|
||||
},
|
||||
{
|
||||
command: reg,
|
||||
value: reg,
|
||||
},
|
||||
{
|
||||
schedule: reg,
|
||||
remarks: reg,
|
||||
},
|
||||
],
|
||||
};
|
||||
|
|
|
@ -76,17 +76,7 @@ export default class OpenService {
|
|||
|
||||
condition = {
|
||||
...condition,
|
||||
[Op.or]: [
|
||||
{
|
||||
name: reg,
|
||||
},
|
||||
{
|
||||
command: reg,
|
||||
},
|
||||
{
|
||||
schedule: reg,
|
||||
},
|
||||
],
|
||||
name: reg,
|
||||
};
|
||||
}
|
||||
try {
|
||||
|
|
Loading…
Reference in New Issue
Block a user