Skip to content

Commit

Permalink
v1.0.0-rc4
Browse files Browse the repository at this point in the history
  • Loading branch information
Minemetero authored and lingbopro committed Jul 10, 2024
1 parent 77e8d62 commit 63bc3e6
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 版本记录

## v1.0.0
## v0.3.0

- 增加了 Page 组件
- 增加了 Drawer 组件
Expand Down
38 changes: 19 additions & 19 deletions custom-data/soberjs.html-data.json
Original file line number Diff line number Diff line change
Expand Up @@ -629,7 +629,7 @@
],
"references": [
{
"name": "Documentation",
"name": "文档",
"url": "https://soberjs.com/component/page"
}
]
Expand All @@ -645,7 +645,7 @@
],
"references": [
{
"name": "Documentation",
"name": "文档",
"url": "https://soberjs.com/component/drawer"
}
]
Expand All @@ -656,7 +656,7 @@
"attributes": [],
"references": [
{
"name": "Documentation",
"name": "文档",
"url": "https://soberjs.com/component/scroll-view"
}
]
Expand Down Expand Up @@ -685,7 +685,7 @@
],
"references": [
{
"name": "Documentation",
"name": "文档",
"url": "https://soberjs.com/component/card"
}
]
Expand All @@ -701,7 +701,7 @@
],
"references": [
{
"name": "Documentation",
"name": "文档",
"url": "https://soberjs.com/component/search"
}
]
Expand All @@ -717,7 +717,7 @@
],
"references": [
{
"name": "Documentation",
"name": "文档",
"url": "https://soberjs.com/component/carousel"
}
]
Expand All @@ -733,7 +733,7 @@
],
"references": [
{
"name": "Documentation",
"name": "文档",
"url": "https://soberjs.com/component/tab"
}
]
Expand All @@ -749,7 +749,7 @@
],
"references": [
{
"name": "Documentation",
"name": "文档",
"url": "https://soberjs.com/component/tab-item"
}
]
Expand All @@ -765,7 +765,7 @@
],
"references": [
{
"name": "Documentation",
"name": "文档",
"url": "https://soberjs.com/component/navigation"
}
]
Expand All @@ -781,7 +781,7 @@
],
"references": [
{
"name": "Documentation",
"name": "文档",
"url": "https://soberjs.com/component/navigation"
}
]
Expand All @@ -791,7 +791,7 @@
"description": "**Appbar 组件**\n\nAppbar 是一个容器组件,在屏幕宽度小于 840px 时,高度会变为 56px。支持导航、标题和操作按钮的插槽。可以嵌套使用,内部的 appbar 会居中并设置一个最大宽度,默认为 1280px。\n\n```html\n<s-appbar>\n <!--左侧菜单按钮-->\n <s-icon-button slot=\"navigation\">\n <s-icon type=\"menu\"></s-icon>\n </s-icon-button>\n <!--标题-->\n <div slot=\"headline\"> Title </div>\n <!--右侧操作按钮-->\n <s-icon-button slot=\"action\">\n <s-icon type=\"search\"></s-icon>\n </s-icon-button>\n</s-appbar>\n\n<s-appbar>\n <s-appbar>\n <!--左侧菜单按钮-->\n <s-icon-button slot=\"navigation\">\n <s-icon type=\"menu\"></s-icon>\n </s-icon-button>\n <!--标题-->\n <div slot=\"headline\"> Title </div>\n <!--右侧操作按钮-->\n <s-icon-button slot=\"action\">\n <s-icon type=\"search\"></s-icon>\n </s-icon-button>\n </s-appbar>\n</s-appbar>\n```\n\n**插槽:**\n- `navigation`: 导航\n- `headline`: 标题\n- `action`: 操作",
"references": [
{
"name": "Documentation",
"name": "文档",
"url": "https://soberjs.com/component/appbar"
}
]
Expand All @@ -807,7 +807,7 @@
],
"references": [
{
"name": "Documentation",
"name": "文档",
"url": "https://soberjs.com/component/dialog"
}
]
Expand All @@ -823,7 +823,7 @@
],
"references": [
{
"name": "Documentation",
"name": "文档",
"url": "https://soberjs.com/component/popup"
}
]
Expand All @@ -839,7 +839,7 @@
],
"references": [
{
"name": "Documentation",
"name": "文档",
"url": "https://soberjs.com/component/popup-menu"
}
]
Expand All @@ -850,7 +850,7 @@
"attributes": [],
"references": [
{
"name": "Documentation",
"name": "文档",
"url": "https://soberjs.com/component/snackbar"
}
]
Expand All @@ -861,7 +861,7 @@
"attributes": [],
"references": [
{
"name": "Documentation",
"name": "文档",
"url": "https://soberjs.com/component/tooltip"
}
]
Expand All @@ -872,7 +872,7 @@
"attributes": [],
"references": [
{
"name": "Documentation",
"name": "文档",
"url": "https://soberjs.com/component/badge"
}
]
Expand All @@ -892,7 +892,7 @@
],
"references": [
{
"name": "Documentation",
"name": "文档",
"url": "https://soberjs.com/component/chip"
}
]
Expand All @@ -903,7 +903,7 @@
"attributes": [],
"references": [
{
"name": "Documentation",
"name": "文档",
"url": "https://soberjs.com/component/table"
}
]
Expand Down

0 comments on commit 63bc3e6

Please sign in to comment.