@lark-apaas/miaoda-core 0.1.0-alpha.25 → 0.1.0-alpha.26

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.
@@ -1,31 +1,15 @@
1
1
  import { jsx, jsxs } from "react/jsx-runtime";
2
2
  import "react";
3
3
  const Welcome = ()=>/*#__PURE__*/ jsxs("div", {
4
- className: "min-h-screen bg-white p-6 flex justify-center items-center",
4
+ className: "min-h-screen min-w-screen flex flex-col items-center justify-center",
5
5
  children: [
6
- /*#__PURE__*/ jsxs("div", {
7
- className: "mr-[32px] w-[280px]",
8
- children: [
9
- /*#__PURE__*/ jsx("div", {
10
- className: "text-2xl font-bold mb-3",
11
- children: "欢迎使用妙搭 \uD83D\uDC4B"
12
- }),
13
- /*#__PURE__*/ jsx("div", {
14
- className: "text-[#646A73] text-sm",
15
- children: "1. 随时发送消息,开始构建你的专属应用"
16
- }),
17
- /*#__PURE__*/ jsx("div", {
18
- className: "text-[#646A73] text-sm",
19
- children: "2. 无需担心代码实现,妙搭帮你一一解决"
20
- })
21
- ]
6
+ /*#__PURE__*/ jsx("div", {
7
+ className: "text-xl font-bold leading-8 mb-2",
8
+ children: "初始化应用"
22
9
  }),
23
- /*#__PURE__*/ jsx("img", {
24
- className: "rounded-md",
25
- width: "372",
26
- height: "210",
27
- src: "https://lf3-static.bytednsdoc.com/obj/eden-cn/LMfspH/ljhwZthlaukjlkulzlp/miao/spark-welcome-img.png",
28
- alt: "Welcome"
10
+ /*#__PURE__*/ jsx("div", {
11
+ className: "leading-5",
12
+ children: "通过对话搭建你的专属应用"
29
13
  })
30
14
  ]
31
15
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lark-apaas/miaoda-core",
3
- "version": "0.1.0-alpha.25",
3
+ "version": "0.1.0-alpha.26",
4
4
  "types": "./lib/index.d.ts",
5
5
  "main": "./lib/index.js",
6
6
  "files": [