插件增加静态文件目录自动映射,优化插件模板引擎与主模块的耦合关系

This commit is contained in:
孟帅 2023-06-14 18:12:39 +08:00
parent 564107b980
commit 5abfeb5485
2 changed files with 0 additions and 6 deletions

View File

@ -24,9 +24,7 @@
<h2><p>@{.Data.module}</p></h2> <h2><p>@{.Data.module}</p></h2>
<h2><p>服务器时间@{.Data.time}</p></h2> <h2><p>服务器时间@{.Data.time}</p></h2>
</div> </div>
</body> </body>
<script> <script>
</script> </script>
</html> </html>

View File

@ -23,11 +23,7 @@
<h1><p>Hello@{.Data.name}!!</p></h1> <h1><p>Hello@{.Data.name}!!</p></h1>
<h2><p>当前版本@{.Data.version}</p></h2> <h2><p>当前版本@{.Data.version}</p></h2>
</div> </div>
</body> </body>
<script> <script>
</script> </script>
</html> </html>