Files
2024-10-05 04:22:34 +08:00

4 lines
109 B
TypeScript

export default class NetConfig {
public static hotupdateUrl: string = 'http://localhost:33/hotupdate'
}