From 22f117bef0d586fa1acba54930f3f91c26ff1119 Mon Sep 17 00:00:00 2001 From: yunyun <1159428885@qq.com> Date: Wed, 3 Jun 2026 18:26:47 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20index.html?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 124 ++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 123 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index f34721a..c46b470 100644 --- a/index.html +++ b/index.html @@ -940,6 +940,17 @@ margin: 0; } + .about-developer { + font-size: 14px; + color: #667eea; + margin: 4px 0 0 0; + font-weight: 500; + } + + .about-developer strong { + color: #5a6fd6; + } + .about-link { font-size: 14px; color: #667eea; @@ -954,6 +965,74 @@ background: #667eea; color: white; } + + .license-modal-overlay { + display: none; + position: fixed; + top: 0; + left: 0; + right: 0; + bottom: 0; + background: rgba(0, 0, 0, 0.5); + z-index: 10000; + justify-content: center; + align-items: center; + } + + .license-modal-overlay.active { + display: flex; + } + + .license-modal { + background: white; + border-radius: 12px; + width: 90%; + max-width: 600px; + max-height: 80vh; + overflow-y: auto; + box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3); + } + + .license-modal-header { + display: flex; + justify-content: space-between; + align-items: center; + padding: 16px 20px; + border-bottom: 1px solid #e9ecef; + } + + .license-modal-header h3 { + font-size: 16px; + font-weight: 600; + color: #333; + } + + .license-modal-close { + width: 28px; + height: 28px; + border: none; + background: transparent; + font-size: 18px; + color: #666; + cursor: pointer; + border-radius: 4px; + display: flex; + align-items: center; + justify-content: center; + } + + .license-modal-close:hover { + background: #e9ecef; + } + + .license-modal-body { + padding: 20px; + font-family: 'Consolas', 'Courier New', monospace; + font-size: 13px; + line-height: 1.6; + color: #333; + white-space: pre-wrap; + } @@ -1163,7 +1242,10 @@

课堂小助手 Classroom Assistant

- 源代码 +

Yunyun(云云) 开发

+ 介绍页 + 开源仓库 + 查看许可证
@@ -1177,6 +1259,37 @@ +
+
+
+

许可证

+ +
+
CaelLab BY-SA Code License + +Copyright (c) 2026 Yunyun(云云) By 虚舟实验室(CaelLab) + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this work (the "Work"), to use, copy, modify, merge, publish, distribute, +sublicense, and sell copies of the Work, for personal, commercial, or +non-commercial purposes, subject to the following conditions: + +1. Source Availability: If you distribute the Work, or any derivative work + based on the Work, you must make the complete corresponding source code + available under the terms of this same license. + +2. License Preservation: The above copyright notice and this permission notice + shall be included in all copies or substantial portions of the Work. + +3. ShareAlike: Any distributed derivative work must be licensed under the + CaelLab BY-SA Code License. + +THE WORK IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
+
+
+