ITADN

配置网页有问题,以及简介(%description%)不显示

#24ClosedYFTree 创建于 2025-04-13
Y
YFTreecommented
配置网页有问题,切换为非英语语言时 `普通模版`和`Inline 模版`会烂掉,变成这样: ```json {"format":{"message":"%\\#NSFW |NSFW%%\\#AI |AI%[%title%](%url%) / [%author_name%](%author_url%)% |p%%\n|tags%%\n>|description%","inline":"%\\#NSFW |NSFW%%\\#AI |AI%[%title%](%url%) / [%author_name%](%author_url%)% |p%%\n|tags%%\n>|description%","mediagroup_message":"Tags: %NSFW|#NSFW %%AI|#AI生成 %%tags%\n作者: [%author_name%](%author_url%)\n来源: [%title%](%url%)\n简介:\n%description%"},"time":0} ``` 原来应该是这样的: ```json {"format":{"message":"Tags: %NSFW|#NSFW %%AI|#AI生成 %%tags%\n作者: [%author_name%](%author_url%)\n来源: [%title%](%url%)\n简介:\n%description%","inline":"Tags: %NSFW|#NSFW %%AI|#AI生成 %%tags%\n作者: [%author_name%](%author_url%)\n来源: [%title%](%url%)\n简介:\n%description%","mediagroup_message":"Tags: %NSFW|#NSFW %%AI|#AI生成 %%tags%\n作者: [%author_name%](%author_url%)\n来源: [%title%](%url%)\n简介:\n%description%"},"time":0} ``` 简介(`%description%`)不显示( ![Image](https://github.com/user-attachments/assets/26b88996-da3e-4143-b00a-b0a45d838496)
关闭于 2025-04-13 3 条评论