Skip to content

Commit

Permalink
Deploying to main from @ 3dc9c72 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
sir-kokabi committed Jan 27, 2024
1 parent 3dc9c72 commit 04d2c83
Show file tree
Hide file tree
Showing 2 changed files with 75 additions and 6 deletions.
69 changes: 69 additions & 0 deletions docs/naghsh/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10824,6 +10824,75 @@
}
};

window.addEventListener('DOMContentLoaded',() => {
let tocLinks = document.getElementsByClassName('toc-link');

for(let i = 0; i < tocLinks.length; i++) {
tocLinks[i].addEventListener('click', () => {
for(let i = 0; i < tocLinks.length; i++) {
tocLinks[i].classList.add('toc-unstyled')
}
})
}

var sl = new Scroll(400);

sl.addEventListener("end", function () {
for(let i = 0; i < tocLinks.length; i++) {
tocLinks[i].classList.remove('toc-unstyled')
}
});
});
</script>
<script>
function Scroll(delay) {
this.initialY = scrollY;
this.callbacks = {
start : null,
scroll : null,
end : null,
};
this.timeout = {
delay : delay || 150,
handle : null,
};
this.handler = Scroll.handler.bind(this);
window.addEventListener("scroll", this.handler);
}

Scroll.handler = function (e) {
if (this.initialY == 0) {
if (this.timeout.handle == null) {
if (this.callbacks.start) {
this.callbacks.start.call(this, e);
}
}
if (this.timeout.handle !== null) {
clearTimeout(this.timeout.handle);
}
if (this.callbacks.scroll) {
this.callbacks.scroll.call(this, e);
}
var self = this;
this.timeout.handle = setTimeout(function () {
self.timeout.handle = null;
if (self.callbacks.end) {
self.callbacks.end.call(self, e);
}
}, this.timeout.delay);
} else {
this.initialY = 0;
}
};

Scroll.prototype.addEventListener = function (event, callback) {
if (Object.keys(this.callbacks).includes(event)) {
this.callbacks[event] = callback;
} else {
console.warn("Invalid scroll event: " + event);
}
};

window.addEventListener('DOMContentLoaded',() => {
let tocLinks = document.getElementsByClassName('toc-link');

Expand Down
12 changes: 6 additions & 6 deletions docs/replai/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -234,23 +234,23 @@
<a href="#198f391592" class="toc-h1 toc-link" data-title="ایجاد یک گفتگوی جدید">ایجاد یک گفتگوی جدید</a>
<ul class="toc-list-h2">
<li>
<a href="#8e687366d5" class="toc-h2 toc-link" data-title="نمونه">نمونه</a>
<a href="#b40d4b44b2-3" class="toc-h2 toc-link" data-title="مثال">مثال</a>
</li>
</ul>
</li>
<li>
<a href="#1dc88df676" class="toc-h1 toc-link" data-title="فهرست پیام‌های یک گفتگو">فهرست پیام‌های یک گفتگو</a>
<ul class="toc-list-h2">
<li>
<a href="#8e687366d5-2" class="toc-h2 toc-link" data-title="نمونه">نمونه</a>
<a href="#8e687366d5" class="toc-h2 toc-link" data-title="نمونه">نمونه</a>
</li>
</ul>
</li>
<li>
<a href="#909208a2d1" class="toc-h1 toc-link" data-title="ایجاد یک پیام جدید">ایجاد یک پیام جدید</a>
<ul class="toc-list-h2">
<li>
<a href="#8e687366d5-3" class="toc-h2 toc-link" data-title="نمونه">نمونه</a>
<a href="#8e687366d5-2" class="toc-h2 toc-link" data-title="نمونه">نمونه</a>
</li>
</ul>
</li>
Expand Down Expand Up @@ -403,7 +403,7 @@ <h1 id='198f391592'>ایجاد یک گفتگوی جدید</h1>
</tr></table>

<p>یک گفتگوی جدید در یک فضای کاری مشخص ایجاد می‌کند. در پاسخ برگشتی، <code>chat_id</code>بیانگر شناسه گفتگو است، <code>text</code> متن پیام آغازین گفتگو، <code>reply</code> متن پاسخ به پیام آغازین گفتگو و <code>message_id</code> شناسهٔ پیام آغازین گفتگو است.</p>
<h2 id='8e687366d5'>نمونه</h2>
<h2 id='b40d4b44b2-3'>مثال</h2>
<blockquote>
<p>Request</p>
</blockquote>
Expand Down Expand Up @@ -480,7 +480,7 @@ <h1 id='1dc88df676'>فهرست پیام‌های یک گفتگو</h1>
</tr></table>

<p>فهرست پیام‌های موجود در یک گفتگوی مشخص را برمی‌گرداند. در پاسخ برگشتی، <code>id</code>بیانگر شناسه پیام است، <code>text</code> متن پیام، <code>reply</code> متن پاسخ به پیام، <code>like</code> نشان‌دهندهٔ پسنیدن پاسخ، <code>dislike</code> نشانگر نپسندیدن پاسخ و <code>created_at</code> زمان ایجاد پیام است.</p>
<h2 id='8e687366d5-2'>نمونه</h2>
<h2 id='8e687366d5'>نمونه</h2>
<blockquote>
<p>Request</p>
</blockquote>
Expand Down Expand Up @@ -547,7 +547,7 @@ <h1 id='909208a2d1'>ایجاد یک پیام جدید</h1>
</tr></table>

<p>یک پیام جدید در یک گفتگوی مشخص ایجاد می‌کند. در پاسخ برگشتی، <code>text</code>بیانگر متن پیام جدید است، <code>message_id</code> شناسهٔ پیام جدید و <code>reply</code> متن پاسخ به این پیام است.</p>
<h2 id='8e687366d5-3'>نمونه</h2>
<h2 id='8e687366d5-2'>نمونه</h2>
<blockquote>
<p>Request</p>
</blockquote>
Expand Down

0 comments on commit 04d2c83

Please sign in to comment.