docs: 更新文档链接至新域名 cwd.js.org
This commit is contained in:
@@ -17,7 +17,7 @@ onMounted(async () => {
|
||||
if (!window.CWDComments) {
|
||||
await new Promise((resolve, reject) => {
|
||||
const script = document.createElement("script");
|
||||
script.src = "https://cwd.zishu.me/cwd.js";
|
||||
script.src = "https://cwd.js.org/cwd.js";
|
||||
script.async = true;
|
||||
script.onload = () => resolve();
|
||||
script.onerror = (e) => reject(e);
|
||||
|
||||
Reference in New Issue
Block a user