📄 byurl.cf
字号:
## byurl.cf - URL naming conventions that yield type recognition## Format: <Type> <Regular Expression for filename match>## All regular expressions are in POSIX extended form and must have# a ^ first and a $ last. The types are evaluated in the order # specified. All regular expressions are CASE SENSITIVE.## These types must always be evaluated first#HomeHTML ^http:.*/$HomeHTML ^http:.*[hH]ome\.html$HomeHTML ^http:.*[hH]ome[pP]age\.html$HomeHTML ^http:.*[wW]elcome\.html$HomeHTML ^http:.*/index\.html$Unknown ^.*$
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -