sticky background color

This commit is contained in:
xiaomlove
2021-06-05 15:50:23 +08:00
parent 34a6c2e1f4
commit 2ce9f5105f
13 changed files with 68 additions and 37 deletions

View File

@@ -137,7 +137,9 @@ function dict_get($d, $k, $t) {
return $v["value"];
}
list($ann, $info) = dict_check($dict, "announce(string):info");
//list($ann, $info) = dict_check($dict, "announce(string):info");
//@see https://blog.rhilip.info/archives/1036/
list($info) = dict_check($dict, "info");
list($dname, $plen, $pieces) = dict_check($info, "name(string):piece length(integer):pieces(string)");
/*