mirror of
https://github.com/lampame/lampac-ukraine.git
synced 2026-06-17 12:08:54 +00:00
feat(shared): implement player payload extraction and decoding infrastructure
Add PlayerJsDecoder class with comprehensive methods for extracting player payloads from HTML content, handling atob-encoded strings, and parsing JSON configurations. The implementation includes regex patterns for various encoding schemes, loose JSON parsing with trailing comma tolerance, and helper function resolution. Additionally, configure global usings for Shared.Services, Shared.Services.Hybrid, and Shared.Models.Base to improve type accessibility across the shared library.
This commit is contained in:
parent
fd01af1e2c
commit
020f331729
@ -1,3 +1,6 @@
|
||||
global using Shared.Services;
|
||||
global using Shared.Services.Hybrid;
|
||||
global using Shared.Models.Base;
|
||||
global using AppInit = Shared.CoreInit;
|
||||
global using LME.Common.Online;
|
||||
global using LME.Common.Update;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user