Skip to content

Commit

Permalink
Update CRX to V2.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
SheepChef committed Dec 16, 2024
1 parent 518552a commit db6e752
Show file tree
Hide file tree
Showing 9 changed files with 79 additions and 75 deletions.
1 change: 1 addition & 0 deletions _locales/zh_CN/messages.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
1 change: 1 addition & 0 deletions dist/_locales/zh_CN/messages.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
return this._attachShadow({ mode: "open" });
};
</script>
<script type="module" crossorigin src="./assets/index.html-4aPqwlsD.js"></script>
<script type="module" crossorigin src="./assets/index.html-fKvdoOw0.js"></script>
<link rel="stylesheet" crossorigin href="./assets/index-CblDzxYE.css">
</head>
<body>
Expand Down
3 changes: 2 additions & 1 deletion dist/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
"manifest_version": 3,
"name": "Abracadabra 魔曰",
"description": "安全,高效,开源的中文字符加密工具",
"version": "2.6.0",
"version": "2.6.1",
"default_locale": "zh_CN",
"icons": {
"128": "favicon_s.png"
},
Expand Down
3 changes: 2 additions & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
"manifest_version": 3,
"name": "Abracadabra 魔曰",
"description": "安全,高效,开源的中文字符加密工具",
"version": "2.6.0",
"version": "2.6.1",
"default_locale": "zh_CN",
"icons": {
"128": "favicon_s.png"
},
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"dependencies": {
"@mdui/icons": "^1.0.2",
"abracadabra-cn": "^2.6.0",
"abracadabra-cn": "^2.6.1",
"mdui": "^2.0.3",
"vue": "^3.3.11"
},
Expand Down
2 changes: 1 addition & 1 deletion src/views/HomeView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ onBeforeUnmount(() => {});
margin: 0px;
"
>
Abracadabra V2.6.0<br /><a href="https://github.com/SheepChef/Abracadabra">Github Repo</a>
Abracadabra V2.6.1<br /><a href="https://github.com/SheepChef/Abracadabra">Github Repo</a>
</p>
<p
style="
Expand Down

0 comments on commit db6e752

Please sign in to comment.