@lark-apaas/coding-templates 0.1.1 → 0.1.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lark-apaas/coding-templates",
3
- "version": "0.1.1",
3
+ "version": "0.1.3",
4
4
  "description": "OpenClaw project templates for mclaw CLI",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -13,7 +13,7 @@
13
13
 
14
14
  ```
15
15
  project/
16
- ├── <name>.html # 主页面
16
+ ├── index.html # 主页面
17
17
  ├── README.md # 技术栈规范(本文件)
18
18
  └── static/
19
19
  ├── images/ # 图片资源
@@ -4,6 +4,7 @@
4
4
  <meta charset="UTF-8" />
5
5
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
6
6
  <title>应用标题</title>
7
+ <link href="https://lf3-static.bytednsdoc.com/obj/eden-cn/ylcylz_fsph_ryhs/ljhwZthlaukjlkulzlp/feisuda/feisuda.svg" rel="shortcut icon"/>
7
8
  <script src="https://cdn.tailwindcss.com"></script>
8
9
  <script>
9
10
  // 可选:Tailwind 运行时配置