wuyuncheng-26's picture
upload files from Harry-zklcdc/go-proxy-bingai
d669ddb verified
raw
history blame contribute delete
91 Bytes
export interface SysConfig {
isSysCK: boolean;
isAuth: boolean;
info: string;
}