\documentclass[a4paper,12pt]{report}
% در ورژن جدید زی‌پرشین برای تایپ متن‌های ریاضی، این سه بسته، حتماً باید فراخوانی شود
\usepackage{amsthm,amssymb,amsmath}

\usepackage{natbib}
\usepackage[colorlinks,linkcolor=blue,citecolor=magenta]{hyperref}
% بسته‌ای برای تنطیم حاشیه‌های بالا، پایین، چپ و راست صفحه
\usepackage[top=35mm, bottom=30mm, left=25mm, right=35mm]{geometry}
% بسته‌‌ای برای ظاهر شدن شکل‌ها و تصاویر متن

\usepackage{tocbibind}
\usepackage{graphicx}
\usepackage{xepersian}
\settextfont[Scale=1.2]{B Lotus}
% از revision 118 زی‌پرشین به بعد، وارد کردن دستور زیر لازم نیست. توجه داشته باشید که در صورت  غیرفعال کردن این دستور،
% از فونت پیش‌فرض لاتک برای کلمات انگلیسی استفاده خواهد شد.
\setlatintextfont[ExternalLocation,BoldFont={lmroman10-bold},BoldItalicFont={lmroman10-bolditalic},ItalicFont={lmroman10-italic}]{lmroman10-regular}
%\settextfont[Scale=1.2]{B Nazanin}
%\setlatintextfont[Scale=1]{Times New Roman}
\renewcommand{\baselinestretch}{1.4}
\defpersianfont\LotusBold[Scale=1]{Titr}
\SepMark{-}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%55
\usepackage{titlesec}

\makeatletter
\renewcommand*\l@chapter[2]{%
  \ifnum \c@tocdepth >\m@ne
    \addpenalty{-\@highpenalty}%
    \vskip 1.0em \@plus\p@
    \setlength\@tempdima{1.5em}%
    \begingroup
      \parindent \z@ \if@RTL\leftskip\else\rightskip\fi \@pnumwidth
      \parfillskip -\@pnumwidth
      \leavevmode \bfseries
      \advance\if@RTL\rightskip\else\leftskip\fi\@tempdima
      \hskip -\if@RTL\rightskip\else\leftskip\fi
      #1\nobreak\leaders\hbox{$\m@th
        \mkern \@dotsep mu\hbox{.}\mkern \@dotsep
        mu$}\hfill \nobreak\hb@xt@\@pnumwidth{\hss #2}\par
      \penalty\@highpenalty
    \endgroup
  \fi}
  

    
    \renewcommand{\@starttoc}[1]{%
  \hboxR to \textwidth{عنوان \hfill صفحه} 
  \begingroup
    \makeatletter
    \@input{\jobname.#1}%
    \if@filesw
      \expandafter\newwrite\csname tf@#1\endcsname
      \immediate\openout \csname tf@#1\endcsname \jobname.#1\relax
    \fi
    \@nobreakfalse
  \endgroup}
  
\makeatother

\titleformat{\chapter}[display]
 {\normalfont\huge\bfseries}{\chaptertitlename\ \thechapter}{18pt}{\Huge} 
  \titlespacing{\chapter}{5pc}{3cm}{1cm}[5pc]

%%%%%%%%%%%%%%%%%%%%%%%555555
\renewcommand{\bibname}{\rl{مراجع}}
\renewcommand{\proofname}{\textbf{اثبات}}
\newcommand\rif[1]{(\ref{#1})}

\begin{document}

\tableofcontents

\chapter{فصل اول}

این مرجع \cite{1} است. این هم مرجع \cite{2} .

\chapter{فصل دوم}

این مرجع \cite{3} است.

\singlespacing
\bibliographystyle{acm-fa}%{acm-fa}%{latex8}%{IEEEtrans}
\bibliography{references}
\end{document}