-
Notifications
You must be signed in to change notification settings - Fork 315
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
问题描述
- 点击脚本列表的
运行状态跳转到运行日志后,默认带脚本ID参数条件,但却搜索不出日志,将精确匹配=换成=~后,即可搜索出日志; - 添加
UserConfig用户配置后,当type: select下拉框时,只能展示values值,却不能展示labels描述,代码如下:
group1:
configA:
title: 下拉列表
description: 这是一个列表选择的配置
type: select
default: 2
labels: ['一','二','三']
values: [1,2,3]重现步骤
运行日志精确匹配问题重现截图:
下拉列表展示问题重现截图:
脚本猫版本
v0.18.0
操作系统以及浏览器信息
Windows 10 Chrome 132.0.6834.83 (x64)
补充信息 (选填)
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working



