优化插件更新逻辑

This commit is contained in:
技术老胡
2024-09-05 15:26:03 +08:00
parent ce65756874
commit 461f574b9d
15 changed files with 84 additions and 73 deletions

View File

@@ -16,6 +16,6 @@ class IndexController
}
public function test()
{
return runtime_path();
return request()->domain();
}
}