mirror of
https://github.com/uetchy/namae.git
synced 2025-08-20 01:48:12 +09:00
fix: google play store
This commit is contained in:
@@ -22,7 +22,7 @@ export default async function handler(
|
||||
|
||||
const response = JSON.parse(
|
||||
responseText.match(
|
||||
/AF_initDataCallback.+?hash: '5'.+?data:([\w\W]+?), sideChannel/m
|
||||
/AF_initDataCallback.+?hash: '6'.+?data:([\w\W]+?), sideChannel/m
|
||||
)?.[1] ?? ''
|
||||
);
|
||||
|
||||
|
Reference in New Issue
Block a user