"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.style = void 0;
exports.style = {
color: {
type: {
native: '#EB984E',
mp: '#7F8C8D',
jsapi: '#27AE60',
h5: '#3498DB',
app: '#EC7063'
},
}
};