This commit is contained in:
Acid Chicken (硫酸鶏) 2020-07-24 23:50:48 +00:00 committed by GitHub
parent ccf4b50843
commit 0ff9e5a364

View file

@ -55,6 +55,7 @@ export default Vue.extend({
.map(x => '0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz#$%*+,-.:;=?@[]^_{|}~'.indexOf(x))
.reduce((a, c) => a * 83 + c, 0)
.toString(16)
.padStart(6, '0')
: undefined;
},
onClick(e) {