mirror of
https://github.com/fmhy/edit.git
synced 2026-01-18 01:41:52 +11:00
Add Unsafe Site list to the main wiki
This commit adds the unsafe site list to the wiki, then edits the headers so that they appear in fmhy.pages.dev if a pull request is made
This commit is contained in:
parent
1f39d3405b
commit
f67442f41a
2 changed files with 112 additions and 1 deletions
3
.github/add-headers.py
vendored
3
.github/add-headers.py
vendored
|
|
@ -20,7 +20,8 @@ headersData = {
|
|||
"TorrentPiracyGuide.md": [":cyclone:", "70", "# Torrenting", "Torrent Clients, Torrent Sites, Trackers"],
|
||||
"VideoPiracyGuide.md": [":tv:", "120", "# Movies / TV / Anime", "Stream Videos, Download Videos, Torrent Videos"],
|
||||
"base64.md": [":key:", "20", "", ""],
|
||||
"img-tools.md": [":camera:", "55", "# Image Tools", ""]
|
||||
"img-tools.md": [":camera:", "55", "# Image Tools", ""],
|
||||
"UnsafeSites.md": [":warning:", "21", "# Unsafe Sites / Software list", ""]
|
||||
}
|
||||
|
||||
def getHeaderForPage(pageFilename):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue