Skip to content

[BUG] 运行日志精确匹配有误以及用户配置下拉选描述缺失 #445

@FreeWang3

Description

@FreeWang3

问题描述

  1. 点击脚本列表的运行状态跳转到运行日志后,默认带脚本ID参数条件,但却搜索不出日志,将精确匹配=换成=~后,即可搜索出日志;
  2. 添加UserConfig用户配置后,当type: select下拉框时,只能展示values值,却不能展示labels描述,代码如下:
group1:
  configA:
    title: 下拉列表
    description: 这是一个列表选择的配置
    type: select
    default: 2
    labels: ['一','二','三']
    values: [1,2,3]

重现步骤

运行日志精确匹配问题重现截图:

Image

Image

下拉列表展示问题重现截图:

Image

Image

脚本猫版本

v0.18.0

操作系统以及浏览器信息

Windows 10 Chrome 132.0.6834.83 (x64)

补充信息 (选填)

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions