Skip to content

Commit

Permalink
update doc 0909
Browse files Browse the repository at this point in the history
  • Loading branch information
syf20020816 committed Sep 9, 2024
1 parent c5fb246 commit 0865a4b
Show file tree
Hide file tree
Showing 93 changed files with 1,267 additions and 4 deletions.
9 changes: 9 additions & 0 deletions src/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,25 @@
- [GenUI Logger](./gen/tutorials/logger.md)
- [GenUI Ignore](./gen/tutorials/ignore.md)
- [Props Manual](./gen/tutorials/props/introduction.md)
- [Type](./gen/tutorials/props/type.md)
- [Font](./gen/tutorials/props/font.md)
- [Text](./gen/tutorials/props/text.md)
- [Background](./gen/tutorials/props/background.md)
- [Size](./gen/tutorials/props/size.md)
- [Border](./gen/tutorials/props/border.md)
- [Position](./gen/tutorials/props/position.md)
- [Animation](./gen/tutorials/props/animation.md)
- [GenUI Syntex](./gen/tutorials/syntex.md)
- [Color](./gen/tutorials/syntex/color.md)
- [Import](./gen/tutorials/syntex/import.md)
- [Static Page](./gen/tutorials/syntex/static.md)
- [Dyn Widget](./gen/tutorials/syntex/dyn_widget.md)
- [For](./gen/tutorials/syntex/for.md)
- [If](./gen/tutorials/syntex/if.md)
- [Icon Lib](./gen/icon_lib/index.md)
- [Makepad-Plugin](./gen/makepad/plugin.md)
- [Dev Manual](./gen/makepad/dev/manual/index.md)
- [Enum](./gen/makepad/dev/manual/enum.md)
- [BuiltIn-UI Lib](./gen/makepad/ui_lib.md)
- [Origins](./gen/makepad/origin/origin.md)
- [Root](./gen/makepad/origin/root.md)
Expand Down
17 changes: 14 additions & 3 deletions src/gen/exmaple/video.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,20 @@
# Video

The following video can be used as a reference for learning

## GenUI With Makepad QuickStart

<video src="../../static/gen/gen_makepad.mp4" controls></video>
### 2024-07
<p style="margin:16px 0; font-size: 18px;font-weight:700;color:#42A5F5;with:100%;text-align: center;">
<a href="https://www.bilibili.com/video/BV1SdnoeWEkT/?spm_id_from=333.999.0.0">GenUI With Makepad QuickStart</a>
</p>

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

### 2024-08

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

<p style="margin:16px 0; font-size: 18px;font-weight:700;with:100%;text-align: center;">Sheng (2024-06-28)</p>
<p style="margin:16px 0; font-size: 18px;font-weight:700;with:100%;text-align: center;">Sheng (2024-07-31)</p>
12 changes: 12 additions & 0 deletions src/gen/icon_lib/i.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Document</title>
</head>
<body>

</body>
</html>

Loading

0 comments on commit 0865a4b

Please sign in to comment.