@lark-apaas/client-toolkit 1.1.9-alpha.log.1 → 1.1.9-alpha.log.3

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.
@@ -21,13 +21,13 @@ const RenderError = (props)=>{
21
21
  className: "flex flex-col justify-center items-center text-center",
22
22
  children: [
23
23
  /*#__PURE__*/ jsx("img", {
24
- src: "https://lf3-static.bytednsdoc.com/obj/eden-cn/ylcylz_fsph_ryhs/ljhwZthlaukjlkulzlp/feisuda/template/render_error.svg",
24
+ src: "https://lf3-static.bytednsdoc.com/obj/eden-cn/ylcylz_fsph_ryhs/ljhwZthlaukjlkulzlp/feisuda/template/illustration_empty_negative_error.svg",
25
25
  alt: "render error",
26
- className: "mb-3 w-[200px]"
26
+ className: "mb-3 w-[100px]"
27
27
  }),
28
28
  /*#__PURE__*/ jsx("p", {
29
29
  className: "text-l/[22px] text-[14px] text-[#1F2329] font-medium",
30
- children: "哎呀,出错了"
30
+ children: "页面出错了"
31
31
  })
32
32
  ]
33
33
  })
@@ -12,7 +12,8 @@ const NotFound = ()=>{
12
12
  ],
13
13
  meta: {
14
14
  repairMessage: `页面 ${location.pathname} 不存在,帮我创建`,
15
- noStacktrace: true
15
+ noStacktrace: true,
16
+ stacktrace: []
16
17
  }
17
18
  });
18
19
  }, [
@@ -22,13 +23,13 @@ const NotFound = ()=>{
22
23
  className: "min-h-screen flex flex-col items-center justify-center bg-white gap-3",
23
24
  children: [
24
25
  /*#__PURE__*/ jsx("img", {
25
- src: 'https://lf3-static.bytednsdoc.com/obj/eden-cn/ylcylz_fsph_ryhs/ljhwZthlaukjlkulzlp/feisuda/template/illustration_empty_neutral_unfinished.svg',
26
+ src: 'https://lf3-static.bytednsdoc.com/obj/eden-cn/ylcylz_fsph_ryhs/ljhwZthlaukjlkulzlp/feisuda/template/illustration_empty_neutral_unfinished_gray.svg',
26
27
  alt: "Not Found",
27
- className: "w-[120px]"
28
+ className: "w-[100px]"
28
29
  }),
29
30
  /*#__PURE__*/ jsx("p", {
30
31
  className: "text-l/[22px] text-[14px] text-[#1F2329] font-medium",
31
- children: "哎呀,页面不存在"
32
+ children: "页面不存在"
32
33
  })
33
34
  ]
34
35
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lark-apaas/client-toolkit",
3
- "version": "1.1.9-alpha.log.1",
3
+ "version": "1.1.9-alpha.log.3",
4
4
  "types": "./lib/index.d.ts",
5
5
  "main": "./lib/index.js",
6
6
  "files": [