<!DOCTYPE html>
<html lang="zh-cn">
<head>
    <meta charset="utf-8" />
    <title>文本查看器</title>
    <link rel="stylesheet" href="https://s4.zstatic.net/ajax/libs/highlight.js/11.6.0/styles/github.min.css">
    <style type="text/css" media="screen">
        code{
            font-family:  Arial,sans-serif;
        }
        #viewhtml{
            word-break: break-all;
            white-space: break-spaces;
        }
    </style>
</head>
<body>
<pre><code id="viewhtml">{
    &quot;require_login&quot;: false,
    &quot;site_title&quot;: &quot;网址导航&quot;,
    &quot;theme&quot;: &quot;dark&quot;,
    &quot;sync_enabled&quot;: false,
    &quot;sync_urls&quot;: [],
    &quot;api_enabled&quot;: true,
    &quot;enable_search&quot;: true,
    &quot;items_per_page&quot;: 20
}</code></pre>
<script src="https://s4.zstatic.net/ajax/libs/highlight.js/11.6.0/highlight.min.js"></script>
<script>hljs.highlightAll();</script>
</body>
</html>