Browse Source

:memo: add

visuddhinanda 2 years ago
parent
commit
2d98813bbd
1 changed files with 3 additions and 1 deletions
  1. 3 1
      app/Http/Controllers/SentencesInChapterController.php

+ 3 - 1
app/Http/Controllers/SentencesInChapterController.php

@@ -1,5 +1,7 @@
 <?php
-
+/**
+ * 输出某章节的句子列表。算法跟随章节显示功能
+ */
 namespace App\Http\Controllers;
 
 use App\Models\PaliText;