tasks/dark
This commit is contained in:
parent
ee6d12e619
commit
ce57b883d8
1 changed files with 10 additions and 1 deletions
11
build.py
11
build.py
|
@ -73,6 +73,10 @@ def main():
|
|||
name="tab/my" id="tab/my/links" />
|
||||
<label for="tab/my/links">Links</label>
|
||||
<div>{tabs['links']}</div>
|
||||
<input type="radio" onclick="update(id)"
|
||||
name="tab/my" id="tab/my/tasks" />
|
||||
<label for="tab/my/tasks">Tasks</label>
|
||||
<div>{tabs['tasks']}</div>
|
||||
<input type="radio" onclick="update(id)"
|
||||
name="tab/my" id="tab/my/thesis" />
|
||||
<label for="tab/my/thesis">Thesis</label>
|
||||
|
@ -573,7 +577,12 @@ tabs = {
|
|||
'style': f'''\
|
||||
<input type="checkbox" id="dark" onclick="swap()">Dark</input>
|
||||
''',
|
||||
|
||||
#⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅
|
||||
'tasks': f'''\
|
||||
<ul>
|
||||
<li>fix dark switch</li>
|
||||
</ul>
|
||||
''',
|
||||
#⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅
|
||||
'thesis': f'''\
|
||||
<ul>
|
||||
|
|
Loading…
Reference in a new issue