alg -- Algorithm (currently support crc16 and crc32, which crc16 is default) rep -- Represent (the generated link could be presented in hex or dec value)
算法设置
1 2 3 4
# abbrlink config abbrlink: alg: crc32 #support crc16(default) and crc32 rep: hex #support dec(default) and hex
可选模式:
crc16 & hex
crc16 & dec
crc32 & hex
crc32 & dec
配置完成后
1 2 3 4
permalink: posts/:abbrlink/ abbrlink: alg: crc32 # 算法:crc16(default) and crc32 rep: hex # 进制:dec(default) and hex