generated from alshedivat/al-folio
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5d84731
commit d3dd250
Showing
21 changed files
with
14,303 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,3 +12,8 @@ vendor | |
.idea | ||
*.lock* | ||
*.bak | ||
*.mp3 | ||
*.m4a | ||
*.log | ||
*.LOG | ||
*.404 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
// L.control.attribution.addAttribution('GDIT') | ||
window.addEventListener('load', attrGDIT) | ||
function attrGDIT(){ | ||
var attrDiv=document.getElementsByClassName( 'leaflet-control-attribution' )[0]; | ||
// if(attrDiv){ | ||
var gdit= document.createElement('a'); | ||
// gdit.innerHTML=' | <a href="gdit.com">GDIT</a>' ; | ||
gdit.text=' | Xiaowei' | ||
gdit.href='https://dawnsong.github.io/' | ||
attrDiv.appendChild(gdit); | ||
// } | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
20240917 | ||
Except images folder, all other files are generated with: | ||
npm install aplayer --save |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
[chrome] | ||
driverPath=d:\debug\ChromeDriver\chromedriver.exe | ||
chromePath=d:\debug\chrome-win64\chrome.exe #"C:\Program Files\Google\Chrome\Application\chrome.exe" | ||
[[bool]] | ||
remote-debugging-pipe=1 | ||
disable-gpu=1 | ||
[[keyValues]] | ||
log-level=3 | ||
[[arguments]] | ||
user-data-dir=d:\debug\chromedriver\xChromeData | ||
carsh-dumps-dir=d:\debug\chromedriver\xChromeCrashDump | ||
chromium-arg='--log-level=3,--no-first-run,--no-service-autorun,--lang=en-US,--disable-features="OptimizationHintsFetching,Translate,OptimizationTargetPrediction,DownloadBubble,DownloadBubbleV2", --disable-dev-shm-usage,--disable-application-cache,--disable-browser-side-navigation,--disable-save-password-bubble,--disable-single-click-autofill,--allow-file-access-from-files,--disable-prompt-on-repost,--dns-prefetch-disable,--disable-translate ,--disable-renderer-backgrounding,--disable-backgrounding-occluded-windows,--ash-no-nudges,--deny-permission-prompts,--disable-popup-blocking,--remote-debugging-host=127.0.0.1,--remote-debugging-port=9222,--no-default-browser-check,--password-store=basic,--flag-switches-begin,--flag-switches-end' | ||
# proxy-server = 'http://50.223.246.226:80' | ||
# proxy-server='sock5:' # 'https://13.56.163.250:3128' | ||
# user-agent='XW Friendly bot 20240104' ; user-agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
[chrome] | ||
driverPath=d:\debug\chromedriver\chromedriver.exe | ||
chromePath=d:\debug\chrome-win64\chrome.exe | ||
[[bool]] | ||
remote-debugging-pipe=1 | ||
disable-gpu=1 | ||
[[keyValues]] | ||
log-level=3 | ||
[[arguments]] | ||
user-data-dir=d:\debug\chromedriver\xChromeData2 | ||
carsh-dumps-dir=d:\debug\chromedriver\xChromeCrashDump2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
[default] | ||
#5 minutes | ||
Timeout=30 | ||
Overwrite=0 | ||
Maxsleep=20 |
Oops, something went wrong.