Skip to content

Commit 7365bcc

Browse files
committed
update
1 parent c77820a commit 7365bcc

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Diff for: calendar/index.html

+1
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@
5151
<mdui-dialog close-on-overlay-click
5252
headline="添加"
5353
class="add-count-dialog">
54+
<p>日期需要是js能直接识别的,要带上年份,示例:2024-01-01 2024/5/1</p>
5455
<mdui-text-field variant="outlined" label="日期" id="date"></mdui-text-field>
5556
<br>
5657
<mdui-text-field variant="outlined" label="名称" id="name"></mdui-text-field>

Diff for: index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ <h1>简单日历</h1>
5555
<mdui-card clickable href="./playvib/1.html">
5656
<mdui-icon name="vibration--outlined" class="item-icon"></mdui-icon>
5757
<h1>震动测试</h1>
58-
<p>仅限带线性马达的手机,随便搞的</p>
58+
<p>仅限带线性马达的手机,随便搞的,更新了2.0版本,但还是不如意……</p>
5959
</mdui-card>
6060

6161
<mdui-card clickable href="./form/index.html">

0 commit comments

Comments
 (0)