\documentclass{fdussthesis}
\fdusetup{
  style/font-size = 5,
  info = {
    title = {论文标题},
    title* = {Thesis Title},
    author = {你的名字},
    supervisor = {某某某\quad 教授},
    major = {物理学},
    degree = academic,
    department = {物理系},
    student-id = {12300000000},
    keywords = {不确定关系, 量子力学, 理论物理},
    keywords* = {Uncertainty principle, quantum mechanics, theoretical physics}
  }
}
\begin{document}
\tableofcontents
\begin{abstract}
  Abstract
\end{abstract}
\mainmatter
<Main body of your thesis>
\backmatter
\end{document}