\documentclass[a4paper,12pt]{report}
\usepackage{hyperref} % PDF links
\usepackage{titlesec}
\usepackage{tocloft}
\usepackage{subfigure}
\usepackage[extrafootnotefeatures,Kashida]{xepersian}
\SepMark{-}
\defpersianfont\nastaliq[Scale=1.1]{XB Zar}
\settextfont[Scale=1.1]{XB Zar}%Zar}
\setdigitfont{Yas}%Times New Roman}
\setlatintextfont{Times New Roman}
\flushbottom
 \makeatletter
 \newcommand*{\@thechapapp}{\@tartibi\c@chapter}
 \bidi@appto\appendix{\gdef\@thechapapp{\@harfi\c@chapter}}
 
 % ترتیبی کردن شماره فصل‌ها در فهرست مطالب در صورت استفاده از بسته hyperref
 \bidi@patchcmd{\Hy@org@chapter}{%
 	\addcontentsline{toc}{chapter}%
 	{\protect\numberline{\thechapter}#1}%
 }{%
 	\addcontentsline{toc}{chapter}%
 	{\protect\numberline{\@chapapp~\@thechapapp:}#1}%
 }{\typeout{We succeded in redefining \string\@chapter}}
 {\typeout{We failed in redefining \string\@chapter}}
 \makeatletter
 
 \def\@seccntformat#1{\csname the#1\endcsname\@SepMark\quad}
 % اضافه کردن خط تیره بعد از شماره‌ها در فهرست مطالب
 \renewcommand{\cftsecaftersnum}{\@SepMark}%
 \renewcommand{\cftsubsecaftersnum}{\@SepMark}%
 \renewcommand{\cftsubsubsecaftersnum}{\@SepMark}%
 \makeatother
 
 % زیاد کردن عمق شماره‌گذاری‌ها در متن و فهرست مطالب
 \setcounter{secnumdepth}{4}
 \setcounter{tocdepth}{4}
 % زیاد کردن فاصله بین شماره‌ها و عنوان‌ها در فهرست مطالب
 \setlength\cftchapnumwidth{4.5em}
 \setlength\cftsecnumwidth{3em}
 \setlength\cftsubsecnumwidth{4em}
 \setlength\cftsubsubsecnumwidth{5em}
 % زیاد کردن تورفتگی شماره‌ها و عنوان‌ها در فهرست مطالب
 \setlength\cftsecindent{4.5em}
 \setlength\cftsubsecindent{7.5em}
 \setlength\cftsubsubsecindent{12em}
 
 
 \titleformat{\chapter}[display]
 {\vspace{-3cm}\vfill\filcenter}
 {{%
 		\vspace{-3cm}\filcenter\fontsize{36pt}{36pt}\selectfont{\chaptername}
 		\fontsize{36pt}{36pt}\selectfont\thechapter%
 	}%
 }
 {50pt}
 {\fontsize{36pt}{36pt}\selectfont%
 }[\vfill\clearpage]
 \titlespacing*{\chapter}{0pt}{0pt}{0pt}
 


\begin{document}

\tableofcontents

\chapter{چارچوب کلی}
\section{بخش2}
\section{بخش3}
\chapter{پراکندگی}
\section{دامنه}
\section{بخش1}
\chapter{پتانسیل}
\section{بخش3}
\section{بخش2}
\chapter{دامنه‌های پراکندگی برهم‌کنش‌های گرانشی مختلف}
\section{بخش 4}
\section{بخش 5}
	
	
\end{document}	
	