这是一个隐藏的页面,仅用于测试本博客的各项新特性。

Test 1

1
2
3
4
5
6
7
8
9
{
  "type": "field",
  "domain": [
    "resources.download.minecraft.net",
    "files.minecraftforge.net",
    "geosite:youtube"
  ],
  "balancerTag": "balancer-d"
}
 99
100
101
102
103
104
105
106
def _is_readable(socket):
    """Return True if there is data to be read on the socket.""""""Return True if there is data to be read on the socket."""

    timeout = 0
    (rlist, wlist, elist) = select.select(
        [socket.fileno()], [], [], timeout)

    return bool(rlist)
 99def _is_readable(socket):
100    """Return True if there is data to be read on the socket.""""""Return True if there is data to be read on the socket."""
101
102    timeout = 0
103    (rlist, wlist, elist) = select.select(
104        [socket.fileno()], [], [], timeout)
105
106    return bool(rlist)

测试组

隐藏文字可见文字

隐藏文字 test

Test 2

测试组

这是一段被引用的文字

Test 3

webp 图片兼容性测试

对比组

原图      大小:804.5 KB

测试组

无损      大小:555.6 KB  体积减少:31 %

有损 -q 100 大小:190 KB    体积减少:76.4 %

有损 -q 80  大小:49.3 KB   体积减少:93.9 %

有损 -q 50  大小:29.6 KB   体积减少:96.3 %

有损 -q 30  大小:21.8 KB    体积减少:97.3 %

有损 -q 0   大小:7.9 KB    体积减少:99 %

Test 4

测试 FiraCode

1
2
3
4
5
6
take = (n, [x, ...xs]:list) -->
    | n <= 0 => []
    | empty list => []
    | otherwise => [x] ++ take n-1, xs

last3 = reverse >> take 3 >> reverse

Test 4

KaTeX

1
2
3
4
5
6
7
8
% Inline math:
$$ \varphi = \dfrac{1+\sqrt5}{2}= 1.6180339887$$

% or
% Block math:
$$
 \varphi = 1+\frac{1} {1+\frac{1} {1+\frac{1} {1+\cdots} } }
$$

Inline math: $$ \varphi = \dfrac{1+\sqrt5}{2}= 1.6180339887… $$

Block math:

$$ \varphi = 1+\frac{1} {1+\frac{1} {1+\frac{1} {1+\cdots} } } $$

Test 5

PlantUML

1
2
3
4
5
6
7
@startuml
Alice -> Bob: Authentication Request
Bob --> Alice: Authentication Response

Alice -> Bob: Another authentication Request
Alice <-- Bob: Another authentication Response
@enduml
@startuml
Alice -> Bob: Authentication Request
Bob --> Alice: Authentication Response

Alice -> Bob: Another authentication Request
Alice <-- Bob: Another authentication Response
@enduml

Test 6

Embedded BiliBili video

相关文章

参考链接