% 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}
什么时候走火?
只是寂寞。
什么时候入了魔?
假装快乐太多,太多。
他人不由我,
枉费执着。
夜半流了泪,
独自看花落。
谤我,从未辩驳;
欺我,宁愿沉默;
辱我,我可以躲;
别笑我,笑我;
轻我,何必言说;
贱我,一笑而过;
恶我,我把心锁;
来骗我,骗我。
我没错,
因果参不破,
已然蹉跎,
断了道与佛,
从头活一活。
谤我,从未辩驳;
欺我,宁愿沉默;
辱我,我可以躲;
别笑我,笑我;
轻我,何必言说;
贱我,一笑而过;
恶我,我把心锁;
来骗我,骗我。
我没错。
\end{theorem}
\begin{proof}
通过美国TGA投票反证易知,以上成立。其他细节留给读者做为练习 \cite{Blackmyth}。
\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}