node-karin 1.8.4 → 1.8.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +7 -0
- package/README.md +32 -0
- package/dist/index.mjs +5 -2
- package/dist/web/assets/js/components-CxadY39V.js.br +0 -0
- package/dist/web/assets/js/entry-CHFt_H9g.js.br +0 -0
- package/dist/web/assets/js/hooks-DCwZcclx.js.br +0 -0
- package/dist/web/assets/js/page-404.tsx-DuSCXxgV.js +1 -0
- package/dist/web/assets/js/page-dashboard-DeOjlIBI.js.br +0 -0
- package/dist/web/assets/js/page-loading.tsx-DGpPkY1i.js.br +0 -0
- package/dist/web/assets/js/page-login.tsx-Uw_-NauC.js.br +0 -0
- package/dist/web/assets/js/{utils-XYObVNQV.js → utils-qrmq67Xg.js} +1 -1
- package/dist/web/assets/js/vendor-heroui-CWZ6Mu45.js.br +0 -0
- package/dist/web/assets/js/vendor-others-BM6DakDu.js.br +0 -0
- package/dist/web/assets/js/vendor-react-BFjuLQyM.js.br +0 -0
- package/dist/web/assets/js/vendor-visual-CzYP84zg.js.br +0 -0
- package/dist/web/index.html +9 -9
- package/package.json +1 -1
- package/dist/web/assets/js/components-npTY995l.js.br +0 -0
- package/dist/web/assets/js/entry-Cqaz_syV.js.br +0 -0
- package/dist/web/assets/js/hooks--KubQe7o.js.br +0 -0
- package/dist/web/assets/js/page-404.tsx-CPTwu1Kw.js +0 -1
- package/dist/web/assets/js/page-dashboard-DrHgajvo.js.br +0 -0
- package/dist/web/assets/js/page-loading.tsx-DxHBHcXk.js.br +0 -0
- package/dist/web/assets/js/page-login.tsx-RecexTYb.js.br +0 -0
- package/dist/web/assets/js/vendor-heroui-ChBmWofa.js.br +0 -0
- package/dist/web/assets/js/vendor-others-DosxvKXh.js.br +0 -0
- package/dist/web/assets/js/vendor-react-JzVImTA6.js.br +0 -0
- package/dist/web/assets/js/vendor-visual-CKdS6Vgq.js.br +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
# 更新日志
|
|
2
2
|
|
|
3
|
+
## [1.8.5](https://github.com/KarinJS/Karin/compare/core-v1.8.4...core-v1.8.5) (2025-05-04)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### 🐛 Bug Fixes
|
|
7
|
+
|
|
8
|
+
* clone [#380](https://github.com/KarinJS/Karin/issues/380) ([1afb012](https://github.com/KarinJS/Karin/commit/1afb01270cd9dae884ecbd41236d59e99c622d9a))
|
|
9
|
+
|
|
3
10
|
## [1.8.4](https://github.com/KarinJS/Karin/compare/core-v1.8.3...core-v1.8.4) (2025-05-03)
|
|
4
11
|
|
|
5
12
|
|
package/README.md
ADDED
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+

|
|
2
|
+
|
|
3
|
+
## 项目介绍
|
|
4
|
+
|
|
5
|
+
`karin` 中译为「卡琳」,这个名字由[fuqiuluo](https://github.com/fuqiuluo)提供~
|
|
6
|
+
|
|
7
|
+
## 快速开始
|
|
8
|
+
|
|
9
|
+
[点击跳转文档](https://karin.fun/)
|
|
10
|
+
|
|
11
|
+
当前文档可能存在滞后性,正在努力更新中。
|
|
12
|
+
|
|
13
|
+
有其他问题请加群讨论: 967068507
|
|
14
|
+
|
|
15
|
+
## 温馨提示
|
|
16
|
+
|
|
17
|
+
当前`1.0.0`仍处于测试阶段,欢迎大家提出宝贵意见,我们会尽快修复。
|
|
18
|
+
|
|
19
|
+
## 鸣谢
|
|
20
|
+
|
|
21
|
+
- webui: [bietiaop](https://github.com/bietiaop)
|
|
22
|
+
- docs: [ikenxuan](https://github.com/ikenxuan)
|
|
23
|
+
|
|
24
|
+
> ps: 感谢两位大佬~
|
|
25
|
+
|
|
26
|
+
### 贡献者
|
|
27
|
+
|
|
28
|
+
> 🌟 星光闪烁,你们的智慧如同璀璨的夜空。感谢所有为**Karin**做出贡献的人!
|
|
29
|
+
|
|
30
|
+
[](https://github.com/KarinJS/Karin/graphs/contributors)
|
|
31
|
+
|
|
32
|
+

|
package/dist/index.mjs
CHANGED
|
@@ -10082,11 +10082,14 @@ var init_convert = __esm({
|
|
|
10082
10082
|
case "reply":
|
|
10083
10083
|
elements.push({ type: "reply", data: { id: i.messageId } });
|
|
10084
10084
|
break;
|
|
10085
|
-
case "image":
|
|
10086
|
-
case "video": {
|
|
10085
|
+
case "image": {
|
|
10087
10086
|
elements.push({ type: "image", data: { file: fileToBase64(i.file, onebot.adapter.address) } });
|
|
10088
10087
|
break;
|
|
10089
10088
|
}
|
|
10089
|
+
case "video": {
|
|
10090
|
+
elements.push({ type: "video", data: { file: i.file } });
|
|
10091
|
+
break;
|
|
10092
|
+
}
|
|
10090
10093
|
case "json":
|
|
10091
10094
|
case "xml": {
|
|
10092
10095
|
elements.push({ type: "json", data: { data: i.data } });
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{j as t}from"./vendor-react-BFjuLQyM.js";import{P as r}from"./components-CxadY39V.js";import"./vendor-others-BM6DakDu.js";import"./vendor-editor-B8hjWfkw.js";import"./vendor-ui-utils-5rYIvRjL.js";import"./vendor-heroui-CWZ6Mu45.js";import"./page-dashboard-DeOjlIBI.js";import"./hooks-DCwZcclx.js";import"./utils-qrmq67Xg.js";import"./vendor-visual-CzYP84zg.js";const x=()=>t.jsx("div",{className:"min-h-screen flex items-center justify-center",children:t.jsx(r,{})});export{x as default};
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{V as p}from"./vendor-react-
|
|
1
|
+
import{V as p}from"./vendor-react-BFjuLQyM.js";import{a5 as g}from"./components-CxadY39V.js";const k=async(t,n,e,r)=>{const{setIsLogModalOpen:i,setTaskId:c,setTaskLogs:o,setTaskName:f}=n;f("更新插件");const a=["开始创建更新任务...",`options: ${JSON.stringify(t)}`];o(a);try{const s=await g(t);if(s.success&&s.taskId)c(s.taskId),o([...a,`
|
|
2
2
|
任务创建成功!`,`任务ID: ${s.taskId}`,"正在连接任务执行日志..."]),i(!0),typeof e=="function"&&e(),typeof r=="function"&&r();else throw new Error(s.message||"未知错误")}catch(s){console.error("更新失败:",s),p.error(`更新失败: ${s.message}`)}};export{k as c};
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/dist/web/index.html
CHANGED
|
@@ -14,17 +14,17 @@
|
|
|
14
14
|
content="viewport-fit=cover, width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0"
|
|
15
15
|
name="viewport" />
|
|
16
16
|
<link href="/web/assets/ico/favicon-BoqZd694.ico" rel="icon" />
|
|
17
|
-
<script type="module" crossorigin src="/web/assets/js/entry-
|
|
17
|
+
<script type="module" crossorigin src="/web/assets/js/entry-CHFt_H9g.js"></script>
|
|
18
18
|
<link rel="modulepreload" crossorigin href="/web/assets/js/vendor-editor-B8hjWfkw.js">
|
|
19
|
-
<link rel="modulepreload" crossorigin href="/web/assets/js/vendor-others-
|
|
19
|
+
<link rel="modulepreload" crossorigin href="/web/assets/js/vendor-others-BM6DakDu.js">
|
|
20
20
|
<link rel="modulepreload" crossorigin href="/web/assets/js/vendor-ui-utils-5rYIvRjL.js">
|
|
21
|
-
<link rel="modulepreload" crossorigin href="/web/assets/js/vendor-react-
|
|
22
|
-
<link rel="modulepreload" crossorigin href="/web/assets/js/vendor-heroui-
|
|
23
|
-
<link rel="modulepreload" crossorigin href="/web/assets/js/hooks
|
|
24
|
-
<link rel="modulepreload" crossorigin href="/web/assets/js/vendor-visual-
|
|
25
|
-
<link rel="modulepreload" crossorigin href="/web/assets/js/components-
|
|
26
|
-
<link rel="modulepreload" crossorigin href="/web/assets/js/utils-
|
|
27
|
-
<link rel="modulepreload" crossorigin href="/web/assets/js/page-dashboard-
|
|
21
|
+
<link rel="modulepreload" crossorigin href="/web/assets/js/vendor-react-BFjuLQyM.js">
|
|
22
|
+
<link rel="modulepreload" crossorigin href="/web/assets/js/vendor-heroui-CWZ6Mu45.js">
|
|
23
|
+
<link rel="modulepreload" crossorigin href="/web/assets/js/hooks-DCwZcclx.js">
|
|
24
|
+
<link rel="modulepreload" crossorigin href="/web/assets/js/vendor-visual-CzYP84zg.js">
|
|
25
|
+
<link rel="modulepreload" crossorigin href="/web/assets/js/components-CxadY39V.js">
|
|
26
|
+
<link rel="modulepreload" crossorigin href="/web/assets/js/utils-qrmq67Xg.js">
|
|
27
|
+
<link rel="modulepreload" crossorigin href="/web/assets/js/page-dashboard-DeOjlIBI.js">
|
|
28
28
|
<link rel="stylesheet" crossorigin href="/web/assets/css/vendor-editor-CFbL2ovg.css">
|
|
29
29
|
<link rel="stylesheet" crossorigin href="/web/assets/css/vendor-others-ZgkIHsf0.css">
|
|
30
30
|
<link rel="stylesheet" crossorigin href="/web/assets/css/components-ep7vm38G.css">
|
package/package.json
CHANGED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{j as t}from"./vendor-react-JzVImTA6.js";import{P as r}from"./components-npTY995l.js";import"./vendor-others-DosxvKXh.js";import"./vendor-editor-B8hjWfkw.js";import"./vendor-ui-utils-5rYIvRjL.js";import"./vendor-heroui-ChBmWofa.js";import"./page-dashboard-DrHgajvo.js";import"./hooks--KubQe7o.js";import"./utils-XYObVNQV.js";import"./vendor-visual-CKdS6Vgq.js";const x=()=>t.jsx("div",{className:"min-h-screen flex items-center justify-center",children:t.jsx(r,{})});export{x as default};
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|