1
0
mirror of https://github.com/uetchy/namae.git synced 2025-03-17 04:30:31 +09:00

fix: google play store

This commit is contained in:
uetchy 2021-06-20 19:57:28 +09:00
parent ed80674c87
commit 586c1ed98f

View File

@ -22,7 +22,7 @@ export default async function handler(
const response = JSON.parse( const response = JSON.parse(
responseText.match( responseText.match(
/AF_initDataCallback.+?hash: '5'.+?data:([\w\W]+?), sideChannel/m /AF_initDataCallback.+?hash: '6'.+?data:([\w\W]+?), sideChannel/m
)?.[1] ?? '' )?.[1] ?? ''
); );