Skip to content

Commit

Permalink
Update V2.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
SheepChef committed Dec 29, 2024
1 parent db6e752 commit c7a8bed
Show file tree
Hide file tree
Showing 7 changed files with 69 additions and 68 deletions.

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-fKvdoOw0.js"></script>
<script type="module" crossorigin src="./assets/index.html-C0lRG8SW.js"></script>
<link rel="stylesheet" crossorigin href="./assets/index-CblDzxYE.css">
</head>
<body>
Expand Down
2 changes: 1 addition & 1 deletion dist/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 3,
"name": "Abracadabra 魔曰",
"description": "安全,高效,开源的中文字符加密工具",
"version": "2.6.1",
"version": "2.6.5",
"default_locale": "zh_CN",
"icons": {
"128": "favicon_s.png"
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 3,
"name": "Abracadabra 魔曰",
"description": "安全,高效,开源的中文字符加密工具",
"version": "2.6.1",
"version": "2.6.5",
"default_locale": "zh_CN",
"icons": {
"128": "favicon_s.png"
Expand Down
12 changes: 6 additions & 6 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "abracadabra-crx",
"version": "2.6.0",
"version": "2.6.5",
"private": true,
"type": "module",
"scripts": {
Expand All @@ -12,7 +12,7 @@
},
"dependencies": {
"@mdui/icons": "^1.0.2",
"abracadabra-cn": "^2.6.1",
"abracadabra-cn": "^2.6.5",
"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.1<br /><a href="https://github.com/SheepChef/Abracadabra">Github Repo</a>
Abracadabra V2.6.5<br /><a href="https://github.com/SheepChef/Abracadabra">Github Repo</a>
</p>
<p
style="
Expand Down

0 comments on commit c7a8bed

Please sign in to comment.