We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a34dcf commit 17b5cdaCopy full SHA for 17b5cda
src/routes/guides/upgrade/index.tsx
@@ -123,9 +123,12 @@ export default function Upgrade() {
123
if (isUrlAbsolute(novelUrl)) {
124
novelUrl = oldNovel.novelUrl.replace(plugin.site, "");
125
}
126
- if (plugin.id === "boxnovel") {
+ if (plugin.id === "boxnovel" || plugin.id === "1stkissnovel") {
127
novelUrl = "novel/" + novelUrl + "/";
128
129
+ if (plugin.id === "royalroad") {
130
+ novelUrl = "fiction/" + novelUrl + "/";
131
+ }
132
migratedNovels.push({
133
id: oldNovel.novelId,
134
path: novelUrl.replace("//", "/"),
0 commit comments