Files
crawlab/frontend/crawlab-ui/typings/constants/setting.d.ts

6 lines
370 B
Go

export declare const SETTING_PLUGIN = "plugin";
export declare const SETTING_PLUGIN_BASE_URL_GITHUB = "https://github.com";
export declare const SETTING_PLUGIN_BASE_URL_GITEE = "https://gitee.com";
export declare const SETTING_PLUGIN_GOPROXY_GOPROXY_CN = "https://goproxy.cn,direct";
export declare const SETTING_PLUGIN_GOPROXY_GOPROXY_IO = "https://goproxy.io,direct";