新增新规划,记录状态更替列表
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -11,6 +11,7 @@ public/image/*
|
|||||||
|
|
||||||
# 管理员面板
|
# 管理员面板
|
||||||
public/blog/master/passwd
|
public/blog/master/passwd
|
||||||
|
public/blog/master/db/*
|
||||||
|
|
||||||
|
|
||||||
# 可能未知
|
# 可能未知
|
||||||
|
|||||||
22
README.md
22
README.md
@@ -1,5 +1,27 @@
|
|||||||
<a href="https://ww3.tw/">点击访问</a>
|
<a href="https://ww3.tw/">点击访问</a>
|
||||||
|
|
||||||
|
## 2025.08.25
|
||||||
|
开始规划记录添加与修改
|
||||||
|
|
||||||
|
添加部分
|
||||||
|
- 暂无
|
||||||
|
|
||||||
|
|
||||||
|
修改部分
|
||||||
|
- 暂无
|
||||||
|
|
||||||
|
备注部分
|
||||||
|
- 暂无
|
||||||
|
|
||||||
|
|
||||||
|
预计规划 (不一定会做到)
|
||||||
|
- 暂无
|
||||||
|
|
||||||
|
|
||||||
|
**署名**
|
||||||
|
|
||||||
|
skimrme
|
||||||
|
|
||||||
## 2025.7.20
|
## 2025.7.20
|
||||||
open-ww3-project-ww3-tw
|
open-ww3-project-ww3-tw
|
||||||
个人博客地址(预计)
|
个人博客地址(预计)
|
||||||
|
|||||||
45
public/blog/web_start/index.html
Normal file
45
public/blog/web_start/index.html
Normal file
@@ -0,0 +1,45 @@
|
|||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<title>web_start</title>
|
||||||
|
<meta charset="utf-8" lang="zh-CN">
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body>
|
||||||
|
<center>
|
||||||
|
<h3>漫画</h3>
|
||||||
|
<th>
|
||||||
|
<td id="font_a">
|
||||||
|
<a href="https://xmanhua.com/">xmanhua</a>
|
||||||
|
</td>
|
||||||
|
</th>
|
||||||
|
<th>
|
||||||
|
<td id="font_a">
|
||||||
|
<a href="https://komiic.com/">komiic</a>
|
||||||
|
</td>
|
||||||
|
</th>
|
||||||
|
<th>
|
||||||
|
<td id="font_a">
|
||||||
|
<a href="https://mangadex.org/">mangadex</a>
|
||||||
|
</td>
|
||||||
|
</th>
|
||||||
|
<th>
|
||||||
|
<td id="font_a">
|
||||||
|
<a href="https://mangabz.com/">mangabz</a>
|
||||||
|
</td>
|
||||||
|
</th>
|
||||||
|
<h3>动漫</h3>
|
||||||
|
<th>
|
||||||
|
<td id="font_a">
|
||||||
|
<a href="https://www.agedm.com">age动漫 | 尽量不要开梯</a>
|
||||||
|
</td>
|
||||||
|
</th>
|
||||||
|
</center>
|
||||||
|
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
|
|
||||||
|
<style>
|
||||||
|
#font_a {
|
||||||
|
width: 50px;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
Reference in New Issue
Block a user