mirror of
https://github.com/whyour/qinglong.git
synced 2026-06-30 20:35:09 +08:00
环境变量支持搜索
This commit is contained in:
@@ -109,7 +109,7 @@ export default class EnvService {
|
||||
}
|
||||
|
||||
public async envs(
|
||||
searchText?: string,
|
||||
searchText: string = '',
|
||||
sort: any = { position: -1 },
|
||||
query: any = {},
|
||||
): Promise<Env[]> {
|
||||
|
||||
Reference in New Issue
Block a user