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
严格模式(Strict Mode)是 Koi 配置内的字段之一。严格模式开启时,Koi 会尽一切可能阻止其自身或其子进程访问用户环境,即使这会阻止某些 Koishi 功能的正常运行。
该模式默认关闭。即、koi.yml 不配置 strict 字段时,该模式关闭。
koi.yml
strict
在 Koi v0.0.x,严格模式会在产物中默认开启。可将 koi.yml 中的 strict 选项置否以关闭此功能。
建议 Koi 开发者在开发时始终启用此功能。
The text was updated successfully, but these errors were encountered:
6b57d4f
开启严格模式会导致 CI 运行失败(better-sqlite3 无法构建)。关闭该模式。
Sorry, something went wrong.
ilharp
No branches or pull requests
严格模式(Strict Mode)是 Koi 配置内的字段之一。严格模式开启时,Koi 会尽一切可能阻止其自身或其子进程访问用户环境,即使这会阻止某些 Koishi 功能的正常运行。
该模式默认关闭。即、
koi.yml
不配置strict
字段时,该模式关闭。在 Koi v0.0.x,严格模式会在产物中默认开启。可将koi.yml
中的strict
选项置否以关闭此功能。建议 Koi 开发者在开发时始终启用此功能。
The text was updated successfully, but these errors were encountered: