Skip to content

Commit

Permalink
feat: update preview url
Browse files Browse the repository at this point in the history
  • Loading branch information
LoeiFy committed Feb 24, 2022
1 parent 0a697e2 commit 68d25ea
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Diaspora
A WordPress theme

[Preview(失效中)](http://isujin.com)
[Preview](https://w.laborers.cn/?theme-switch=Diaspora)

> 由于域名失效,网站也没有继续维护,预览也没有了,所以只能看截图了
> 截图
>
> https://github.com/LoeiFy/Diaspora/tree/master/shots
Expand Down Expand Up @@ -58,6 +58,8 @@ issue:https://github.com/LoeiFy/Diaspora/issues/10
define ('USE_TIMTHUMB', FALSE);
```

> 如果 timthumb 出错,可以尝试在 timthumb 目录添加 `what` 目录,并 `chmod o+w -R timthumb` 目录
### 文章音乐

主题支持音乐播放,两种方式添加:
Expand Down
6 changes: 1 addition & 5 deletions social.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
<div class="share">

<a title="获取二维码" class="icon-wechat" href="javascript:;"></a><!--
--><a href="javascript:void((function(s,d,e){try{}catch(e){}var f='http://v.t.sina.com.cn/share/share.php?',u=d.location.href,p=['url=',e(u),'&amp;title=',e(d.title),'&amp;appkey='].join('');function a(){if(!window.open([f,p].join(''),'mb',['toolbar=0,status=0,resizable=1,width=620,height=450,left=',(s.width-620)/2,',top=',(s.height-450)/2].join('')))u.href=[f,p].join('');};if(/Firefox/.test(navigator.userAgent)){setTimeout(a,0)}else{a()}})(screen,document,encodeURIComponent));" rel="nofollow" class="icon-weibo" title="分享到新浪微博"></a>

<a title="获取二维码" class="icon-wechat" href="javascript:;"></a>
</div>

<div id="qr"></div>

0 comments on commit 68d25ea

Please sign in to comment.