Skip to content

Commit

Permalink
Update test.js
Browse files Browse the repository at this point in the history
  • Loading branch information
erdongchanyo authored May 16, 2022
1 parent a3bed25 commit a515d6c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Surge/Panels/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ const UA = 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (

;(async () => {
let panel_result = {
title: '𝗦𝗨𝗥𝗚𝗘 𝗣𝗥𝗢',
title: '标题是改这里么',
content: '',
icon: 'play.tv.fill',
'icon-color': '#FF2D55',
icon: params.icon,
'icon-color': 'params.color',
}
let [{ region, status }] = await Promise.all([testDisneyPlus()])
await Promise.all([check_youtube_premium(),check_netflix()])
Expand Down

0 comments on commit a515d6c

Please sign in to comment.