In-text citation formatting is defined by your CSL between <citation></citation>
tags. The sorting of your citations is defined between the <sort></sort>
tags. The CSL you are using sorts by author and then by descending date issued - (Author 2001, 2000):
<citation ...>
<sort>
<key macro="author"/>
<key macro="issued" sort="descending"/>
</sort>
...
</citation>
To sort by author and then by ascending date issued - (Author 2000, 2001):
<citation ...>
<sort>
<key macro="author"/>
<key macro="issued" sort="ascending"/>
</sort>
...
</citation>
To not sort the citations, just remove everything between the <sort></sort>
tags.
<citation ...>
<sort>
</sort>
...
</citation>
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…