From 0b54718f66a170b45e8131fe8b561381d9a34f2b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=99=BD=E7=8B=90?= <157936029+ArcticFox520@users.noreply.github.com> Date: Sun, 2 Jun 2024 10:35:16 +0800 Subject: [PATCH 1/4] feat: add twikoo (#93) [skip ci] ## Summary by CodeRabbit - **New Features** - Integrated Twikoo, a lightweight comment system, to enhance user interaction and feedback. --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index e9d6b66..02b9df1 100644 --- a/package.json +++ b/package.json @@ -211,6 +211,9 @@ "@itchenliang/picture-rollup-local-plugin": { "version": "*" }, + "twikoo": { + "version": "*" + }, "fc3": { "version": "*" }, From 4aceca505efc7770c593bc9e005cbb242928983a Mon Sep 17 00:00:00 2001 From: poplanchong <1227191457@qq.com> Date: Sun, 2 Jun 2024 10:37:21 +0800 Subject: [PATCH 2/4] feat: Add "iview-area-wx" (#94) Source: https://www.npmjs.com/package/iview-area-wx [skip ci] ## Summary by CodeRabbit - **Chores** - Added a new dependency: `iview-area-wx`. Co-authored-by: fengmk2 --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index 02b9df1..25a79eb 100644 --- a/package.json +++ b/package.json @@ -17805,6 +17805,9 @@ }, "loko-aper-mod": { "version": "1.0.1" + }, + "iview-area-wx": { + "version": "*" } } } From b4fcf5b0554c246610d1dcc5fddcb98eb5184d23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=99=E6=82=9F=E5=85=83?= <88357633+SunWuyuan@users.noreply.github.com> Date: Sun, 2 Jun 2024 10:38:40 +0800 Subject: [PATCH 3/4] feat: add vuetify and @mdi/font (#99) [skip ci] ## Summary by CodeRabbit - **New Features** - Integrated Vuetify for enhanced UI components. - Added Material Design Icons for improved iconography. Co-authored-by: fengmk2 --- package.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/package.json b/package.json index 25a79eb..f9e7acd 100644 --- a/package.json +++ b/package.json @@ -775,6 +775,9 @@ "@mdi/react": { "version": "*" }, + "@mdi/font": { + "version": "*" + }, "@mdn/browser-compat-data": { "version": "*" }, @@ -17026,6 +17029,9 @@ "vuera": { "version": "*" }, + "vuetify": { + "version": "*" + }, "vuex": { "version": "*" }, From a5ca7ce8b48fe7b0bf072464a38cb9dcd179357f Mon Sep 17 00:00:00 2001 From: Asuna Date: Sun, 2 Jun 2024 10:41:30 +0800 Subject: [PATCH 4/4] feat: add js-asuna (#98) [skip ci] ## Summary by CodeRabbit - **Chores** - Added a new dependency to improve the app's functionality. Co-authored-by: fengmk2 --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index f9e7acd..3e9c382 100644 --- a/package.json +++ b/package.json @@ -17812,6 +17812,9 @@ "loko-aper-mod": { "version": "1.0.1" }, + "js-asuna": { + "version": "*" + }, "iview-area-wx": { "version": "*" }