% ref https://zhuanlan.zhihu.com/p/145429470
\AddToHook{package/xeCJK/after}{\defaultCJKfontfeatures{}}
\documentclass{cnuthesis}
\begin{document}
% title page
\cnuthesistitle
\newpage
\mbox{}
\newpage
% Declaration page
\cnuoriginality
\newpage
\mbox{}
\newpage
% Abstract
\cnuabstract
\newpage
\thispagestyle{empty}
% Contents
\begin{center}
\tableofcontents
\end{center}
\thispagestyle{empty}
\newpage
\mbox{}
\newpage
% start counter pages
\pagenumbering{arabic}
\setcounter{page}{1}
% Head for all even pages
\pagestyle{fancy}
\fancyhead{}
\fancyfoot{}
\fancyhead[CE,CE]{\songti\zihao{5} Do you love flower?}
\fancyfoot[C]{\thepage}
\renewcommand{\headrulewidth}{0.4pt}
\setcounter{chapter}{0}
%%% ------------------------------------------------------------------------------------------- MAIN CONTENT ^-^ ----------------------------------------------------------------------------------------------------------------------------------------------------------------------
% Head of chapter for odd pages
\fancyhead[CO,CO]{\zihao{5} 第~1 章\quad 引言}
\chapter{引言}
\renewcommand{\theequation}{\arabic{chapter}.\arabic{equation}} % rewrite the type of chapter
\section{研究背景}
请大声歌唱数学学院院歌:
\begin{theorem}
黄风岭,八百里,曾是关外富饶地,一朝鼠患凭空起,乌烟瘴气渺人迹,曼波 : |
无父无君无法纪,为非作歹有天庇,幸得大圣借佛力,邪风一时偃旌旗,Duang\~{}
哪知不测奇祸起旦夕,那黄毛孽畜再回籍,哦!
凶犯不死好得意,福星横尸却成谜,噔!噔!噔!噔!噔!掖\~{} 噔!噔!噔!噔!掖\~{}噔!噔!噔! \hspace{1cm}噔!掖\~{}\~{}
\end{theorem}
\begin{proof}
通过美国TGA投票反证易知,以上成立。其他细节留给读者做为练习 可参考 \cite{Blackmyth} 以及 \cite{manbo}, BV1ef421i7mm.
\end{proof}
\zhlipsum[3]
\zhlipsum[8]
\zhlipsum[8]
\zhlipsum[3]
\bibliographystyle{plain} % Choose a bibliography style
\bibliography{ref} % Name of your .bib file
\end{document}