通常のデフォルト値はこうなっているので順番を入れ替えてuser.jsを保存後新しく開いた板はこの順番で開かれます
```
"interface": {
"board.header_columns": [
{ type: "an", width: "30px" },
{ type: "thumb", width: "70px" },
{ type: "title", width: "1fr", flex: true },
{ type: "star", width: "20px" },
{ type: "pubdate", width: "60px" },
{ type: "slipflag", width: "20px" },
{ type: "publisher", width: "60px" },
{ type: "padding", width: "20px", nosort: true },
{ type: "postdate", width: "60px" },
{ type: "posted", width: "40px" },
{ type: "lastres", width: "60px" },
{ type: "speed", width: "50px" },
{ type: "delta", width: "50px" },
{ type: "resnum", width: "60px" },
{ type: "incres", width: "20px" },
{ type: "unread", width: "30px" }
]
}
```

順番以外の内容を変更したり消すとおかしくなるので自信が無ければやらないほうがいいです