mirror of
https://github.com/Moe-Sakura/frontend.git
synced 2026-03-19 05:39:45 +08:00
- Introduced a new section in SettingsModal for managing search history, including export and import functionality. - Added visual prompts for users regarding the new domain change in SearchHeader. - Implemented importHistory method in the history store to handle merging and deduplication of imported records.
27 lines
469 B
JSON
27 lines
469 B
JSON
{
|
|
"redirects": [
|
|
{
|
|
"source": "/:path*",
|
|
"has": [
|
|
{
|
|
"type": "host",
|
|
"value": "www.searchgal.top"
|
|
}
|
|
],
|
|
"destination": "https://searchgal.top/:path*",
|
|
"permanent": true
|
|
},
|
|
{
|
|
"source": "/:path*",
|
|
"has": [
|
|
{
|
|
"type": "host",
|
|
"value": "sg.saop.cc"
|
|
}
|
|
],
|
|
"destination": "https://searchgal.top/:path*",
|
|
"permanent": true
|
|
}
|
|
]
|
|
}
|