mirror of
https://github.com/Youzini-afk/ST-Bionic-Memory-Ecology.git
synced 2026-05-15 22:30:38 +08:00
Fix host regex reuse for extraction inputs
This commit is contained in:
@@ -6233,7 +6233,11 @@ function _renderRegexReuseBadges(rule = {}) {
|
||||
text: "仅 Prompt",
|
||||
});
|
||||
}
|
||||
if (rule.promptStageMode !== "skip" && rule.promptStageApplies === false) {
|
||||
if (
|
||||
rule.sourceType === "local" &&
|
||||
rule.promptStageMode !== "skip" &&
|
||||
rule.promptStageApplies === false
|
||||
) {
|
||||
badges.push({
|
||||
className: "is-skip",
|
||||
text: "当前任务未启用",
|
||||
|
||||
Reference in New Issue
Block a user