api-debug-hub.blade.php 309 B

123456789
  1. <x-filament::page>
  2. <div class="space-y-4">
  3. <x-filament::section>
  4. <div class="text-sm text-slate-600">
  5. 通过接口调试工具验证搜索、随机抽题、组卷与知识点推荐 API。
  6. </div>
  7. </x-filament::section>
  8. </div>
  9. </x-filament::page>