SGGL_SGY/SUBQHSE/WebAPI/Areas/HelpPage/Views/Help/DisplayTemplates/TextSample.cshtml

6 lines
88 B
Plaintext
Raw Normal View History

2025-05-08 14:26:36 +08:00
@using WebAPI.Areas.HelpPage
@model TextSample
<pre class="wrapped">
@Model.Text
</pre>