From 0550467a3549a6be14be84b41e442e474f864522 Mon Sep 17 00:00:00 2001 From: yanyilin Date: Sat, 9 Nov 2024 17:27:43 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=AD=97=E4=BD=93=E5=9B=BE?= =?UTF-8?q?=E6=A0=87=E7=A4=BA=E4=BE=8B=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit (cherry picked from commit f79e305d52745d204f951eac37ef2b373fdbba5d) --- pages.json | 11 +++ pages/CSS/text/font-icon.uvue | 144 ++++++++++++++++++++++++++++++++++ 2 files changed, 155 insertions(+) create mode 100644 pages/CSS/text/font-icon.uvue diff --git a/pages.json b/pages.json index 7d8b9788..19548937 100644 --- a/pages.json +++ b/pages.json @@ -1613,6 +1613,13 @@ "navigationBarTitleText": "letter-spacing" } }, + { + "path": "pages/CSS/text/font-icon", + "group": "2,14,15", + "style": { + "navigationBarTitleText": "font-icon" + } + }, { "path": "pages/CSS/text/line-height", "group": "2,14,12", @@ -2845,6 +2852,10 @@ { "id": "css.properties.text.letter-spacing", "name": "letter-spacing" + }, + { + "id": "css.properties.text.font-icon", + "name": "font-icon" } ] }, diff --git a/pages/CSS/text/font-icon.uvue b/pages/CSS/text/font-icon.uvue new file mode 100644 index 00000000..e937d22b --- /dev/null +++ b/pages/CSS/text/font-icon.uvue @@ -0,0 +1,144 @@ + + + + + -- GitLab