Skip to content

Commit

Permalink
fix: 修复bounds规则转换问题
Browse files Browse the repository at this point in the history
  • Loading branch information
adproqwq committed May 4, 2024
1 parent 9464554 commit 90dac52
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/convert.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,6 @@ const convert = async () => {

const thisRuleMatches = iArrayToArray(thisRule.matches as IArray<string>);

thisRuleMatches.push(textRuleConvert(r.id));

if(r.action == 'GLOBAL_ACTION_BACK') thisRule.action = 'back';
else{
let isBounds = r.action.split(',');
Expand Down

0 comments on commit 90dac52

Please sign in to comment.