Skip to content

Commit 0865a4b

Browse files
committed
update doc 0909
1 parent c5fb246 commit 0865a4b

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

93 files changed

+1267
-4
lines changed

src/SUMMARY.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,25 @@
1212
- [GenUI Logger](./gen/tutorials/logger.md)
1313
- [GenUI Ignore](./gen/tutorials/ignore.md)
1414
- [Props Manual](./gen/tutorials/props/introduction.md)
15+
- [Type](./gen/tutorials/props/type.md)
1516
- [Font](./gen/tutorials/props/font.md)
1617
- [Text](./gen/tutorials/props/text.md)
18+
- [Background](./gen/tutorials/props/background.md)
19+
- [Size](./gen/tutorials/props/size.md)
20+
- [Border](./gen/tutorials/props/border.md)
21+
- [Position](./gen/tutorials/props/position.md)
22+
- [Animation](./gen/tutorials/props/animation.md)
1723
- [GenUI Syntex](./gen/tutorials/syntex.md)
1824
- [Color](./gen/tutorials/syntex/color.md)
1925
- [Import](./gen/tutorials/syntex/import.md)
2026
- [Static Page](./gen/tutorials/syntex/static.md)
2127
- [Dyn Widget](./gen/tutorials/syntex/dyn_widget.md)
2228
- [For](./gen/tutorials/syntex/for.md)
2329
- [If](./gen/tutorials/syntex/if.md)
30+
- [Icon Lib](./gen/icon_lib/index.md)
2431
- [Makepad-Plugin](./gen/makepad/plugin.md)
32+
- [Dev Manual](./gen/makepad/dev/manual/index.md)
33+
- [Enum](./gen/makepad/dev/manual/enum.md)
2534
- [BuiltIn-UI Lib](./gen/makepad/ui_lib.md)
2635
- [Origins](./gen/makepad/origin/origin.md)
2736
- [Root](./gen/makepad/origin/root.md)

src/gen/exmaple/video.md

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,20 @@
11
# Video
22

3+
The following video can be used as a reference for learning
4+
35
## GenUI With Makepad QuickStart
46

5-
<video src="../../static/gen/gen_makepad.mp4" controls></video>
7+
### 2024-07
8+
<p style="margin:16px 0; font-size: 18px;font-weight:700;color:#42A5F5;with:100%;text-align: center;">
9+
<a href="https://www.bilibili.com/video/BV1SdnoeWEkT/?spm_id_from=333.999.0.0">GenUI With Makepad QuickStart</a>
10+
</p>
11+
12+
<p style="margin:16px 0; font-size: 18px;font-weight:700;with:100%;text-align: center;">Sheng (2024-06-28)</p>
13+
14+
### 2024-08
615

7-
<p style="margin:16px 0; font-size: 18px;font-weight:700;color:#42A5F5;with:100%;text-align: center;">GenUI With Makepad QuickStart</p>
16+
<p style="margin:16px 0; font-size: 18px;font-weight:700;color:#42A5F5;with:100%;text-align: center;">
17+
<a href="https://www.bilibili.com/video/BV1SdnoeWEkT?p=2">GenUI With Makepad Full Features Display 2024-08</a>
18+
</p>
819

9-
<p style="margin:16px 0; font-size: 18px;font-weight:700;with:100%;text-align: center;">Sheng (2024-06-28)</p>
20+
<p style="margin:16px 0; font-size: 18px;font-weight:700;with:100%;text-align: center;">Sheng (2024-07-31)</p>

src/gen/icon_lib/i.html

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8" />
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6+
<title>Document</title>
7+
</head>
8+
<body>
9+
10+
</body>
11+
</html>
12+

0 commit comments

Comments
 (0)