芝麻web文件管理V1.00
编辑当前文件:/home/royashxg/www/wp-content/plugins/blocksy-companion/static/js/editor/utils/colors.js
export const getColorsDefaults = (colors) => Object.keys(colors).reduce((acc, key) => { acc[key] = { type: 'string', default: colors[key], } return acc }, {})