From 95644808a120272dad94e29d6d1c9727b85fc886 Mon Sep 17 00:00:00 2001 From: Cell <1024@lruihao.cn> Date: Mon, 20 Apr 2026 18:03:35 +0800 Subject: [PATCH] chore(i): add third-party widget styles folder --- assets/scss/widgets/_index.scss | 6 +----- assets/scss/widgets/{ => third-party}/_cell-tooltip.scss | 0 assets/scss/widgets/{ => third-party}/_cookieconsent.scss | 0 assets/scss/widgets/{ => third-party}/_github-corner.scss | 0 assets/scss/widgets/third-party/_index.scss | 5 +++++ assets/scss/widgets/{ => third-party}/_post-chat.scss | 0 assets/scss/widgets/{ => third-party}/_typeit.scss | 0 7 files changed, 6 insertions(+), 5 deletions(-) rename assets/scss/widgets/{ => third-party}/_cell-tooltip.scss (100%) rename assets/scss/widgets/{ => third-party}/_cookieconsent.scss (100%) rename assets/scss/widgets/{ => third-party}/_github-corner.scss (100%) create mode 100644 assets/scss/widgets/third-party/_index.scss rename assets/scss/widgets/{ => third-party}/_post-chat.scss (100%) rename assets/scss/widgets/{ => third-party}/_typeit.scss (100%) diff --git a/assets/scss/widgets/_index.scss b/assets/scss/widgets/_index.scss index bea665ad..c23c7dad 100644 --- a/assets/scss/widgets/_index.scss +++ b/assets/scss/widgets/_index.scss @@ -1,13 +1,9 @@ -@import 'cell-tooltip'; -@import 'cookieconsent'; +@import 'third-party'; @import 'details'; @import 'fixed-button'; -@import 'github-corner'; @import 'icon'; @import 'link-guard'; @import 'mask'; @import 'noscript-warning'; -@import 'post-chat'; @import 'reading-progress'; @import 'scrollbar'; -@import 'typeit'; diff --git a/assets/scss/widgets/_cell-tooltip.scss b/assets/scss/widgets/third-party/_cell-tooltip.scss similarity index 100% rename from assets/scss/widgets/_cell-tooltip.scss rename to assets/scss/widgets/third-party/_cell-tooltip.scss diff --git a/assets/scss/widgets/_cookieconsent.scss b/assets/scss/widgets/third-party/_cookieconsent.scss similarity index 100% rename from assets/scss/widgets/_cookieconsent.scss rename to assets/scss/widgets/third-party/_cookieconsent.scss diff --git a/assets/scss/widgets/_github-corner.scss b/assets/scss/widgets/third-party/_github-corner.scss similarity index 100% rename from assets/scss/widgets/_github-corner.scss rename to assets/scss/widgets/third-party/_github-corner.scss diff --git a/assets/scss/widgets/third-party/_index.scss b/assets/scss/widgets/third-party/_index.scss new file mode 100644 index 00000000..b850cc65 --- /dev/null +++ b/assets/scss/widgets/third-party/_index.scss @@ -0,0 +1,5 @@ +@import 'cell-tooltip'; +@import 'cookieconsent'; +@import 'github-corner'; +@import 'post-chat'; +@import 'typeit'; diff --git a/assets/scss/widgets/_post-chat.scss b/assets/scss/widgets/third-party/_post-chat.scss similarity index 100% rename from assets/scss/widgets/_post-chat.scss rename to assets/scss/widgets/third-party/_post-chat.scss diff --git a/assets/scss/widgets/_typeit.scss b/assets/scss/widgets/third-party/_typeit.scss similarity index 100% rename from assets/scss/widgets/_typeit.scss rename to assets/scss/widgets/third-party/_typeit.scss