Skip to content

Commit

Permalink
Update: "上报" adapt to the newer version of storage.
Browse files Browse the repository at this point in the history
  • Loading branch information
sunnysab committed Nov 27, 2022
1 parent f97721c commit 3540211
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/report_temp/inject.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ window.addEventListener('load', () => {

// login
if (route.is('guide') && userName !== '') {
localStorage.setItem('userInfo', JSON.stringify({ code: userName, ayz: '1893427200000unifri' }));
localStorage.setItem('userInfo', JSON.stringify({ code: userName, ayz: 'MTg5MzQyNzIwMDAwMHVuaWZyaQ==' }));
localStorage.setItem('logcurrent', '1893427200000');
localStorage.setItem('version', '4.0');
localStorage.setItem('loginIn', '4');
Expand Down

0 comments on commit 3540211

Please sign in to comment.