Skip to content

Commit 4345fb2

Browse files
committed
纠正文章标题
1 parent 13bf885 commit 4345fb2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/rfc/lcui-cli/0006-javascript-compiler.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# CSS 编译器
1+
# JavaScript 编译器
22

33
- 开始日期:2023-08-14
44
- 目标主要版本:1.x
@@ -13,7 +13,7 @@
1313

1414
示例 JavaScript 文件内容:
1515

16-
```js title=home.js
16+
```js title="home.js"
1717
module.exports = {
1818
name: "lcui-app",
1919
children: [
@@ -60,7 +60,7 @@ module.exports = {
6060

6161
示例 CSS 文件内容:
6262

63-
```css title=home.css
63+
```css title="home.css"
6464
root {
6565
background-color: #f6f8fa;
6666
}
@@ -74,7 +74,7 @@ root {
7474

7575
执行 `lcui compile home.js` 命令后,生成 `home.js.h` 文件:
7676

77-
```c title=home.js.h
77+
```c title="home.js.h"
7878
/** This file is generated from home.js */
7979

8080
#include <ui.h>

0 commit comments

Comments
 (0)