2024-04-13 22:20:48 +08:00
|
|
|
<div align="center">
|
|
|
|
<div>
|
2024-04-14 12:35:24 +08:00
|
|
|
<img src="/static/img/nitwikit-banner.png" alt="Yizhan" />
|
2024-04-13 22:20:48 +08:00
|
|
|
</div>
|
|
|
|
<b>
|
|
|
|
NitWikit
|
|
|
|
</b>
|
|
|
|
<div>
|
|
|
|
<sup>一群笨蛋们编写的开服文档</sup>
|
|
|
|
</div>
|
|
|
|
</div>
|
2024-03-23 13:25:49 +08:00
|
|
|
|
2024-05-20 12:22:22 +08:00
|
|
|
# 🤔 这是什么
|
2024-05-01 00:16:55 +08:00
|
|
|
|
2024-07-29 12:43:08 +08:00
|
|
|
这是一份适用于游戏 [Minecraft](https://www.minecraft.net/zh-hans) [Java 版](https://zh.minecraft.wiki/w/Java%E7%89%88) 的服务器开服教程,在这里,你可以看到由众多用户经验编制而成的各色教程,希望它们可以成为你开服路上的一份趁手资料,也希望你能运营一个不错的服务器——一切皆有可能。动动手指来阅读第一章的内容吧。
|
2024-05-01 00:16:55 +08:00
|
|
|
|
2024-04-13 22:20:48 +08:00
|
|
|
# 📖 开始阅读
|
2024-03-23 13:32:09 +08:00
|
|
|
|
2024-04-13 22:20:48 +08:00
|
|
|
文档正在编写ing...
|
|
|
|
|
2024-04-26 22:40:40 +08:00
|
|
|
https://nitwikit.yizhan.wiki/
|
2024-03-23 13:39:13 +08:00
|
|
|
|
2024-05-19 07:31:56 +08:00
|
|
|
[企鹅群🐧611076407](https://qm.qq.com/q/lEnfzgzxjq)
|
|
|
|
|
2024-05-02 00:02:33 +08:00
|
|
|
![:NitWikit](https://count.kjchmc.cn/get/@:NitWikit)
|
|
|
|
|
2024-05-01 00:16:55 +08:00
|
|
|
# 🔖 其他地址
|
|
|
|
|
|
|
|
这里是本文档地址/相关转载地址
|
2024-04-04 20:15:41 +08:00
|
|
|
|
2024-05-01 00:16:55 +08:00
|
|
|
- https://nitwikit.yizhan.wiki/
|
|
|
|
- [GitHub](https://github.com/postyizhan/NitWikit)
|
2024-07-31 04:11:00 +08:00
|
|
|
- [MineBBS](https://www.minebbs.com/threads/nitwikit-geyser.26356/)
|
2024-05-19 12:05:57 +08:00
|
|
|
- [klpbbs](https://klpbbs.com/forum.php?mod=viewthread&tid=136184&page=1&extra=#pid10518779)
|
|
|
|
- [九域](https://bbs.mc9y.net/threads/1624/)
|
|
|
|
- [暮光方块论坛](https://bbs.tsfk.top/threads/399/)
|
2024-06-02 06:10:55 +08:00
|
|
|
- [mcbbs2](https://mcbbs2.net/thread-103-1-1.html)
|
2024-07-29 12:43:08 +08:00
|
|
|
- [mcutc 论坛](https://bbs.mcutc.cn/threads/560/)
|
2024-06-10 13:21:29 +08:00
|
|
|
- [HiMCBBS](https://www.himcbbs.com/threads/nitwikit-geyser.420/)
|
2024-04-04 20:15:41 +08:00
|
|
|
|
2024-06-15 12:46:04 +08:00
|
|
|
# 🔨 构建文档
|
|
|
|
|
|
|
|
> [!NOTE]
|
|
|
|
> 请先安装 Node.js 和 npm
|
|
|
|
|
2024-06-23 14:30:32 +08:00
|
|
|
1. 将此仓库克隆至本地
|
2024-06-15 12:46:04 +08:00
|
|
|
`git clone https://github.com/postyizhan/NitWikit.git`
|
2024-06-23 14:30:32 +08:00
|
|
|
2. 移动至仓库根目录
|
2024-06-15 12:46:04 +08:00
|
|
|
`cd NitWikit`
|
2024-06-23 14:30:32 +08:00
|
|
|
3. 安装依赖
|
2024-06-15 12:46:04 +08:00
|
|
|
`npm install`
|
2024-06-23 14:30:32 +08:00
|
|
|
4. 构建文档
|
2024-06-15 12:46:04 +08:00
|
|
|
`npm run build`
|
2024-06-23 14:30:32 +08:00
|
|
|
5. 部署测试网站
|
2024-06-15 12:46:04 +08:00
|
|
|
`npm run serve`
|
|
|
|
|
|
|
|
# ⬆️ 提交贡献
|
|
|
|
|
2024-06-15 12:47:10 +08:00
|
|
|
1. Fork 此仓库至自己的 GitHub 账户下
|
2024-06-23 14:30:32 +08:00
|
|
|
2. 将自己账户下的仓库克隆至本地
|
2024-06-15 12:46:04 +08:00
|
|
|
`git clone https://github.com/你的用户名/NitWikit.git`
|
2024-06-15 12:47:10 +08:00
|
|
|
3. 在本地仓库中进行修改并构建文档测试,无误后 push 至自己的仓库
|
2024-07-29 12:43:08 +08:00
|
|
|
4. 回到此仓库,点击 Pull requests -> New pull request 发起 PR
|
2024-08-07 19:37:01 +08:00
|
|
|
5. 前往 [NitWikit-PR](https://github.com/users/postyizhan/projects/2) 查看审核状态
|
2024-06-15 12:46:04 +08:00
|
|
|
|
2024-05-20 12:22:22 +08:00
|
|
|
# 🤝 贡献者
|
2024-04-04 20:15:41 +08:00
|
|
|
|
2024-04-13 22:20:48 +08:00
|
|
|
## 常驻
|
|
|
|
|
|
|
|
他们是文档的常驻维护
|
|
|
|
|
2024-04-04 20:15:41 +08:00
|
|
|
<table>
|
|
|
|
<tr>
|
|
|
|
<!-- Yi zhan -->
|
|
|
|
<td align="center">
|
|
|
|
<a href="https://github.com/postyizhan"
|
|
|
|
><img
|
|
|
|
src="https://avatars.githubusercontent.com/u/97342038"
|
2024-06-08 20:52:39 +08:00
|
|
|
width="50;"
|
2024-04-04 20:15:41 +08:00
|
|
|
alt=""
|
|
|
|
/><br /><sub><b>驿站</b></sub></a
|
|
|
|
>
|
|
|
|
</a>
|
|
|
|
</td>
|
|
|
|
<!-- lilingfeng -->
|
|
|
|
<td align="center">
|
|
|
|
<a href="https://github.com/lilingfengdev"
|
|
|
|
><img
|
|
|
|
src="https://avatars.githubusercontent.com/u/145678359"
|
2024-06-08 20:52:39 +08:00
|
|
|
width="50;"
|
2024-04-04 20:15:41 +08:00
|
|
|
alt=""
|
|
|
|
/><br /><sub><b>lilingfeng</b></sub></a>
|
|
|
|
</a>
|
|
|
|
</td>
|
2024-05-20 12:22:22 +08:00
|
|
|
<!-- Radiation-pi -->
|
|
|
|
<td align="center">
|
|
|
|
<a href="https://github.com/Radiation-pi"
|
|
|
|
><img
|
|
|
|
src="https://avatars.githubusercontent.com/u/96102795"
|
2024-06-08 20:52:39 +08:00
|
|
|
width="50;"
|
2024-05-20 12:22:22 +08:00
|
|
|
alt=""
|
|
|
|
/><br /><sub><b>Radiation-pi</b></sub></a
|
|
|
|
>
|
|
|
|
</a>
|
|
|
|
</td>
|
2024-04-13 22:20:48 +08:00
|
|
|
</tr>
|
|
|
|
<table>
|
|
|
|
|
2024-06-08 20:36:59 +08:00
|
|
|
## 其他
|
2024-04-13 22:20:48 +08:00
|
|
|
|
2024-06-08 20:36:59 +08:00
|
|
|
他们为文档贡献了部分内容/页面
|
2024-04-13 22:20:48 +08:00
|
|
|
|
2024-06-28 10:59:54 +08:00
|
|
|
<!-- readme: contributors,Radiation-pi/-,lilingfengdev/-,postyizhan/-,ImgBotApp/- -start -->
|
2024-06-28 11:00:08 +08:00
|
|
|
<table>
|
|
|
|
<tbody>
|
|
|
|
<tr>
|
|
|
|
<td align="center">
|
|
|
|
<a href="https://github.com/Radiation-pi">
|
|
|
|
<img src="https://avatars.githubusercontent.com/u/96102795?v=4" width="50;" alt="Radiation-pi"/>
|
|
|
|
<br />
|
|
|
|
<sub><b>Radiation-pi</b></sub>
|
|
|
|
</a>
|
|
|
|
</td>
|
|
|
|
<td align="center">
|
|
|
|
<a href="https://github.com/gyc123456-1">
|
|
|
|
<img src="https://avatars.githubusercontent.com/u/69791212?v=4" width="50;" alt="gyc123456-1"/>
|
|
|
|
<br />
|
|
|
|
<sub><b>gyc123456-1</b></sub>
|
|
|
|
</a>
|
|
|
|
</td>
|
|
|
|
<td align="center">
|
2024-07-31 04:11:11 +08:00
|
|
|
<a href="https://github.com/liangcha385">
|
|
|
|
<img src="https://avatars.githubusercontent.com/u/108937242?v=4" width="50;" alt="liangcha385"/>
|
2024-06-28 11:00:08 +08:00
|
|
|
<br />
|
2024-07-31 04:11:11 +08:00
|
|
|
<sub><b>凉茶是帅哥</b></sub>
|
2024-06-28 11:00:08 +08:00
|
|
|
</a>
|
|
|
|
</td>
|
|
|
|
<td align="center">
|
2024-07-31 04:11:11 +08:00
|
|
|
<a href="https://github.com/Lafcadia">
|
|
|
|
<img src="https://avatars.githubusercontent.com/u/147896059?v=4" width="50;" alt="Lafcadia"/>
|
2024-06-28 11:00:08 +08:00
|
|
|
<br />
|
2024-07-31 04:11:11 +08:00
|
|
|
<sub><b>Percival Zheng</b></sub>
|
2024-06-28 11:00:08 +08:00
|
|
|
</a>
|
|
|
|
</td>
|
|
|
|
<td align="center">
|
2024-07-19 11:02:33 +08:00
|
|
|
<a href="https://github.com/igoby">
|
|
|
|
<img src="https://avatars.githubusercontent.com/u/49807567?v=4" width="50;" alt="igoby"/>
|
2024-06-28 11:00:08 +08:00
|
|
|
<br />
|
2024-07-19 11:02:33 +08:00
|
|
|
<sub><b>igoby</b></sub>
|
2024-06-28 11:00:08 +08:00
|
|
|
</a>
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
2024-07-29 12:43:22 +08:00
|
|
|
<td align="center">
|
|
|
|
<a href="https://github.com/TATyKeFei">
|
|
|
|
<img src="https://avatars.githubusercontent.com/u/125815900?v=4" width="50;" alt="TATyKeFei"/>
|
|
|
|
<br />
|
|
|
|
<sub><b>哈2哈哈哈3</b></sub>
|
|
|
|
</a>
|
|
|
|
</td>
|
2024-06-28 11:00:08 +08:00
|
|
|
<td align="center">
|
|
|
|
<a href="https://github.com/lRENyaaa">
|
|
|
|
<img src="https://avatars.githubusercontent.com/u/92320175?v=4" width="50;" alt="lRENyaaa"/>
|
|
|
|
<br />
|
|
|
|
<sub><b>RENaa_FD</b></sub>
|
|
|
|
</a>
|
|
|
|
</td>
|
|
|
|
<td align="center">
|
2024-07-29 12:43:22 +08:00
|
|
|
<a href="https://github.com/Yaosanqi137">
|
|
|
|
<img src="https://avatars.githubusercontent.com/u/99163721?v=4" width="50;" alt="Yaosanqi137"/>
|
2024-06-28 11:00:08 +08:00
|
|
|
<br />
|
2024-07-29 12:43:22 +08:00
|
|
|
<sub><b>Yaosanqi137</b></sub>
|
2024-06-28 11:00:08 +08:00
|
|
|
</a>
|
|
|
|
</td>
|
|
|
|
<td align="center">
|
|
|
|
<a href="https://github.com/FallenCrystal">
|
|
|
|
<img src="https://avatars.githubusercontent.com/u/71176602?v=4" width="50;" alt="FallenCrystal"/>
|
|
|
|
<br />
|
|
|
|
<sub><b>Akkariin</b></sub>
|
|
|
|
</a>
|
|
|
|
</td>
|
|
|
|
<td align="center">
|
|
|
|
<a href="https://github.com/ImgBotApp">
|
|
|
|
<img src="https://avatars.githubusercontent.com/u/31427850?v=4" width="50;" alt="ImgBotApp"/>
|
|
|
|
<br />
|
|
|
|
<sub><b>Imgbot</b></sub>
|
|
|
|
</a>
|
|
|
|
</td>
|
2024-07-29 12:43:22 +08:00
|
|
|
</tr>
|
|
|
|
<tr>
|
2024-07-12 18:08:26 +08:00
|
|
|
<td align="center">
|
|
|
|
<a href="https://github.com/DongShaoNB">
|
|
|
|
<img src="https://avatars.githubusercontent.com/u/54093566?v=4" width="50;" alt="DongShaoNB"/>
|
|
|
|
<br />
|
|
|
|
<sub><b>东少</b></sub>
|
|
|
|
</a>
|
|
|
|
</td>
|
2024-06-28 11:00:08 +08:00
|
|
|
<td align="center">
|
2024-08-07 19:37:14 +08:00
|
|
|
<a href="https://github.com/MengHanLOVE1027">
|
|
|
|
<img src="https://avatars.githubusercontent.com/u/99132833?v=4" width="50;" alt="MengHanLOVE1027"/>
|
2024-06-28 11:00:08 +08:00
|
|
|
<br />
|
2024-08-07 19:37:14 +08:00
|
|
|
<sub><b>梦涵LOVE</b></sub>
|
2024-06-28 11:00:08 +08:00
|
|
|
</a>
|
|
|
|
</td>
|
|
|
|
<td align="center">
|
2024-07-31 04:11:11 +08:00
|
|
|
<a href="https://github.com/lim114514">
|
|
|
|
<img src="https://avatars.githubusercontent.com/u/113185430?v=4" width="50;" alt="lim114514"/>
|
2024-06-28 11:00:08 +08:00
|
|
|
<br />
|
2024-07-31 04:11:11 +08:00
|
|
|
<sub><b>lim114514</b></sub>
|
2024-06-28 11:00:08 +08:00
|
|
|
</a>
|
|
|
|
</td>
|
2024-07-29 12:43:22 +08:00
|
|
|
<td align="center">
|
2024-08-07 19:37:14 +08:00
|
|
|
<a href="https://github.com/CkaDebug">
|
|
|
|
<img src="https://avatars.githubusercontent.com/u/141492699?v=4" width="50;" alt="CkaDebug"/>
|
2024-07-29 12:43:22 +08:00
|
|
|
<br />
|
2024-08-07 19:37:14 +08:00
|
|
|
<sub><b>Debug-Cracked</b></sub>
|
2024-07-29 12:43:22 +08:00
|
|
|
</a>
|
|
|
|
</td>
|
2024-06-28 11:00:08 +08:00
|
|
|
<td align="center">
|
|
|
|
<a href="https://github.com/HaHaWTH">
|
|
|
|
<img src="https://avatars.githubusercontent.com/u/102713261?v=4" width="50;" alt="HaHaWTH"/>
|
|
|
|
<br />
|
|
|
|
<sub><b>Kobe ⑧</b></sub>
|
|
|
|
</a>
|
|
|
|
</td>
|
2024-07-29 12:43:22 +08:00
|
|
|
</tr>
|
|
|
|
<tr>
|
2024-08-09 19:13:49 +08:00
|
|
|
<td align="center">
|
|
|
|
<a href="https://github.com/minimouse0">
|
|
|
|
<img src="https://avatars.githubusercontent.com/u/116894415?v=4" width="50;" alt="minimouse0"/>
|
|
|
|
<br />
|
|
|
|
<sub><b>Minimouse48</b></sub>
|
|
|
|
</a>
|
|
|
|
</td>
|
2024-08-10 02:03:58 +08:00
|
|
|
<td align="center">
|
|
|
|
<a href="https://github.com/serverbread-DEV">
|
|
|
|
<img src="https://avatars.githubusercontent.com/u/176056410?v=4" width="50;" alt="serverbread-DEV"/>
|
|
|
|
<br />
|
|
|
|
<sub><b>SB-Reborn</b></sub>
|
|
|
|
</a>
|
|
|
|
</td>
|
2024-06-28 11:00:08 +08:00
|
|
|
<td align="center">
|
|
|
|
<a href="https://github.com/MySoulcutting">
|
|
|
|
<img src="https://avatars.githubusercontent.com/u/72398605?v=4" width="50;" alt="MySoulcutting"/>
|
|
|
|
<br />
|
|
|
|
<sub><b>White_Souls</b></sub>
|
|
|
|
</a>
|
|
|
|
</td>
|
|
|
|
<td align="center">
|
2024-08-10 02:03:58 +08:00
|
|
|
<a href="https://github.com/MoLiyi-WD">
|
|
|
|
<img src="https://avatars.githubusercontent.com/u/166040564?v=4" width="50;" alt="MoLiyi-WD"/>
|
2024-08-09 19:14:05 +08:00
|
|
|
<br />
|
2024-08-10 02:03:58 +08:00
|
|
|
<sub><b>MoLiyi-WD</b></sub>
|
2024-08-09 19:14:05 +08:00
|
|
|
</a>
|
|
|
|
</td>
|
2024-06-28 11:00:08 +08:00
|
|
|
<td align="center">
|
2024-07-12 07:50:56 +08:00
|
|
|
<a href="https://github.com/Coquettishpig">
|
|
|
|
<img src="https://avatars.githubusercontent.com/u/107100449?v=4" width="50;" alt="Coquettishpig"/>
|
2024-06-28 11:00:08 +08:00
|
|
|
<br />
|
2024-07-12 07:50:56 +08:00
|
|
|
<sub><b>Coquettishpig</b></sub>
|
2024-06-28 11:00:08 +08:00
|
|
|
</a>
|
|
|
|
</td>
|
2024-08-09 19:14:05 +08:00
|
|
|
</tr>
|
|
|
|
<tr>
|
2024-07-12 07:50:56 +08:00
|
|
|
<td align="center">
|
2024-08-10 02:03:58 +08:00
|
|
|
<a href="https://github.com/TheFloodDragon">
|
|
|
|
<img src="https://avatars.githubusercontent.com/u/75253383?v=4" width="50;" alt="TheFloodDragon"/>
|
2024-07-12 07:50:56 +08:00
|
|
|
<br />
|
2024-08-10 02:03:58 +08:00
|
|
|
<sub><b>蛟龙</b></sub>
|
2024-06-28 11:00:08 +08:00
|
|
|
</a>
|
|
|
|
</td>
|
2024-08-07 19:37:14 +08:00
|
|
|
<td align="center">
|
2024-08-10 02:03:58 +08:00
|
|
|
<a href="https://github.com/SeaOrangejuice">
|
|
|
|
<img src="https://avatars.githubusercontent.com/u/116551329?v=4" width="50;" alt="SeaOrangejuice"/>
|
2024-08-07 19:37:14 +08:00
|
|
|
<br />
|
2024-08-10 02:03:58 +08:00
|
|
|
<sub><b>Sea_of_Orange</b></sub>
|
2024-08-07 19:37:14 +08:00
|
|
|
</a>
|
|
|
|
</td>
|
2024-06-28 11:00:08 +08:00
|
|
|
<td align="center">
|
|
|
|
<a href="https://github.com/LittleChest">
|
|
|
|
<img src="https://avatars.githubusercontent.com/u/81231195?v=4" width="50;" alt="LittleChest"/>
|
|
|
|
<br />
|
|
|
|
<sub><b>LittleChest</b></sub>
|
|
|
|
</a>
|
2024-08-07 19:37:14 +08:00
|
|
|
</td>
|
|
|
|
<td align="center">
|
2024-08-10 02:03:58 +08:00
|
|
|
<a href="https://github.com/HanSiqi2008">
|
|
|
|
<img src="https://avatars.githubusercontent.com/u/136245260?v=4" width="50;" alt="HanSiqi2008"/>
|
2024-08-10 02:03:46 +08:00
|
|
|
<br />
|
2024-08-10 02:03:58 +08:00
|
|
|
<sub><b>HanSiqi2008</b></sub>
|
2024-08-07 19:37:14 +08:00
|
|
|
</a>
|
|
|
|
</td>
|
|
|
|
<td align="center">
|
|
|
|
<a href="https://github.com/Virgil692">
|
|
|
|
<img src="https://avatars.githubusercontent.com/u/83110631?v=4" width="50;" alt="Virgil692"/>
|
|
|
|
<br />
|
|
|
|
<sub><b>MrVirgil</b></sub>
|
|
|
|
</a>
|
2024-06-28 11:00:08 +08:00
|
|
|
</td>
|
2024-07-29 12:43:22 +08:00
|
|
|
</tr>
|
|
|
|
<tr>
|
2024-06-28 11:00:08 +08:00
|
|
|
<td align="center">
|
2024-08-07 19:37:14 +08:00
|
|
|
<a href="https://github.com/alazeprt">
|
|
|
|
<img src="https://avatars.githubusercontent.com/u/92018941?v=4" width="50;" alt="alazeprt"/>
|
2024-06-28 11:00:08 +08:00
|
|
|
<br />
|
2024-08-07 19:37:14 +08:00
|
|
|
<sub><b>alazeprt</b></sub>
|
2024-06-28 11:00:08 +08:00
|
|
|
</a>
|
|
|
|
</td>
|
2024-07-20 07:46:09 +08:00
|
|
|
<td align="center">
|
2024-08-07 19:37:14 +08:00
|
|
|
<a href="https://github.com/zzzyyylllty">
|
|
|
|
<img src="https://avatars.githubusercontent.com/u/167876309?v=4" width="50;" alt="zzzyyylllty"/>
|
2024-07-20 07:46:09 +08:00
|
|
|
<br />
|
2024-08-07 19:37:14 +08:00
|
|
|
<sub><b>zzzyyylllty</b></sub>
|
2024-07-20 07:46:09 +08:00
|
|
|
</a>
|
|
|
|
</td>
|
2024-06-28 11:00:08 +08:00
|
|
|
<td align="center">
|
|
|
|
<a href="https://github.com/IAFEnvoy">
|
|
|
|
<img src="https://avatars.githubusercontent.com/u/83523430?v=4" width="50;" alt="IAFEnvoy"/>
|
|
|
|
<br />
|
|
|
|
<sub><b>IAFEnvoy</b></sub>
|
|
|
|
</a>
|
|
|
|
</td>
|
|
|
|
<td align="center">
|
|
|
|
<a href="https://github.com/TalentsRC">
|
|
|
|
<img src="https://avatars.githubusercontent.com/u/85682725?v=4" width="50;" alt="TalentsRC"/>
|
|
|
|
<br />
|
|
|
|
<sub><b>TalentsRC</b></sub>
|
|
|
|
</a>
|
2024-07-29 12:43:22 +08:00
|
|
|
</td>
|
2024-08-09 19:13:49 +08:00
|
|
|
<td align="center">
|
2024-08-10 02:03:58 +08:00
|
|
|
<a href="https://github.com/ColdeZhang">
|
|
|
|
<img src="https://avatars.githubusercontent.com/u/29792376?v=4" width="50;" alt="ColdeZhang"/>
|
2024-08-09 19:13:49 +08:00
|
|
|
<br />
|
2024-08-10 02:03:58 +08:00
|
|
|
<sub><b>张宇衡</b></sub>
|
2024-08-09 19:13:49 +08:00
|
|
|
</a>
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
2024-07-29 12:43:22 +08:00
|
|
|
<td align="center">
|
|
|
|
<a href="https://github.com/wuyuncheng-26">
|
|
|
|
<img src="https://avatars.githubusercontent.com/u/122529705?v=4" width="50;" alt="wuyuncheng-26"/>
|
|
|
|
<br />
|
|
|
|
<sub><b>是小胖呀26</b></sub>
|
|
|
|
</a>
|
2024-06-28 11:00:08 +08:00
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
<tbody>
|
|
|
|
</table>
|
2024-06-28 10:59:54 +08:00
|
|
|
<!-- readme: contributors,Radiation-pi/-,lilingfengdev/-,postyizhan/-,ImgBotApp/- -end -->
|
2024-05-01 00:16:55 +08:00
|
|
|
|
2024-05-20 12:22:22 +08:00
|
|
|
## 📜 笨蛋脚本
|
2024-05-03 07:40:12 +08:00
|
|
|
|
2024-07-29 12:43:08 +08:00
|
|
|
笨蛋脚本是本 wiki 贡献者 lilingfengdev 主导做的一些工具
|
2024-05-03 09:35:45 +08:00
|
|
|
|
|
|
|
[项目地址](https://github.com/lilingfengdev/NitWiki-Script)
|
2024-05-03 07:40:12 +08:00
|
|
|
|
|
|
|
<table>
|
|
|
|
<tr>
|
|
|
|
<!-- lilingfeng -->
|
|
|
|
<td align="center">
|
|
|
|
<a href="https://github.com/lilingfengdev"
|
|
|
|
><img
|
|
|
|
src="https://avatars.githubusercontent.com/u/145678359"
|
2024-06-08 20:52:39 +08:00
|
|
|
width="50;"
|
2024-05-03 07:40:12 +08:00
|
|
|
alt=""
|
2024-06-05 21:23:22 +08:00
|
|
|
/><br /><sub><b>lilingfeng</b></sub>
|
2024-05-03 07:40:12 +08:00
|
|
|
</a>
|
|
|
|
</td>
|
|
|
|
<!-- Lafcadia -->
|
|
|
|
<td align="center">
|
|
|
|
<a href="https://github.com/Lafcadia"
|
|
|
|
><img
|
|
|
|
src="https://avatars.githubusercontent.com/u/147896059"
|
2024-06-08 20:52:39 +08:00
|
|
|
width="50;"
|
2024-05-03 07:40:12 +08:00
|
|
|
alt=""
|
2024-06-05 21:23:22 +08:00
|
|
|
/><br /><sub><b>Lafcadia</b></sub>
|
2024-05-03 07:40:12 +08:00
|
|
|
</td>
|
|
|
|
</tr>
|
2024-06-05 21:23:22 +08:00
|
|
|
</table>
|
2024-05-03 09:35:45 +08:00
|
|
|
|
2024-06-24 19:43:48 +08:00
|
|
|
|
2024-05-01 00:16:55 +08:00
|
|
|
# 📢 声明
|
|
|
|
|
|
|
|
- 你不能声称这是你的作品
|
|
|
|
- 未经作者允许,你不得将本作品用于如下途径:
|
|
|
|
- 改编或转载
|
|
|
|
- 盈利
|
|
|
|
- 你可以将本作品在不经授权的情况下用于:
|
2024-05-03 07:40:12 +08:00
|
|
|
- 带有出处的引用
|