Skip to content

Commit

Permalink
fix: 修复旗帜
Browse files Browse the repository at this point in the history
  • Loading branch information
xream committed Feb 17, 2024
1 parent 3cc03ae commit 518f1f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sub-store-front-end",
"version": "2.14.144",
"version": "2.14.145",
"private": true,
"scripts": {
"dev": "vite --host",
Expand Down
2 changes: 1 addition & 1 deletion src/views/editor/components/ActionRadio.vue
Original file line number Diff line number Diff line change
Expand Up @@ -115,10 +115,10 @@
switch (type) {
case 'Flag Operator':
value.value = item.args?.mode ?? 'add';
foTw.value = item.args?.tw ?? 'cn';
break;
case 'Sort Operator':
value.value = item.args ?? 'asc';
foTw.value = item.args?.tw ?? 'cn';
break;
case 'Resolve Domain Operator':
value.value = item.args?.provider ?? 'Google';
Expand Down

0 comments on commit 518f1f8

Please sign in to comment.