初始提交

This commit is contained in:
2026-01-04 11:09:06 +08:00
commit 8fa31df250
1326 changed files with 213907 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
'use strict';
var START_BIN = '1010';
var END_BIN = '11101';
var BINARIES = ['00110', '10001', '01001', '11000', '00101', '10100', '01100', '00011', '10010', '01010'];
export default {
START_BIN,
END_BIN,
BINARIES
}