新增新规划,记录状态更替列表

This commit is contained in:
2025-08-25 22:19:43 +08:00
parent 21810fe3ae
commit 9510f7320c
5 changed files with 71 additions and 0 deletions

1
.gitignore vendored
View File

@@ -11,6 +11,7 @@ public/image/*
# 管理员面板
public/blog/master/passwd
public/blog/master/db/*
# 可能未知

View File

@@ -1,5 +1,27 @@
<a href="https://ww3.tw/">点击访问</a>
## 2025.08.25
开始规划记录添加与修改
添加部分
- 暂无
修改部分
- 暂无
备注部分
- 暂无
预计规划 (不一定会做到)
- 暂无
**署名**
skimrme
## 2025.7.20
open-ww3-project-ww3-tw
个人博客地址(预计)

3
Record.md Normal file
View File

@@ -0,0 +1,3 @@
# 2025.08.25
- 整体重构,完善推文增、改 (进行中)
-

View 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>