Skip to content

Commit

Permalink
Merge pull request #4886 from dreammu/patch-1
Browse files Browse the repository at this point in the history
Update url params clean: `is_room_feed`
  • Loading branch information
the1812 authored Sep 4, 2024
2 parents 6db6b76 + 4543184 commit 92129ca
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions registry/lib/components/utils/url-params-clean/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,10 @@ const entry = async () => {
match: /\/\/live\.bilibili\.com\//,
param: 'session_id',
},
{
match: /\/\/live\.bilibili\.com\//,
param: 'is_room_feed',
},
{
match: /\/\/www\.bilibili\.com\/bangumi\//,
param: 'theme',
Expand Down

0 comments on commit 92129ca

Please sign in to comment.