"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; var _default = { intro: 'This is {{ framework }} UI visual assist programming tool, ', tooltip: '. (the bubble only displays in the development environment)', helpDoc: 'Help Document', offline: 'UI connection failed', restart: 'Please try restarting the dev service', loading: 'Loading', code_1002: 'Umi UI does not allow non-local IP access for project security reasons, if you want non-local IP access, add HOST=0.0.0.0 environment variable at startup' }; exports.default = _default;