mirror of
https://github.com/venera-app/venera-configs.git
synced 2025-09-27 16:37:23 +00:00
[copy_manga] Swap text for copy region options to correct order
This commit is contained in:
@@ -818,11 +818,11 @@ class CopyManga extends ComicSource {
|
|||||||
options: [
|
options: [
|
||||||
{
|
{
|
||||||
value: "0",
|
value: "0",
|
||||||
text: '大陆线路'
|
text: '海外线路(丢失登陆状态)'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
value: "1",
|
value: "1",
|
||||||
text: '海外线路(丢失登陆状态)'
|
text: '大陆线路'
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
default: CopyManga.defaultCopyRegion,
|
default: CopyManga.defaultCopyRegion,
|
||||||
|
Reference in New Issue
Block a user