mirror of
https://github.com/venera-app/venera-configs.git
synced 2025-09-27 00:27: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: [
|
||||
{
|
||||
value: "0",
|
||||
text: '大陆线路'
|
||||
text: '海外线路(丢失登陆状态)'
|
||||
},
|
||||
{
|
||||
value: "1",
|
||||
text: '海外线路(丢失登陆状态)'
|
||||
text: '大陆线路'
|
||||
},
|
||||
],
|
||||
default: CopyManga.defaultCopyRegion,
|
||||
|
Reference in New Issue
Block a user