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
接近架构的设计初衷,即先完成设计一个统一且规范的范式命令语言词法解析系统,除字面意思外还应当包含如下需求。
config.toml
HydroRoll
AliasCommand
The text was updated successfully, but these errors were encountered:
HsiangNianian
Successfully merging a pull request may close this issue.
需求分析
config.toml
中的HydroRoll
键所对应的部分键值对(比如命令头文本)设计为运行时可修改(即使用AliasCommand
对配置实时读写)。其他要求
config.toml
配置内的键值对,应当在早期版本的设计中留出API接口,日后需要完全废弃对config.toml
的直接更改这一危险行为,最好是转为webui内对数据库进行操作。The text was updated successfully, but these errors were encountered: