This commit is contained in:
toom1996
2025-06-20 19:54:59 +08:00
parent a3db90600c
commit 375244d58b
7 changed files with 11 additions and 11 deletions

View File

@ -16,7 +16,8 @@ interface data<T> {
}
function getRpcClient() {
return new JsonRpcClient('172.18.0.5', 9504)
return new JsonRpcClient(import.meta.env.RPC_REMOTE, import.meta.env.RPC_PORT)
}
// 新闻列表