File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ lip install --upgrade gitea.litebds.com/LiteLDev/legacy-script-engine-python
35352 . Run the server, then the plugins will be migrated to LeviLamina plugin manifest automatically
36363 . To load them, you need to restart the server
3737
38- For more information, please refer to [ the documentation] ( https://legacy-script-engine .levimc.org )
38+ For more information, please refer to [ the documentation] ( https://lse .levimc.org )
3939
4040## Some helpful project for plugin development
4141
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ lip install --upgrade gitea.litebds.com/LiteLDev/legacy-script-engine-python
34342 . 运行服务器,然后插件将自动迁移到 LeviLamina 插件清单中
35353 . 重启服务器后,插件就会被加载
3636
37- 更多信息请参见[ 文档] ( https://legacy-script-engine .levimc.org )
37+ 更多信息请参见[ 文档] ( https://lse .levimc.org )
3838
3939## 一些对插件开发有帮助的项目
4040
Original file line number Diff line number Diff line change @@ -141,7 +141,7 @@ Local<Value> LoggerClass::setConsole(const Arguments& args) {
141141 if (args.size () >= 2 ) {
142142 getEngineOwnData ()->logger ->getSink (0 )->setFlushLevel (
143143 static_cast <LogLevel>(args[1 ].asNumber ().toInt32 () - 1 )
144- ); // See LSE's definition https://legacy-script-engine .levimc.org/apis/ScriptAPI/Logger/
144+ ); // See LSE's definition https://lse .levimc.org/apis/ScriptAPI/Logger/
145145 }
146146 if (!args[0 ].asBoolean ().value ()) {
147147 getEngineOwnData ()->logger ->getSink (0 )->setFlushLevel (LogLevel::Off);
You can’t perform that action at this time.
0 commit comments