From 436e0781471308191e6c7f4a4b881e34df460fc4 Mon Sep 17 00:00:00 2001 From: Linzp Date: Tue, 21 May 2024 13:53:59 +0800 Subject: [PATCH 1/5] feat: add @kne and @kne-components (#27) [skip ci] ## Summary by CodeRabbit - **Chores** - Updated dependencies to include `@kne` and `@kne-components` for enhanced functionality and component support. --- package.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 5106f30..7e268a5 100644 --- a/package.json +++ b/package.json @@ -181,7 +181,9 @@ "@electron", "@pisell", "@gkd-kit", - "@xlaoyu" + "@xlaoyu", + "@kne", + "@kne-components" ], "allowPackages": { "zhaojiakun.com": { From 39969cf194522f9aeff0a9672a0de74d2bb72400 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=A2=A6=E6=96=87=E5=8D=9A?= <98782978+ao-x@users.noreply.github.com> Date: Tue, 21 May 2024 13:55:55 +0800 Subject: [PATCH 2/5] feat: add @muxunorg (#25) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 已经优化组织下面的包裹,防止被利用作为网盘使用,目前组织下面的包裹均为学生用来写开源软件及对应前端使用,后期实现OSS模块后将只保留相关代码并删除静态文件,将存在静态资源的版本号做删除版本号处理,我承诺这些包裹不会作为滥用的目的并强烈鄙视这种行为,特此申请 [skip ci] ## Summary by CodeRabbit - **Chores** - Updated dependencies to replace `@muxunorg/mxorg-client` with `@muxunorg` for improved package management and functionality. Co-authored-by: fengmk2 --- package.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/package.json b/package.json index 7e268a5..b7762f3 100644 --- a/package.json +++ b/package.json @@ -181,6 +181,7 @@ "@electron", "@pisell", "@gkd-kit", + "@muxunorg", "@xlaoyu", "@kne", "@kne-components" @@ -17613,9 +17614,6 @@ "el-table-fixed-header": { "version": "*" }, - "@muxunorg/mxorg-client": { - "version": "*" - }, "v-smooth-scroll": { "version": "*" } From 09c57c78c3fd2a7c341bd854da29551496012a15 Mon Sep 17 00:00:00 2001 From: cha0sCat <47235156+cha0sCat@users.noreply.github.com> Date: Tue, 21 May 2024 14:57:05 +0900 Subject: [PATCH 3/5] feat: add packages: emoji-cst, kjua, assets-retry, editor.md, uppy (#26) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 不是我开发的,不过是我个人比较常用的库,希望可以加入白名单 [skip ci] ## Summary by CodeRabbit * **New Features** * Introduced support for emojis using emoji-cst. * Added QR code generation with kjua. * Implemented asset retry functionality with assets-retry. * Enhanced markdown editing capabilities with editor.md. * Integrated file uploading feature using uppy. Co-authored-by: fengmk2 --- package.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/package.json b/package.json index b7762f3..af765a2 100644 --- a/package.json +++ b/package.json @@ -17616,6 +17616,21 @@ }, "v-smooth-scroll": { "version": "*" + }, + "emoji-cst": { + "version": "*" + }, + "kjua": { + "version": "*" + }, + "assets-retry": { + "version": "*" + }, + "editor.md": { + "version": "*" + }, + "uppy": { + "version": "*" } } } From 9a347cb11a2b1b7b1894b3b0c3345e45539a1e31 Mon Sep 17 00:00:00 2001 From: aoguai <34203474+aoguai@users.noreply.github.com> Date: Tue, 21 May 2024 13:58:21 +0800 Subject: [PATCH 4/5] feat: add @aoguai/subscription (#29) [skip ci] ## Summary by CodeRabbit - **Chores** - Added a new dependency to enhance subscription management. --------- Co-authored-by: fengmk2 --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index af765a2..3e5ca6b 100644 --- a/package.json +++ b/package.json @@ -17631,6 +17631,9 @@ }, "uppy": { "version": "*" + }, + "@aoguai/subscription": { + "version": "*" } } } From 3e5c8292cbef0316eb1b045ae512b7f820aa193c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BC=8A=E6=92=92=E5=B0=94?= <1533540012@qq.com> Date: Tue, 21 May 2024 14:04:39 +0800 Subject: [PATCH 5/5] feat: add scopes and packages (#28) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 这些是俺的个人项目用到的依赖,部分依赖对其他人也有用 在过去,一直使用饿了么的镜像,如 https://npm.elemecdn.com/eplayer@1.5.3/docs/eplayer.js 但是饿了么同步的实在太慢了,所以迫切需要寻找国内平替(jsd啥的都太慢了) 具体使用情况看,https://www.clicli.cc 不会滥用√ [skip ci] ## Summary by CodeRabbit ## Summary by CodeRabbit - **Chores** - Updated dependencies to include new packages for enhanced functionality and performance. --------- Co-authored-by: fengmk2 --- package.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 3e5ca6b..bf2893a 100644 --- a/package.json +++ b/package.json @@ -181,8 +181,10 @@ "@electron", "@pisell", "@gkd-kit", - "@muxunorg", "@xlaoyu", + "@clicli", + "@yse", + "@muxunorg", "@kne", "@kne-components" ], @@ -4933,6 +4935,9 @@ "ep-open-tool-mini": { "version": "*" }, + "eplayer": { + "version": "*" + }, "ero": { "version": "*" }, @@ -6007,6 +6012,9 @@ "frappe-gantt": { "version": "*" }, + "fre": { + "version": "*" + }, "free-tex-packer-core": { "version": "*" },