-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
baishun
committed
Aug 18, 2023
1 parent
07ac099
commit 5fbc691
Showing
2 changed files
with
15 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,18 @@ | ||
// 用于存放一些构建时需要的类名 | ||
|
||
export const hoverIconList = [ | ||
"i-carbon-face-satisfied", | ||
"i-carbon-notebook-reference", | ||
export const iconList = [ | ||
"i-carbon-book", | ||
"i-carbon-ibm-toolchain", | ||
"i-carbon-asset", | ||
"i-carbon-code", | ||
"i-carbon-face-satisfied", | ||
"i-carbon-face-wink", | ||
"i-carbon-group-objects", | ||
"i-carbon-at", | ||
"i-carbon-tree-view-alt", | ||
"i-carbon-inspection", | ||
"i-carbon-face-dizzy-filled", | ||
]; | ||
export const hoverIconList = [ | ||
"i-carbon-notebook-reference", | ||
"i-carbon-face-satisfied", | ||
"i-carbon-user-favorite", | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters