Skip to content

Commit 67b9bb3

Browse files
committed
Site updated: 2016-10-03 21:56:40
1 parent 1afceb7 commit 67b9bb3

File tree

5 files changed

+3119
-4
lines changed

5 files changed

+3119
-4
lines changed

2016/09/29/What-is-the-Dharma/index.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<meta property="og:url" content="http://zhanghuiyong.cn/2016/09/29/What-is-the-Dharma/index.html">
1313
<meta property="og:site_name" content="生死事大,舍我其谁">
1414
<meta property="og:description" content="常人以为这就是佛法">
15-
<meta property="og:updated_time" content="2016-10-03T13:25:37.000Z">
15+
<meta property="og:updated_time" content="2016-10-03T13:45:33.000Z">
1616
<meta name="twitter:card" content="summary">
1717
<meta name="twitter:title" content="什么是佛法">
1818
<meta name="twitter:description" content="常人以为这就是佛法">
@@ -168,7 +168,6 @@ <h1 class="article-title" itemprop="name">
168168
<p>当内心上消除了对立的时候,你就是在诠释佛法。</p>
169169
<p>在极端条件下,佛法并不排除形式上的对立,而保持内心的柔软与和谐。</p>
170170
<p>所以佛法就是心法,是一种内涵。</p>
171-
<p>style=”font-family:迷你简南宫;font-size:3em”</p>
172171

173172

174173
</div>

index.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,6 @@ <h1 itemprop="name">
223223
<p>当内心上消除了对立的时候,你就是在诠释佛法。</p>
224224
<p>在极端条件下,佛法并不排除形式上的对立,而保持内心的柔软与和谐。</p>
225225
<p>所以佛法就是心法,是一种内涵。</p>
226-
<p>style=”font-family:迷你简南宫;font-size:3em”</p>
227226

228227

229228
</div>

main.js

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9732,7 +9732,7 @@
97329732
var Util = __webpack_require__(6)
97339733
var $article, $tools
97349734
var localKey = 'yilia-menu'
9735-
9735+
var $me = 0;
97369736
function triggerClk(idx) {
97379737
$('.btn-wrap li').eq(idx).trigger('click')
97389738
}
@@ -9770,6 +9770,17 @@
97709770
if (!$article.hasClass('show'))
97719771
{
97729772
triggerClk(idx)
9773+
if (idx == 3) { $me++; }
9774+
if ($me == 6) {
9775+
$("#js-aboutme").text("首先你是对的");
9776+
} else if ($me == 10) {
9777+
$("#js-aboutme").text("你懂的");
9778+
} else if ($me == 20) {
9779+
$("#js-aboutme").text("再点就show佛法了");
9780+
} else if ($me == 22) {
9781+
window.location.reload();
9782+
}
9783+
97739784
$article.addClass('show')
97749785
$tools.addClass('show')
97759786
}

0 commit comments

Comments
 (0)