diff --git a/MOBILE.md b/MOBILE.md index 8fe14ce..b336573 100644 --- a/MOBILE.md +++ b/MOBILE.md @@ -3,6 +3,7 @@

Android OnlyiOS OnlyOpen-source OnlyRecommended Only

+

PC versionWindows OnlymacOS OnlyLinux Only

| Icon | Meaning | Icon | Meaning | |------|----------------------|------|----------------------| diff --git a/README.md b/README.md index d6b35eb..f427b53 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,8 @@ Logo

-

Windows OnlymacOS OnlyLinux OnlyOpen-source OnlyRecommended Only

+

Windows OnlymacOS OnlyLinux OnlyOpen-source OnlyRecommended Only

+

Mobile versionAndroid OnlyiOS Only

| Icon | Meaning | Icon | Meaning | |------|----------------------|------|----------------------| diff --git a/index.js b/index.js index 097b784..51bc311 100644 --- a/index.js +++ b/index.js @@ -28,7 +28,7 @@ function create(file, fileName, emoji) { result.push(lines[i]); } - fs.writeFileSync(`${outputDir}/${fileName}.md`, result.join('\n').replaceAll('./filter/', '').replaceAll('src="./', 'src="../')); + fs.writeFileSync(`${outputDir}/${fileName}.md`, result.join('\n').replaceAll('./filter/', '').replaceAll('href="./', 'href="../').replaceAll('src="./', 'src="../')); console.log(`${fileName} time: \x1b[32m${Date.now() - startTime}ms\x1b[0m`); }