特殊玩法
注册

特殊玩法

ifamre

使用iframe引入文档/链接页面网址,网址参数加上?iframe=true即可默认隐藏左侧栏,这样就可以伪装成一个独立的文档页面或导航页面了

<html lang="zh-CN"><head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width,user-scalable=no,viewport-fit=cover,initial-scale=1">
  <title>低端导航</title>
  <style>
      *{margin:0;border:none;padding:0;}
  </style>
  </head>
 <body>
<iframe src="https://typecho.fans/doc/docx/link?iframe=true" style="width:100%;height:100%"></iframe>
</body></html>

泽泽社长 更新于2026-01-11 发布于2026-01-11 40

大纲
加载中