Skip to content

Commit 5bf3084

Browse files
committed
更改了规则,可以上传test页面了!
1 parent ab37279 commit 5bf3084

3 files changed

Lines changed: 80 additions & 1 deletion

File tree

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,3 @@ ehtumbs.db
1515
thumbs.db
1616
.iml
1717
.cache
18-
test*

articles/test.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# Test%%c:english%%
2+
3+
*嘉豪*这是一篇**测试**文章%%c:chinese%%
4+
5+
---
6+
7+
power by ptools%%c:english%%
8+
9+
## 2
10+
11+
### 3
12+
13+
#### 4
14+
15+
##### 5
16+
17+
###### 6
18+
19+
```python
20+
可癌小代码
21+
```
22+
23+
你好!世界!%%c:chinese%%

test.html

Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
<!-- -*- conding: utf-8 -*- -->
2+
<!-- 2026.2.12 -->
3+
<!DOCTYPE html>
4+
<html lang="zh-CN">
5+
<head>
6+
<meta charset="UTF-8">
7+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
8+
<meta name="renderer" content="webkit">
9+
<meta name="force-rendering" content="webkit">
10+
<meta name="viewport" content="width=device-width, initial-scale=1">
11+
<meta name="author" content="红蓝灯">
12+
<meta name="keywords" content="红蓝灯, RBL">
13+
<meta http-equiv="Content-Language" content="zh-CN">
14+
<meta name="robots" content="all">
15+
<meta name="description" content="这里是红蓝灯的秘密基地,欢迎你的到来!">
16+
<title class="english">Test - 红蓝灯的秘密基地</title>
17+
<script src="include/prism.js"></script>
18+
<script src="include/script.js"></script>
19+
<link href="include/prism.css" rel="stylesheet">
20+
<link href="include/style.css" rel="stylesheet">
21+
<link href="include/logo.ico" rel="icon">
22+
</head>
23+
<body class="line-numbers">
24+
<nav id="topnav">
25+
<div class="nav-inner">
26+
<a href="index.html">首页</a>
27+
<a href="download.html">下载</a>
28+
<a href="articles.html">文章</a>
29+
<a href="about.html">关于</a>
30+
<a href="https://github.com/CN-RBL" target="_blank">我的GitHub</a>
31+
<a href="https://space.bilibili.com/3546389388724715" target="_blank">我的B站</a>
32+
</div>
33+
</nav>
34+
<div id="nav-spacer" aria-hidden="true"></div>
35+
<div id="main">
36+
<h1 class="english">Test</h1>
37+
<p class="chinese"><em>嘉豪</em>这是一篇<strong>测试</strong>文章</p>
38+
<hr>
39+
<p class="english">power by ptools</p>
40+
<h2>2</h2>
41+
<h3>3</h3>
42+
<h4>4</h4>
43+
<h5>5</h5>
44+
<h6>6</h6>
45+
<pre><code class="language-python">可癌小代码
46+
</code>
47+
</pre>
48+
<p class="chinese">你好!世界!</p>
49+
</div>
50+
<div id="copyright">
51+
<p class="chinese">© 2026 红蓝灯 保留所有权利才怪</p>
52+
<p class="english">© 2026 RBL All rights reserved? Hardly.</p>
53+
<p class="english" style="text-align: center;">Best view at 1528x740</p>
54+
<p class="english" style="text-align: center;">Power by PTools</p>
55+
</div>
56+
</body>
57+
</html>

0 commit comments

Comments
 (0)