[copy_manga] Swap text for copy region options to correct order

This commit is contained in:
2025-06-04 22:09:58 +08:00
parent 4d7cdf95ac
commit a5bacbea48

View File

@@ -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,