Skip to content

Commit

Permalink
chore: update documentation domain
Browse files Browse the repository at this point in the history
  • Loading branch information
ShrBox committed Jan 28, 2025
1 parent 4898721 commit efb5b02
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ lip install --upgrade gitea.litebds.com/LiteLDev/legacy-script-engine-python
2. Run the server, then the plugins will be migrated to LeviLamina plugin manifest automatically
3. To load them, you need to restart the server

For more information, please refer to [the documentation](https://legacy-script-engine.levimc.org)
For more information, please refer to [the documentation](https://lse.levimc.org)

## Some helpful project for plugin development

Expand Down
2 changes: 1 addition & 1 deletion README.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ lip install --upgrade gitea.litebds.com/LiteLDev/legacy-script-engine-python
2. 运行服务器,然后插件将自动迁移到 LeviLamina 插件清单中
3. 重启服务器后,插件就会被加载

更多信息请参见[文档](https://legacy-script-engine.levimc.org)
更多信息请参见[文档](https://lse.levimc.org)

## 一些对插件开发有帮助的项目

Expand Down
2 changes: 1 addition & 1 deletion src/legacy/api/LoggerAPI.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ Local<Value> LoggerClass::setConsole(const Arguments& args) {
if (args.size() >= 2) {
getEngineOwnData()->logger->getSink(0)->setFlushLevel(
static_cast<LogLevel>(args[1].asNumber().toInt32() - 1)
); // See LSE's definition https://legacy-script-engine.levimc.org/apis/ScriptAPI/Logger/
); // See LSE's definition https://lse.levimc.org/apis/ScriptAPI/Logger/
}
if (!args[0].asBoolean().value()) {
getEngineOwnData()->logger->getSink(0)->setFlushLevel(LogLevel::Off);
Expand Down

0 comments on commit efb5b02

Please sign in to comment.