mirror of
https://github.com/yangjian102621/geekai.git
synced 2025-11-16 06:03:42 +08:00
feat: add samples and function introduce in welcome page
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
@font-face {
|
||||
font-family: "iconfont"; /* Project id 4125778 */
|
||||
src: url('iconfont.woff2?t=1691029402206') format('woff2'),
|
||||
url('iconfont.woff?t=1691029402206') format('woff'),
|
||||
url('iconfont.ttf?t=1691029402206') format('truetype');
|
||||
src: url('iconfont.woff2?t=1691463643989') format('woff2'),
|
||||
url('iconfont.woff?t=1691463643989') format('woff'),
|
||||
url('iconfont.ttf?t=1691463643989') format('truetype');
|
||||
}
|
||||
|
||||
.iconfont {
|
||||
@@ -13,6 +13,22 @@
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
}
|
||||
|
||||
.icon-plugin:before {
|
||||
content: "\e69d";
|
||||
}
|
||||
|
||||
.icon-quick-start:before {
|
||||
content: "\e677";
|
||||
}
|
||||
|
||||
.icon-control:before {
|
||||
content: "\e69e";
|
||||
}
|
||||
|
||||
.icon-bug:before {
|
||||
content: "\e645";
|
||||
}
|
||||
|
||||
.icon-export:before {
|
||||
content: "\e791";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user