35
35
< div class ="main ">
36
36
37
37
< p > 这是一个简单小工具合集,会不断更新</ p >
38
-
39
- < mdui-card clickable href ="https://forthezero.pythonanywhere.com/ab ">
40
- < mdui-icon name ="video_library--outlined " class ="item-icon "> </ mdui-icon >
41
- < h1 > Alan Becker视频列表</ h1 >
42
- < p > (站外)免_获取Alan Becker的YouTube视频列表(标题时间链接)</ p >
43
- </ mdui-card >
38
+ < div class ="sort-cate ">
39
+ < div class ="sort-cate-item ">
40
+ < mdui-icon name ="sort "> </ mdui-icon >
41
+ < mdui-select variant ="outlined " value ="recommend " class ="sort " end-icon ="keyboard_arrow_down ">
42
+ < mdui-menu-item value ="recommend "> 推荐/recommend</ mdui-menu-item >
43
+ < mdui-menu-item value ="time "> 最新/newest</ mdui-menu-item >
44
+ </ mdui-select >
45
+ </ div >
46
+ < div class ="sort-cate-item ">
47
+ < mdui-icon name ="category--outlined "> </ mdui-icon >
48
+ < mdui-select variant ="outlined " value ="no " class ="category " end-icon ="keyboard_arrow_down ">
49
+ < mdui-menu-item value ="no "> 不分类/no</ mdui-menu-item >
50
+ < mdui-menu-item value ="lang "> 语言/languages</ mdui-menu-item >
51
+ < mdui-menu-item value ="ui "> UI库/UI library</ mdui-menu-item >
52
+ </ mdui-select >
53
+ </ div >
54
+ </ div >
55
+ < mdui-divider > </ mdui-divider >
56
+
57
+ <!--再见旧代码<mdui-card clickable href="https://forthezero.pythonanywhere.com/ab"><mdui-icon name="video_library--outlined"class="item-icon"></mdui-icon><h1>Alan Becker视频列表</h1><p>(站外)免_获取Alan Becker的YouTube视频列表(标题时间链接)</p></mdui-card><mdui-card clickable href="./todo/index.html"><mdui-icon name="task_alt--outlined"class="item-icon"></mdui-icon><h1>Todo</h1><p>模仿别人做的todo,左键标记右键删除,手机长按=右键</p></mdui-card><mdui-card clickable href="./zen/index.html"><mdui-icon name="timer--outlined"class="item-icon"></mdui-icon><h1>Zen</h1><p><del>带记录功能的计时器……</del>一个Material3风格的简约专注网页,可显示一言句子,可以对专注计时进行统计</p></mdui-card><mdui-card clickable href="./calendar/index.html"><mdui-icon name="date_range--outlined"class="item-icon"></mdui-icon><h1>简单日历</h1><p>简约的日历,就只由简单的日历功能</p></mdui-card><mdui-card clickable href="./playvib/1.html"><mdui-icon name="vibration--outlined"class="item-icon"></mdui-icon><h1>震动测试</h1><p>仅限带线性马达的手机,随便搞的,更新了2.0版本,但还是不如意……</p></mdui-card><mdui-card clickable href="./form/index.html"><mdui-icon name="question_answer--outlined"class="item-icon"></mdui-icon><h1>QpenForm</h1><p>此处仅限前端部分</p><mdui-chip href="https://github.com/for-the-zero/QpenForm"target="_blank">Github</mdui-chip></mdui-card><mdui-card clickable href="./typeto/index.html"><mdui-icon name="keyboard--outlined"class="item-icon"></mdui-icon><h1>TypeTo</h1><p>(仅限电脑使用,需要键盘)将键盘上的按键映射成其它字符,可以拿来整活</p></mdui-card><mdui-card clickable href="./passkey/index.html"><mdui-icon name="password"class="item-icon"></mdui-icon><h1>Passkey</h1><p>生成图像密文,不提供解密(懒)</p></mdui-card><mdui-card clickable href="./vv/index.html"><mdui-icon name="voicemail"class="item-icon"></mdui-icon><h1>VisualVoice</h1><p>将声音转换成颜色</p></mdui-card><mdui-card clickable href="./taple/index.html"><mdui-icon name="table_chart--outlined"class="item-icon"></mdui-icon><h1>Taple</h1><p>一个好看的表格,用canvas绘制</p><mdui-chip href="https://github.com/for-the-zero/Taple"target="_blank">Github</mdui-chip></mdui-card><mdui-card clickable href="./showon/index.html"><mdui-icon name="smart_screen--outlined"class="item-icon"></mdui-icon><h1>文本展示</h1><p>将文本展示在屏幕上</p></mdui-card><mdui-card clickable href="./updyn/index.html"><mdui-icon name="post_add"class="item-icon"></mdui-icon><h1>UP主动态查看器</h1><p>查看UP主的动态</p><mdui-chip href="https://github.com/for-the-zero/UpDyn"target="_blank">Github</mdui-chip></mdui-card><mdui-card clickable variant="outlined"style="text-align: center; user-select: none;"><h1>Coming Soon...</h1></mdui-card>-->
58
+ < mdui-collapse class ="tools ">
59
+
60
+ <!-- <mdui-card clickable href="#"><mdui-icon name="video_library--outlined"class="item-icon"></mdui-icon><h1>114514</h1><p>114514</p><mdui-chip href="#" icon="link" target="_blank">Github</mdui-chip></mdui-card>
61
+
62
+ <mdui-collapse-item value="item-2">
63
+ <mdui-list-item slot="header" icon="folder--outlined">Item 1</mdui-list-item>
64
+ <mdui-card clickable href="#"><mdui-icon name="video_library--outlined"class="item-icon"></mdui-icon><h1>114514</h1><p>114514</p><mdui-chip href="#" icon="link" target="_blank">Github</mdui-chip></mdui-card>
65
+ </mdui-collapse-item> -->
66
+
67
+ < mdui-circular-progress > </ mdui-circular-progress >
68
+ </ mdui-collapse >
44
69
45
- < mdui-card clickable href ="./todo/index.html ">
46
- < mdui-icon name ="task_alt--outlined " class ="item-icon "> </ mdui-icon >
47
- < h1 > Todo</ h1 >
48
- < p > 模仿别人做的todo,左键标记右键删除,手机长按=右键</ p >
49
- </ mdui-card >
50
-
51
- < mdui-card clickable href ="./zen/index.html ">
52
- < mdui-icon name ="timer--outlined " class ="item-icon "> </ mdui-icon >
53
- < h1 > Zen</ h1 >
54
- < p > < del > 带记录功能的计时器……</ del > 一个Material3风格的简约专注网页,可显示一言句子,可以对专注计时进行统计</ p >
55
- </ mdui-card >
56
-
57
- < mdui-card clickable href ="./calendar/index.html ">
58
- < mdui-icon name ="date_range--outlined " class ="item-icon "> </ mdui-icon >
59
- < h1 > 简单日历</ h1 >
60
- < p > 简约的日历,就只由简单的日历功能</ p >
61
- </ mdui-card >
62
-
63
- < mdui-card clickable href ="./playvib/1.html ">
64
- < mdui-icon name ="vibration--outlined " class ="item-icon "> </ mdui-icon >
65
- < h1 > 震动测试</ h1 >
66
- < p > 仅限带线性马达的手机,随便搞的,更新了2.0版本,但还是不如意……</ p >
67
- </ mdui-card >
68
-
69
- < mdui-card clickable href ="./form/index.html ">
70
- < mdui-icon name ="question_answer--outlined " class ="item-icon "> </ mdui-icon >
71
- < h1 > QpenForm</ h1 >
72
- < p > 此处仅限前端部分</ p >
73
- < mdui-chip href ="https://github.com/for-the-zero/QpenForm " target ="_blank "> Github</ mdui-chip >
74
- </ mdui-card >
75
-
76
- < mdui-card clickable href ="./typeto/index.html ">
77
- < mdui-icon name ="keyboard--outlined " class ="item-icon "> </ mdui-icon >
78
- < h1 > TypeTo</ h1 >
79
- < p > (仅限电脑使用,需要键盘)将键盘上的按键映射成其它字符,可以拿来整活</ p >
80
- </ mdui-card >
81
-
82
- < mdui-card clickable href ="./passkey/index.html ">
83
- < mdui-icon name ="password " class ="item-icon "> </ mdui-icon >
84
- < h1 > Passkey</ h1 >
85
- < p > 生成图像密文,不提供解密(懒)</ p >
86
- </ mdui-card >
87
-
88
- < mdui-card clickable href ="./vv/index.html ">
89
- < mdui-icon name ="voicemail " class ="item-icon "> </ mdui-icon >
90
- < h1 > VisualVoice</ h1 >
91
- < p > 将声音转换成颜色</ p >
92
- </ mdui-card >
93
-
94
- < mdui-card clickable href ="./taple/index.html ">
95
- < mdui-icon name ="table_chart--outlined " class ="item-icon "> </ mdui-icon >
96
- < h1 > Taple</ h1 >
97
- < p > 一个好看的表格,用canvas绘制</ p >
98
- < mdui-chip href ="https://github.com/for-the-zero/Taple " target ="_blank "> Github</ mdui-chip >
99
- </ mdui-card >
100
-
101
- < mdui-card clickable href ="./showon/index.html ">
102
- < mdui-icon name ="smart_screen--outlined " class ="item-icon "> </ mdui-icon >
103
- < h1 > 文本展示</ h1 >
104
- < p > 将文本展示在屏幕上</ p >
105
- </ mdui-card >
106
-
107
- < mdui-card clickable href ="./updyn/index.html ">
108
- < mdui-icon name ="post_add " class ="item-icon "> </ mdui-icon >
109
- < h1 > UP主动态查看器</ h1 >
110
- < p > 查看UP主的动态</ p >
111
- < mdui-chip href ="https://github.com/for-the-zero/UpDyn " target ="_blank "> Github</ mdui-chip >
112
- </ mdui-card >
113
-
114
- < mdui-card clickable variant ="outlined "
115
- style ="text-align: center; user-select: none; ">
116
- < h1 > Coming Soon...</ h1 >
117
- </ mdui-card >
118
-
119
-
120
70
</ div >
121
-
122
-
123
71
< script > mdui . setColorScheme ( '#59ffee' ) </ script >
72
+ < script src ="https://unpkg.com/jquery/dist/jquery.min.js "> </ script >
73
+ < script src ="./links.js "> </ script >
74
+ < script src ="./index.js "> </ script >
124
75
</ body >
125
76
</ html >
0 commit comments