Skip to content

Commit f5d0dcf

Browse files
committed
Update Links
1 parent bb205e7 commit f5d0dcf

4 files changed

Lines changed: 12 additions & 12 deletions

File tree

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@
2626

2727
<div align=center>
2828

29-
[<img src="https://img.shields.io/badge/立刻使用-ffd91c?logo=cloudflarepages&style=for-the-badge&logoColor=000000" width="170"/>](https://abra.halu.ca/)
29+
[<img src="https://img.shields.io/badge/立刻使用-ffd91c?logo=cloudflarepages&style=for-the-badge&logoColor=000000" width="170"/>](https://abra.js.org/)
3030
[<img src="https://img.shields.io/badge/下载插件-8a54ff?logo=googlechrome&style=for-the-badge&logoColor=ffffff" width="170" />](#浏览器插件)
3131

32-
[<img src="https://img.shields.io/badge/项目使用文档-54ffac?style=for-the-badge" width="120" />](https://doc.abra.halu.ca)
32+
[<img src="https://img.shields.io/badge/项目主页-54ffac?logo=javascript&style=for-the-badge&logoColor=000000" width="117" />](https://abracadabra.js.org)
3333
[<img src="https://img.shields.io/badge/前端源码仓库-9a10b5?style=for-the-badge" width="120" />](https://github.com/SheepChef/Abracadabra_demo)
3434
[<img src="https://img.shields.io/badge/更新频道-0970ba?logo=telegram&style=for-the-badge&logoColor=ffffff" width="118" />](https://t.me/abracadabra_cn)
3535

@@ -41,7 +41,7 @@
4141
---
4242

4343
✨ 查阅 [**快速使用**](#快速使用) 一节,快速开始使用/部署本项目。
44-
✨ 查阅 [**项目文档**](https://doc.abra.halu.ca),了解本项目的技术特点和细节。
44+
✨ 查阅 [**项目主页**](https://abracadabra.js.org),了解本项目的技术特点和细节。
4545

4646
👉 查阅 [**开放源代码许可**](#开放源代码许可) 一节,了解本项目的依赖项和许可证。
4747

@@ -71,7 +71,7 @@
7171

7272
## 快速使用
7373

74-
请查阅 [**项目文档**](https://doc.abra.halu.ca) ,详细了解使用/部署方法。
74+
请查阅 [**项目主页**](https://abracadabra.js.org) ,详细了解使用/部署方法。
7575

7676
### 静态页面 / 前端源码
7777

@@ -81,7 +81,7 @@
8181

8282
浏览器插件的源码同样在前端源代码仓库,位于 crx 分支。
8383

84-
[<img src="https://img.shields.io/badge/静态页面-ffd91c?logo=cloudflarepages&style=for-the-badge&logoColor=000000" width="130"/>](https://abra.halu.ca/)
84+
[<img src="https://img.shields.io/badge/静态页面-ffd91c?logo=cloudflarepages&style=for-the-badge&logoColor=000000" width="130"/>](https://abra.js.org/)
8585
[<img src="https://img.shields.io/badge/前端源码-9a10b5?style=for-the-badge" width="103" />](https://github.com/SheepChef/Abracadabra_demo)
8686

8787
### 浏览器插件
@@ -112,7 +112,7 @@ APK文件可以 [**在 Release 中下载**](https://github.com/SheepChef/Abracad
112112

113113
## 细节概要
114114

115-
请查阅 [**项目文档**](https://doc.abra.halu.ca) 了解更多。
115+
请查阅 [**项目主页**](https://abracadabra.js.org) 了解更多。
116116

117117
[![Ask DeepWiki](https://deepwiki.com/badge.svg)](https://deepwiki.com/SheepChef/Abracadabra)
118118

@@ -148,7 +148,7 @@ AES 加密密钥和转轮密钥是同一个,均采用哈希值。
148148

149149
数字/符号,字母分别拥有一套转轮,即总共六个转轮,改变密钥相当于更换一套完全不同的转轮。
150150

151-
转轮显著增加了 Base64 密文的安全性,查阅 [**项目文档**](https://doc.abra.halu.ca/document/enc.html#三重转轮混淆) 来了解转轮的详细运行机制。
151+
转轮显著增加了 Base64 密文的安全性,查阅 [**项目主页**](https://abracadabra.js.org/document/enc.html#三重转轮混淆) 来了解转轮的详细运行机制。
152152

153153
### 压缩
154154

docs/.vitepress/config.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export default withMermaid({
1515
nav: [
1616
{ text: "主页", link: "/" },
1717
{ text: "文档", link: "/document/quick-start.md" },
18-
{ text: "Demo", link: "https://abra.halu.ca" },
18+
{ text: "Demo", link: "https://abra.js.org" },
1919
],
2020

2121
sidebar: [
@@ -54,7 +54,7 @@ export default withMermaid({
5454
},
5555
{ text: "AI基准测试", link: "/document/bench.md" },
5656
{ text: "鸣谢", link: "/document/thanks.md" },
57-
{ text: "Demo页", link: "https://abra.halu.ca" },
57+
{ text: "Demo页", link: "https://abra.js.org" },
5858
{ text: "GitHub仓库", link: "https://github.com/SheepChef/Abracadabra" },
5959
],
6060
logo: "/logo.png",

docs/document/frontend-deploy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
然后,将它解压到你网站的任意位置,也可以直接上传到静态容器中。
88

9-
配置路由,即可得到一个与[项目 Demo](https://abra.halu.ca/)一模一样的页面。
9+
配置路由,即可得到一个与[项目 Demo](https://abra.js.org/)一模一样的页面。
1010

1111
若要自行编译或修改前端代码,请前往前端源代码仓库。
1212

docs/document/quick-start.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Demo 会适配魔曰的所有可调参数,你可以在此体验到魔曰的完
2424

2525
<div style="width:170px">
2626

27-
[<img src="https://img.shields.io/badge/立刻使用-ffd91c?logo=cloudflarepages&style=for-the-badge&logoColor=000000" width="170"/>](https://abra.halu.ca/)
27+
[<img src="https://img.shields.io/badge/立刻使用-ffd91c?logo=cloudflarepages&style=for-the-badge&logoColor=000000" width="170"/>](https://abra.js.org/)
2828

2929
</div>
3030

@@ -122,7 +122,7 @@ import { Abracadabra } from "abracadabra-cn";
122122

123123
然后,将它解压到你网站的任意位置,也可以直接上传到静态容器中。
124124

125-
配置路由,即可得到一个与[项目 Demo](https://abra.halu.ca/)一模一样的页面。
125+
配置路由,即可得到一个与[项目 Demo](https://abra.js.org/)一模一样的页面。
126126

127127
若要自行编译或修改前端代码,请前往前端源代码仓库。
128128

0 commit comments

Comments
 (0)