mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-08 22:36:48 +00:00
* 1.新增vfs设计文档 2.修改文档版权标志为"2022-2023, DragonOS Community" 3.修改电脑版文档页面的宽度为90% * layout.html末尾加空行
9 lines
147 B
HTML
9 lines
147 B
HTML
{% extends "!layout.html" %}
|
|
{% block footer %} {{ super() }}
|
|
|
|
<style>
|
|
.wy-nav-content { max-width: 90%; }
|
|
</style>
|
|
|
|
{% endblock %}
|