Ziheng Lv

Results 2 issues of Ziheng Lv

root = pptree.Node("0") n1 = pptree.Node("1", root) n2 = pptree.Node("2", root) n3 = pptree.Node("3", root) should be print as: 0 ┌────┴─────┬ 1 2 3 not be: 0 ┌────┴─────┬ 1 3...

Added Chinese search support for Chinese players. For example, "宝可梦" can be searched through "BKM",the first letter of each Chinese pinyin in the word. 为中国玩家添加中文搜索支持。比如“宝可梦” 可以通过“BKM”搜索。即单词中每个汉字拼音的首字母