mirror of
https://github.com/ImranR98/Obtainium.git
synced 2025-07-13 13:26:43 +02:00
Add allowOverride = false to vivo store
This commit is contained in:
@ -13,6 +13,7 @@ class VivoAppStore extends AppSource {
|
|||||||
hosts = ['h5.appstore.vivo.com.cn', 'h5coml.vivo.com.cn'];
|
hosts = ['h5.appstore.vivo.com.cn', 'h5coml.vivo.com.cn'];
|
||||||
naiveStandardVersionDetection = true;
|
naiveStandardVersionDetection = true;
|
||||||
canSearch = true;
|
canSearch = true;
|
||||||
|
allowOverride = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
@override
|
@override
|
||||||
|
Reference in New Issue
Block a user