This is a recreation of the Prescript mechanism from the Index faction in the game Limbus Company, well, actually just for fun.
This API only has two endpoints, as follows:
1./
Used to check the service
Return result example:
{
"status": "success",
"data": "服务正常运行"
}2./prescript
Get a "prescript"
Return result example:
{
"status": "success",
"data": "<prescript content>",
"message": "部分指令由Deepseek编写,剩余来自xiaomu1999f-cpu.github.io与nyos.dev"
}The current deployment address is prescript.2dt0.de.
Some prescripts are written by Deepseek, the rest come from xiaomu1999f-cpu.github.io(Bilibili@协会长沐沐) and nyos.dev two websites. Thank you to them!
