tencentcloud-edgeone-migration-nodejs-v2
Version:
tencentcloud cdn config copy to edgeone
20 lines (15 loc) • 360 B
JavaScript
const { t } = require("../i18n/trans");
const reportTitle = {
DOMAIN: t("域名"),
ZONEID: t("站点 ID"),
CONFIG: t("配置项"),
RESULT: t("迁移结果"),
DETAIL: t("详情"),
};
const ZONE_GLOBAL_ENTITY = "@ZoneLevel@domain";
const USE_DEFAULT = "unbind-use-default";
module.exports = {
reportTitle,
ZONE_GLOBAL_ENTITY,
USE_DEFAULT,
};