We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
让机器人的消息能够通过语言文件来调整!(只是个计划,稍后补充细节。)
The text was updated successfully, but these errors were encountered:
目前做的差不多了,不过在模板格式上有些问题:
{xxx.xxx}
Sorry, something went wrong.
循环要不设计成:
以下是 {ranking.date} 排行榜: {%for in item} {item.index}. 第 {item.data.rank} 名 (Id: {item.data.illustId}) {item.data.title}(作者:{item.data.authorName}) {item.data.pageCount}p. {item.data.image} {%end} 如查询当前时间获取到昨天时间,则今日排名榜未更新。 如有不当作品,可使用".cgj report -id 作品id"向色图姬反馈。
不过这样的话可能要使用字符串模板引擎了? 目前找到一个可以试试的:StringTemplate
LamGC
No branches or pull requests
让机器人的消息能够通过语言文件来调整!(只是个计划,稍后补充细节。)
The text was updated successfully, but these errors were encountered: