✨ LaTeX and explore page
This commit is contained in:
17
docs/zh/solar-network/explore.md
Normal file
17
docs/zh/solar-network/explore.md
Normal file
@@ -0,0 +1,17 @@
|
||||
---
|
||||
title: 探索
|
||||
---
|
||||
|
||||
# 探索
|
||||
|
||||
Solian 的首页便是探索模块,你可以在首页看到 Solar Network 上的所有帖子。
|
||||
其的排序依照以下公式。
|
||||
|
||||
$\text{rank} = \frac{(\text{upvotes} - \text{downvotes} + 1)}{(\text{hours_since_post} + 2)^{1.8}}$
|
||||
|
||||
探索流的主要组成是帖子,但是也可能有多种的不同内容,当前版本包含的内容如下:
|
||||
|
||||
- 帖子
|
||||
- 假若是以登陆了的用户访问推荐 API,将同时返回回复用户的帖子与关注了的用户回复的帖子。
|
||||
- 领域
|
||||
- 站外文章k
|
@@ -1,5 +1,5 @@
|
||||
---
|
||||
title: Solar Network
|
||||
title: 快速开始
|
||||
---
|
||||
|
||||
# Solar Network
|
||||
|
@@ -8,6 +8,7 @@ theme:
|
||||
- navigation.instant.progress
|
||||
- navigation.tabs
|
||||
- navigation.sections
|
||||
|
||||
plugins:
|
||||
- meta
|
||||
- social
|
||||
@@ -25,6 +26,7 @@ plugins:
|
||||
- locale: zh
|
||||
name: 简体中文
|
||||
build: true
|
||||
|
||||
markdown_extensions:
|
||||
- attr_list
|
||||
- md_in_html
|
||||
@@ -32,3 +34,9 @@ markdown_extensions:
|
||||
- admonition
|
||||
- pymdownx.details
|
||||
- pymdownx.superfences
|
||||
- pymdownx.arithmatex:
|
||||
generic: true
|
||||
|
||||
extra_javascript:
|
||||
- javascripts/mathjax.js
|
||||
- https://unpkg.com/mathjax@3/es5/tex-mml-chtml.js
|
||||
|
Reference in New Issue
Block a user