mirror of
https://github.com/whyour/qinglong.git
synced 2026-06-30 20:35:09 +08:00
修复环境变量搜索
This commit is contained in:
@@ -99,10 +99,10 @@ export default class EnvService {
|
||||
name: reg,
|
||||
},
|
||||
{
|
||||
command: reg,
|
||||
value: reg,
|
||||
},
|
||||
{
|
||||
schedule: reg,
|
||||
remarks: reg,
|
||||
},
|
||||
],
|
||||
};
|
||||
|
||||
+1
-11
@@ -76,17 +76,7 @@ export default class OpenService {
|
||||
|
||||
condition = {
|
||||
...condition,
|
||||
[Op.or]: [
|
||||
{
|
||||
name: reg,
|
||||
},
|
||||
{
|
||||
command: reg,
|
||||
},
|
||||
{
|
||||
schedule: reg,
|
||||
},
|
||||
],
|
||||
name: reg,
|
||||
};
|
||||
}
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user