chore: change api

This commit is contained in:
omg-xtao 2024-03-30 12:40:14 +00:00 committed by GitHub
parent b142b76651
commit d3e965f1e9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,7 +5,7 @@
import { sleep } from "./util.js";
import "./global.css";
const LUOXU_URL = "https://lab.lilydjwg.me/luoxu";
const LUOXU_URL = "https://search-pub.xtaolabs.com/luoxu";
const islocal = LUOXU_URL.startsWith("http://localhost");
let groups: { group_id: string; name: string }[] = [];
let group: string;