Skip to content

Commit fd1934a

Browse files
author
zhouhongxuan
committed
m
1 parent d46a15c commit fd1934a

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

_config.yml

+1
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ deploy:
104104
menu:
105105
归档: /archives
106106
分类: /tags
107+
项目示例: /projects
107108
关于我: /about
108109

109110
baidu_tongji:

source/_posts/broadcast-channel.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ bc.close();
9595

9696
## Demo 效果
9797

98-
[可以戳这里查看在线 Demo >>](https://alienzhou.github.io/broadcast-channel/)
98+
[可以戳这里查看在线 Demo >>](/projects/broadcast-channel)
9999

100100
下面是 Broadcast Channel Demo 的演示效果:
101101

source/_posts/cross-tab-communication-in-frontend.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,7 @@ window.addEventListener('message', function (e) {
383383

384384
关于 WebSocket 与其他“服务器推”技术,不了解的同学可以阅读这篇[《各类“服务器推”技术原理与实例》](/2018/06/08/server-push-methods/)
385385

386-
此外,我还针对以上各种方式写了一个 [在线演示的 Demo >>](https://alienzhou.github.io/cross-tab-communication/)
386+
此外,我还针对以上各种方式写了一个 [在线演示的 Demo >>](/projects/cross-tab-communication/)
387387

388388

389389
![Demo页面](/img/169d8701f85f9f33.gif)

0 commit comments

Comments
 (0)