diff --git a/MOBILE.md b/MOBILE.md index 8fe14ce..b336573 100644 --- a/MOBILE.md +++ b/MOBILE.md @@ -3,6 +3,7 @@
Android Only — iOS Only — Open-source Only — Recommended Only
+PC version — Windows Only — macOS Only — Linux 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 @@
-Windows Only — macOS Only — Linux Only — Open-source Only — Recommended Only
+Windows Only — macOS Only — Linux Only — Open-source Only — Recommended 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`); }