export const style = {
icon: {
publish: '',
success: '',
fail: '',
},
color: {
iState: {
wait: '#0000FF',
success: '#008000',
fail: '#FF0000',
};