下载编辑好的
WARNING
下载页面临时还在开发中(Beta / Experimental),可能会有Bug等,请转用GitHub Release(主)页面或者Codeberg Release(备)页面都可以。
临时移走下载页面,它将会在markdown-viewer-moe-docs仓库里放置(临时还在开发)
从v1.4.0后,支持直接编辑index.html,从 Releases (或者备份仓库Release)下载一个叫index.release.html的文件,直接使用记事本编辑上面的内容:
html
<!--
╔══════════════════════════════════════════════╗
║ RELEASE CONFIG — 编辑 defaultUrl/aliases/theme/type ║
║ 修改下方 JSON 后保存,直接部署即可 ║
╚══════════════════════════════════════════════╝
-->
<script id="release-config" type="application/json">
{
"type": "release",
"defaultUrl": "https://your-default-api.com/raw/index.md",
"aliases": {
"test": "https://another-api.com/raw/rypa",
"docs": "https://docs.example.com/readme.md"
},
"theme": "pink"
}
</script>
<!-- RELEASE CONFIG END -->
<!DOCTYPE html>...编辑后保存,可以重命名为index.html,打开或上传到服务器。更多信息
从 tools-v1.2.0 后,若不会编辑也可以使用简单编辑 config.json 工具来编辑。