Skip to content

Commit

Permalink
Update perDay.api.no.toolbar.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Kozmosa authored Dec 19, 2024
1 parent 0434871 commit 9cb4539
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions perDay.api.no.toolbar.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!--
Program name: Class Schedule
Version: In Readme file and index.html
Author: Xuyang1638
Author: Kozmosa
-->
<!DOCTYPE html>
<html lang="zh">
Expand All @@ -12,7 +12,7 @@
<link href="./css/index.css" rel="stylesheet">
<link href="./assets/mdui/css/mdui.min.css" rel="stylesheet">
<script src="./assets/mdui/js/mdui.min.js"></script>
<title>Class Schedule - By Xuyang1638</title>
<title>Class Schedule</title>
</head>

<body class="mdui-theme-primary-pink">
Expand Down Expand Up @@ -132,17 +132,17 @@ <h2 class="black" id="title">Monday | 星期一</h2>
x.innerText = getTitle(day);

mdui.snackbar({
message: "软件开发:武宁二中初一(19)班 徐阳",
message: "Developed by Kozmosa",
});

if (window.console) {
console.groupCollapsed('%c课程表 by Xuyang1638', 'color:#009a61; font-size: 28px; font-weight: 300');
console.log('%chttps://github.com/xuyang1638\n-------------\n欢迎在Github上发Issue和Pull Request!',
console.groupCollapsed('%c课程表 by Kozmosa', 'color:#009a61; font-size: 28px; font-weight: 300');
console.log('%chttps://github.com/Kozmosa\n-------------\n欢迎在Github上发Issue和Pull Request!',
'color:#009a61');
console.groupEnd();
}
</script>

</body>

</html>
</html>

0 comments on commit 9cb4539

Please sign in to comment.