fix: 更新中文模板CSS类名以兼容CUPS 2.4.7
- header.tmpl: class="header" → class="cups-header" - header.tmpl: class="body" → class="cups-body" - trailer.tmpl: class="footer" → class="cups-footer" CUPS 2.4.7 更新了CSS类名,旧模板导致样式无法加载 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="footer">CUPS 和 CUPS 标志是 <a href="http://www.apple.com">Apple Inc.</a> 的商标 | 中文汉化版</div>
|
||||
<div class="cups-footer">CUPS 和 CUPS 标志是 <a href="http://www.apple.com">Apple Inc.</a> 的商标 | 中文汉化版</div>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user