mirror of
https://github.com/torappinfo/uweb.git
synced 2024-08-14 23:54:59 +00:00
add gissues
This commit is contained in:
parent
78552b5e5a
commit
e4906dfd26
71 changed files with 955 additions and 10 deletions
|
@ -80,6 +80,19 @@
|
|||
add google translate in rjs.py<br>
|
||||
<pre></pre>
|
||||
</p>
|
||||
<script>
|
||||
if(location.href.indexOf("/zh/")>0){
|
||||
var script = document.createElement("script");
|
||||
script.type = "text/javascript";
|
||||
script.src = "../../js/gissues.js";
|
||||
script.setAttribute("repo","jamesfengcao/uweb");
|
||||
script.setAttribute("issue-term","title");
|
||||
script.setAttribute("theme","github-light");
|
||||
script.setAttribute("crossorigin","anonymous");
|
||||
script.async = true;
|
||||
document.body.appendChild(script);
|
||||
}
|
||||
</script>
|
||||
<script id='jsgiscus'
|
||||
src='https://giscus.app/client.js'
|
||||
data-repo="torappinfo/uweb"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue