feat: 优化
This commit is contained in:
@@ -366,7 +366,7 @@ async function handleSearch() {
|
||||
|
||||
try {
|
||||
const urlParams = {
|
||||
keyword: encodeURIComponent(searchParams.keyword),
|
||||
keyword:searchParams.keyword,
|
||||
offset: String(searchParams.offset),
|
||||
sort_type: String(searchParams.sort_type),
|
||||
publish_time: String(searchParams.publish_time),
|
||||
|
||||
Reference in New Issue
Block a user