初始提交:中兴B863AV3.2-M刷Armbian + CUPS打印服务教程

包含:
- 刷机教程.md - 完整刷机和CUPS配置文档
- setup_cups.sh - 一键安装CUPS脚本(支持换源、多驱动选择、中文界面)
- cups-templates-zh_CN/ - CUPS中文界面模板

🤖 Generated with Claude Code
This commit is contained in:
2025-11-30 20:44:20 +08:00
commit d83a3bc977
67 changed files with 1877 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
</DIV>
<SCRIPT TYPE="text/javascript"><!--
// Hide custom options parameters for browsers that understand Javascript
var paramtables = document.getElementsByName("paramtable");
for (var i = 0; i < paramtables.length; i++)
{
var opt = paramtables[i].id.substr(0, paramtables[i].id.lastIndexOf("-"));
var cb = document.getElementById("select-" + opt);
if (cb.value != "Custom")
paramtables[i].style.display = "none";
}
--></SCRIPT>
</FORM>