Set up the required directory layout, app scaffolding, core settings, templates, static assets, and Docker/Tailwind tooling to establish a standardized development baseline.
5 lines
200 B
HTML
5 lines
200 B
HTML
<div class="text-center py-12" hx-get="/client/" hx-trigger="load" hx-target="#empty-action" hx-swap="innerHTML">
|
|
<p class="text-neutral-500">暂无数据</p>
|
|
<div id="empty-action"></div>
|
|
</div>
|