Skip to content

Commit

Permalink
fix: 添加图标
Browse files Browse the repository at this point in the history
  • Loading branch information
yxh01132861 committed Nov 29, 2023
1 parent 13379b2 commit 8c9170e
Showing 1 changed file with 41 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,47 @@ export const DEFAULT_ICON_CATEGORY: IconList = [
},
],
},
{
type: '旗帜',
icons: [
{
id: 'flag_red',
name: '红色',
url: 'https://mdn.alipayobjects.com/huamei_qa8qxu/afts/img/A*CHCXT7F_3YkAAAAAAAAAAAAADmJ7AQ/original',
},
{
id: 'flag_yellow',
name: '黄色',
url: 'https://mdn.alipayobjects.com/huamei_qa8qxu/afts/img/A*8yZhRYZ-PpAAAAAAAAAAAAAADmJ7AQ/original',
},
{
id: 'flag_green',
name: '绿色',
url: 'https://mdn.alipayobjects.com/huamei_qa8qxu/afts/img/A*e58jSpHWmr0AAAAAAAAAAAAADmJ7AQ/original',
},
{
id: 'flag_blue',
name: '蓝色',
url: 'https://mdn.alipayobjects.com/huamei_qa8qxu/afts/img/A*vPCVQazLoUcAAAAAAAAAAAAADmJ7AQ/original',
},
],
},

{
type: '标记',
icons: [
{
id: 'markers_warn',
name: '警告',
url: 'https://mdn.alipayobjects.com/huamei_qa8qxu/afts/img/A*MxBbQZx5byoAAAAAAAAAAAAADmJ7AQ/original',
},
{
id: 'markers_query',
name: '疑问',
url: 'https://mdn.alipayobjects.com/huamei_qa8qxu/afts/img/A*QfWGQ7fzkrcAAAAAAAAAAAAADmJ7AQ/original',
},
],
},
{
type: '其他',
icons: [
Expand Down

0 comments on commit 8c9170e

Please sign in to comment.