fix: 页面二维码和预览文本

This commit is contained in:
Lan
2024-11-28 19:08:44 +08:00
parent 9348a7bcea
commit efbfec2471
19 changed files with 38 additions and 38 deletions
+1 -1
View File
@@ -41,7 +41,7 @@ async def share_text(
expired_count=expired_count,
used_count=used_count,
size=len(text),
prefix='文本分享'
prefix='Text'
)
ip_limit['upload'].add_ip(ip)
return APIResponse(detail={'code': code})