fix: update API endpoint for user login and adjust authentication logic in App component; modify rating display in MediaItem component
This commit is contained in:
@@ -41,7 +41,7 @@
|
||||
<div class="space-y-2 text-sm text-gray-600 flex justify-between">
|
||||
<p class="flex items-center gap-2">
|
||||
<span class="text-gray-500">评分:</span>
|
||||
<span class="flex items-center gap-1">{@html StarRating(media.rating ?? 0)}</span>
|
||||
<span class="flex items-center gap-1">{@html StarRating((media.rating ?? 0) / 2)}</span>
|
||||
</p>
|
||||
<p class="flex items-center gap-2">
|
||||
<span class="text-gray-500">日期:</span>
|
||||
|
||||
Reference in New Issue
Block a user