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
set smoothscroll | |
map a K | |
map q J | |
map h createHoverHint | |
let mapleader = "\<Space>" | |
map <Leader>r reloadTabUncached | |
let blacklists = ["https://cracking-the-cryptic.web.app/*"] |
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
<scheme name="One Light" version="142" parent_scheme="Default"> | |
<option name="LINE_SPACING" value="1.0" /> | |
<option name="EDITOR_FONT_SIZE" value="15" /> | |
<option name="CONSOLE_FONT_NAME" value="DejaVu Sans Mono" /> | |
<option name="EDITOR_FONT_NAME" value="Fira Mono" /> | |
<colors> | |
<option name="CARET_ROW_COLOR" value="e6e6ed" /> | |
<option name="CONSOLE_BACKGROUND_KEY" value="f8f8ff" /> | |
<option name="GUTTER_BACKGROUND" value="f8f8ff" /> | |
<option name="INDENT_GUIDE" value="bfbfbf" /> |
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
# -*- coding: utf-8 -*- | |
"""网易云自动签到""" | |
import requests | |
__author__ = 'abrasumente' |
NewerOlder