mirror of
https://github.com/clash-verge-rev/clash-verge-rev.git
synced 2026-01-29 00:35:38 +08:00
feat: fix typo
This commit is contained in:
@@ -32,8 +32,8 @@ export async function getAxios(force: boolean = false) {
|
||||
return axiosIns;
|
||||
}
|
||||
|
||||
/// get infomation
|
||||
export async function getInfomation() {
|
||||
/// get information
|
||||
export async function getInformation() {
|
||||
if (server) return { server, secret };
|
||||
const info = await getClashInfo();
|
||||
return info!;
|
||||
|
||||
Reference in New Issue
Block a user