gpt4 book ai didi

javascript - 当 jekyll gist 标签与私有(private) gist 一起使用时,自动更改脚本 src

转载 作者:行者123 更新时间:2023-11-28 10:57:26 28 4
gpt4 key购买 nike

我有一个私有(private)要点,我想将其嵌入到由 github 托管的 jekyll 网站中。但每当我使用以下方式嵌入它时:

{% gist 931c1c8d465a04042403 %}

它会自动更改为:

<script src='https://gist.github.com/931.js?file=c1c8d465a04042403'> </script>

不会产生任何结果。

我已经尝试过公共(public)要点,例如:

{% gist 5555251 %}

它更改为:

<script src='https://gist.github.com/5555251.js'> </script>

产生结果。我尝试过使用:

<script src='https://gist.github.com/467f46c5cde7b2422ffe.js'> </script>

直接在我的文件中,结果可以在 localhost 中看到,但 github 仍然没有显示任何结果。

请帮忙。

最佳答案

使用 script 标签解决了我的问题。问题出在我的浏览器离线数据上。之后,清除浏览器存储中的所有内容,要点也显示在 github 中。我还是很困惑为什么

{% gist 931c1c8d465a04042403 %}

更改为

<script src='https://gist.github.com/931.js?file=c1c8d465a04042403'> </script>

什么也没产生。

关于javascript - 当 jekyll gist 标签与私有(private) gist 一起使用时,自动更改脚本 src,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17920488/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com