From fbb78fa4d5e3346733505af886234877b0806265 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期二, 21 十二月 2021 16:13:32 +0800 Subject: [PATCH] 2021-12-21 --- src/utils/option.js | 102 +++++++++++++++++++++++++++++++++++++++++++++++++-- 1 files changed, 98 insertions(+), 4 deletions(-) diff --git a/src/utils/option.js b/src/utils/option.js index 45e2347..586bbad 100644 --- a/src/utils/option.js +++ b/src/utils/option.js @@ -685,6 +685,8 @@ 'up', 'left', 'right', + 'download', + 'upload', 'step-backward', 'step-forward', 'double-right', @@ -699,17 +701,15 @@ 'search', 'fullscreen', 'fullscreen-exit', - 'download', - 'upload' ], hint: [ - 'question', - 'question-circle', 'plus', 'plus-circle', 'pause-circle', 'minus', 'minus-circle', + 'question', + 'question-circle', 'info-circle', 'exclamation-circle', 'close', @@ -805,6 +805,100 @@ 'poweroff', 'shopping-cart', 'link', + 'aim', + 'apartment', + 'appstore-add', + 'audio-mute', + 'audit', + 'bars', + 'block', + 'book', + 'bulb', + 'border', + 'number', + 'branches', + 'build', + 'calculator', + 'car', + 'carry-out', + 'ci', + 'clear', + 'cloud-download', + 'cloud-server', + 'cloud-sync', + 'cloud-upload', + 'cluster', + 'code', + 'coffee', + 'comment', + 'compress', + 'control', + 'copyright', + 'crown', + 'delete-column', + 'delete-row', + 'delivered-procedure', + 'deployment-unit', + 'desktop', + 'disconnect', + 'dollar', + 'euro', + 'expand', + 'export', + 'file-add', + 'file-done', + 'file-image', + 'file-pdf', + 'file-ppt', + 'file-text', + 'file-unknown', + 'file-word', + 'file-zip', + 'fork', + 'frown', + 'funnel-plot', + 'gateway', + 'gif', + 'gift', + 'global', + 'gold', + 'import', + 'laptop', + 'loading', + 'medicine-box', + 'meh', + 'menu', + 'paper-clip', + 'partition', + 'pay-circle', + 'printer', + 'pushpin', + 'qrcode', + 'reload', + 'rest', + 'robot', + 'rotate-left', + 'rotate-right', + 'safety-certificate', + 'save', + 'send', + 'shake', + 'share-alt', + 'shop', + 'shopping', + 'sound', + 'sync', + 'tag', + 'tags', + 'trademark', + 'trophy', + 'usb', + 'user-add', + 'user-delete', + 'user-switch', + 'video-camera', + 'wifi', + 'apple', 'dingding', 'weibo', -- Gitblit v1.8.0