inbounds.html 72 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. {{template "head" .}}
  4. <style>
  5. .ant-table:not(.ant-table-expanded-row .ant-table) {
  6. outline: 1px solid #f0f0f0;
  7. outline-offset: -1px;
  8. border-radius: 1rem;
  9. overflow-x: hidden;
  10. }
  11. .dark .ant-table:not(.ant-table-expanded-row .ant-table) {
  12. outline-color: var(--dark-color-table-ring);
  13. }
  14. .ant-table .ant-table-content .ant-table-scroll .ant-table-body {
  15. overflow-y: hidden;
  16. }
  17. .ant-table .ant-table-content .ant-table-tbody tr:last-child .ant-table-wrapper {
  18. margin:-10px 22px !important;
  19. }
  20. .ant-table .ant-table-content .ant-table-tbody tr:last-child .ant-table-wrapper .ant-table {
  21. border-bottom-left-radius: 1rem;
  22. border-bottom-right-radius: 1rem;
  23. }
  24. .ant-table .ant-table-content .ant-table-tbody tr:last-child tr:last-child td {
  25. border-bottom-color: transparent;
  26. }
  27. .ant-table .ant-table-tbody tr:last-child.ant-table-expanded-row .ant-table-wrapper .ant-table-tbody>tr:last-child>td:first-child {
  28. border-bottom-left-radius: 6px;
  29. }
  30. .ant-table .ant-table-tbody tr:last-child.ant-table-expanded-row .ant-table-wrapper .ant-table-tbody>tr:last-child>td:last-child {
  31. border-bottom-right-radius: 6px;
  32. }
  33. @media (min-width: 769px) {
  34. .ant-layout-content {
  35. margin: 24px 16px;
  36. }
  37. }
  38. @media (max-width: 768px) {
  39. .ant-card-body {
  40. padding: .5rem;
  41. }
  42. .ant-table .ant-table-content .ant-table-tbody tr:last-child .ant-table-wrapper {
  43. margin:-10px 2px !important;
  44. }
  45. }
  46. .ant-col-sm-24 {
  47. margin: 0.5rem -2rem 0.5rem 2rem;
  48. }
  49. tr.hideExpandIcon .ant-table-row-expand-icon {
  50. display: none;
  51. }
  52. .infinite-tag {
  53. padding: 0 5px;
  54. border-radius: 2rem;
  55. min-width: 50px;
  56. min-height: 22px;
  57. }
  58. .infinite-bar .ant-progress-inner .ant-progress-bg {
  59. background-color: #F2EAF1;
  60. border: #D5BED2 solid 1px;
  61. }
  62. .dark .infinite-bar .ant-progress-inner .ant-progress-bg {
  63. background-color: #7a316f !important;
  64. border: #7a316f solid 1px;
  65. }
  66. .ant-collapse {
  67. margin: 5px 0;
  68. }
  69. .info-large-tag {
  70. max-width: 200px;
  71. overflow: hidden;
  72. }
  73. .online-animation .ant-badge-status-dot {
  74. animation: onlineAnimation 1.2s linear infinite;
  75. }
  76. @keyframes onlineAnimation {
  77. 0%,
  78. 50%,
  79. 100% {
  80. transform: scale(1);
  81. opacity: 1;
  82. }
  83. 10% {
  84. transform: scale(1.5);
  85. opacity: .2;
  86. }
  87. }
  88. .tr-table-box {
  89. display: flex;
  90. gap: 4px;
  91. justify-content: center;
  92. align-items: center;
  93. }
  94. .tr-table-rt {
  95. flex-basis: 70px;
  96. min-width: 70px;
  97. text-align: end;
  98. }
  99. .tr-table-lt {
  100. flex-basis: 70px;
  101. min-width: 70px;
  102. text-align: start;
  103. }
  104. .tr-table-bar {
  105. flex-basis: 160px;
  106. min-width: 60px;
  107. }
  108. .tr-infinity-ch {
  109. font-size: 14pt;
  110. max-height: 24px;
  111. display: inline-flex;
  112. align-items: center;
  113. }
  114. .ant-table-expanded-row .ant-table .ant-table-body {
  115. overflow-x: hidden;
  116. }
  117. .ant-table-expanded-row .ant-table-tbody>tr>td {
  118. padding: 10px 2px;
  119. }
  120. .ant-table-expanded-row .ant-table-thead>tr>th {
  121. padding: 12px 2px;
  122. }
  123. </style>
  124. <body>
  125. <a-layout id="app" v-cloak :class="themeSwitcher.currentTheme">
  126. {{ template "commonSider" . }}
  127. <a-layout id="content-layout">
  128. <a-layout-content>
  129. <a-spin :spinning="spinning" :delay="500" tip='{{ i18n "loading"}}'>
  130. <transition name="list" appear>
  131. <a-alert type="error" v-if="showAlert" style="margin-bottom: 10px"
  132. message='{{ i18n "secAlertTitle" }}'
  133. color="red"
  134. description='{{ i18n "secAlertSsl" }}'
  135. show-icon closable>
  136. </a-alert>
  137. </transition>
  138. <transition name="list" appear>
  139. <a-card hoverable>
  140. <a-row>
  141. <a-col :xs="24" :sm="24" :lg="12">
  142. {{ i18n "pages.inbounds.totalDownUp" }}:
  143. <a-tag color="green">[[ sizeFormat(total.up) ]] / [[ sizeFormat(total.down) ]]</a-tag>
  144. </a-col>
  145. <a-col :xs="24" :sm="24" :lg="12">
  146. {{ i18n "pages.inbounds.totalUsage" }}:
  147. <a-tag color="green">[[ sizeFormat(total.up + total.down) ]]</a-tag>
  148. </a-col>
  149. <a-col :xs="24" :sm="24" :lg="12">
  150. {{ i18n "pages.inbounds.inboundCount" }}:
  151. <a-tag color="green">[[ dbInbounds.length ]]</a-tag>
  152. </a-col>
  153. <a-col :xs="24" :sm="24" :lg="12">
  154. <template>
  155. <div>
  156. <a-back-top :target="() => document.getElementById('content-layout')" visibility-height="200"></a-back-top>
  157. {{ i18n "clients" }}:
  158. <a-tag color="green">[[ total.clients ]]</a-tag>
  159. <a-popover title='{{ i18n "disabled" }}' :overlay-class-name="themeSwitcher.currentTheme">
  160. <template slot="content">
  161. <p v-for="clientEmail in total.deactive">[[ clientEmail ]]</p>
  162. </template>
  163. <a-tag v-if="total.deactive.length">[[ total.deactive.length ]]</a-tag>
  164. </a-popover>
  165. <a-popover title='{{ i18n "depleted" }}' :overlay-class-name="themeSwitcher.currentTheme">
  166. <template slot="content">
  167. <p v-for="clientEmail in total.depleted">[[ clientEmail ]]</p>
  168. </template>
  169. <a-tag color="red" v-if="total.depleted.length">[[ total.depleted.length ]]</a-tag>
  170. </a-popover>
  171. <a-popover title='{{ i18n "depletingSoon" }}' :overlay-class-name="themeSwitcher.currentTheme">
  172. <template slot="content">
  173. <p v-for="clientEmail in total.expiring">[[ clientEmail ]]</p>
  174. </template>
  175. <a-tag color="orange" v-if="total.expiring.length">[[ total.expiring.length ]]</a-tag>
  176. </a-popover>
  177. <a-popover title='{{ i18n "online" }}' :overlay-class-name="themeSwitcher.currentTheme">
  178. <template slot="content">
  179. <p v-for="clientEmail in onlineClients">[[ clientEmail ]]</p>
  180. </template>
  181. <a-tag color="blue" v-if="onlineClients.length">[[ onlineClients.length ]]</a-tag>
  182. </a-popover>
  183. </div>
  184. </template>
  185. </a-col>
  186. </a-row>
  187. </a-card>
  188. </transition>
  189. <transition name="list" appear>
  190. <a-card hoverable>
  191. <div slot="title">
  192. <a-row>
  193. <a-col :xs="12" :sm="12" :lg="12">
  194. <a-button type="primary" icon="plus" @click="openAddInbound">
  195. <template v-if="!isMobile">{{ i18n "pages.inbounds.addInbound" }}</template>
  196. </a-button>
  197. <a-dropdown :trigger="['click']">
  198. <a-button type="primary" icon="menu">
  199. <template v-if="!isMobile">{{ i18n "pages.inbounds.generalActions" }}</template>
  200. </a-button>
  201. <a-menu slot="overlay" @click="a => generalActions(a)" :theme="themeSwitcher.currentTheme">
  202. <a-menu-item key="import">
  203. <a-icon type="import"></a-icon>
  204. {{ i18n "pages.inbounds.importInbound" }}
  205. </a-menu-item>
  206. <a-menu-item key="export">
  207. <a-icon type="export"></a-icon>
  208. {{ i18n "pages.inbounds.export" }}
  209. </a-menu-item>
  210. <a-menu-item key="subs" v-if="subSettings.enable">
  211. <a-icon type="export"></a-icon>
  212. {{ i18n "pages.inbounds.export" }} - {{ i18n "pages.settings.subSettings" }}
  213. </a-menu-item>
  214. <a-menu-item key="resetInbounds">
  215. <a-icon type="reload"></a-icon>
  216. {{ i18n "pages.inbounds.resetAllTraffic" }}
  217. </a-menu-item>
  218. <a-menu-item key="resetClients">
  219. <a-icon type="file-done"></a-icon>
  220. {{ i18n "pages.inbounds.resetAllClientTraffics" }}
  221. </a-menu-item>
  222. <a-menu-item key="delDepletedClients" style="color: #FF4D4F;">
  223. <a-icon type="rest"></a-icon>
  224. {{ i18n "pages.inbounds.delDepletedClients" }}
  225. </a-menu-item>
  226. </a-menu>
  227. </a-dropdown>
  228. </a-col>
  229. <a-col :xs="12" :sm="12" :lg="12" style="text-align: right;">
  230. <a-select v-model="refreshInterval"
  231. style="width: 65px;"
  232. v-if="isRefreshEnabled"
  233. @change="changeRefreshInterval"
  234. :dropdown-class-name="themeSwitcher.currentTheme">
  235. <a-select-option v-for="key in [5,10,30,60]" :value="key*1000">[[ key ]]s</a-select-option>
  236. </a-select>
  237. <a-icon type="sync" :spin="refreshing" @click="manualRefresh" style="margin: 0 5px;"></a-icon>
  238. <a-switch v-model="isRefreshEnabled" @change="toggleRefresh"></a-switch>
  239. </a-col>
  240. </a-row>
  241. </div>
  242. <div :style="isMobile ? '' : 'display: flex; align-items: center; justify-content: flex-start;'">
  243. <a-switch v-model="enableFilter"
  244. :style="isMobile ? 'margin-bottom: .5rem; display: flex;' : 'margin-right: .5rem;'"
  245. @change="toggleFilter">
  246. <a-icon slot="checkedChildren" type="search"></a-icon>
  247. <a-icon slot="unCheckedChildren" type="filter"></a-icon>
  248. </a-switch>
  249. <a-input v-if="!enableFilter" v-model.lazy="searchKey" placeholder='{{ i18n "search" }}' autofocus style="max-width: 300px" :size="isMobile ? 'small' : ''"></a-input>
  250. <a-radio-group v-if="enableFilter" v-model="filterBy" @change="filterInbounds" button-style="solid" :size="isMobile ? 'small' : ''">
  251. <a-radio-button value="">{{ i18n "none" }}</a-radio-button>
  252. <a-radio-button value="deactive">{{ i18n "disabled" }}</a-radio-button>
  253. <a-radio-button value="depleted">{{ i18n "depleted" }}</a-radio-button>
  254. <a-radio-button value="expiring">{{ i18n "depletingSoon" }}</a-radio-button>
  255. <a-radio-button value="online">{{ i18n "online" }}</a-radio-button>
  256. </a-radio-group>
  257. </div>
  258. <a-back-top></a-back-top>
  259. <a-table :columns="isMobile ? mobileColumns : columns" :row-key="dbInbound => dbInbound.id"
  260. :data-source="searchedInbounds"
  261. :scroll="isMobile ? {} : { x: 1000 }"
  262. :pagination=pagination(searchedInbounds)
  263. :expand-icon-as-cell="false"
  264. :expand-row-by-click="false"
  265. :expand-icon-column-index="0"
  266. :indent-size="0"
  267. :row-class-name="dbInbound => (dbInbound.isMultiUser() ? '' : 'hideExpandIcon')"
  268. style="margin-top: 10px">
  269. <template slot="action" slot-scope="text, dbInbound">
  270. <a-dropdown :trigger="['click']">
  271. <a-icon @click="e => e.preventDefault()" type="more" style="font-size: 20px; text-decoration: solid;"></a-icon>
  272. <a-menu slot="overlay" @click="a => clickAction(a, dbInbound)" :theme="themeSwitcher.currentTheme">
  273. <a-menu-item key="edit">
  274. <a-icon type="edit"></a-icon>
  275. {{ i18n "edit" }}
  276. </a-menu-item>
  277. <a-menu-item key="qrcode" v-if="(dbInbound.isSS && !dbInbound.toInbound().isSSMultiUser) || dbInbound.isWireguard">
  278. <a-icon type="qrcode"></a-icon>
  279. {{ i18n "qrCode" }}
  280. </a-menu-item>
  281. <template v-if="dbInbound.isMultiUser()">
  282. <a-menu-item key="addClient">
  283. <a-icon type="user-add"></a-icon>
  284. {{ i18n "pages.client.add"}}
  285. </a-menu-item>
  286. <a-menu-item key="addBulkClient">
  287. <a-icon type="usergroup-add"></a-icon>
  288. {{ i18n "pages.client.bulk"}}
  289. </a-menu-item>
  290. <a-menu-item key="resetClients">
  291. <a-icon type="file-done"></a-icon>
  292. {{ i18n "pages.inbounds.resetInboundClientTraffics"}}
  293. </a-menu-item>
  294. <a-menu-item key="export">
  295. <a-icon type="export"></a-icon>
  296. {{ i18n "pages.inbounds.export"}}
  297. </a-menu-item>
  298. <a-menu-item key="subs" v-if="subSettings.enable">
  299. <a-icon type="export"></a-icon>
  300. {{ i18n "pages.inbounds.export"}} - {{ i18n "pages.settings.subSettings" }}
  301. </a-menu-item>
  302. <a-menu-item key="delDepletedClients" style="color: #FF4D4F;">
  303. <a-icon type="rest"></a-icon>
  304. {{ i18n "pages.inbounds.delDepletedClients" }}
  305. </a-menu-item>
  306. </template>
  307. <template v-else>
  308. <a-menu-item key="showInfo">
  309. <a-icon type="info-circle"></a-icon>
  310. {{ i18n "info"}}
  311. </a-menu-item>
  312. </template>
  313. <a-menu-item key="clipboard">
  314. <a-icon type="copy"></a-icon>
  315. {{ i18n "pages.inbounds.exportInbound" }}
  316. </a-menu-item>
  317. <a-menu-item key="resetTraffic">
  318. <a-icon type="retweet"></a-icon> {{ i18n "pages.inbounds.resetTraffic" }}
  319. </a-menu-item>
  320. <a-menu-item key="clone">
  321. <a-icon type="block"></a-icon> {{ i18n "pages.inbounds.clone"}}
  322. </a-menu-item>
  323. <a-menu-item key="delete">
  324. <span style="color: #FF4D4F">
  325. <a-icon type="delete"></a-icon> {{ i18n "delete"}}
  326. </span>
  327. </a-menu-item>
  328. <a-menu-item v-if="isMobile">
  329. <a-switch size="small" v-model="dbInbound.enable" @change="switchEnable(dbInbound.id,dbInbound.enable)"></a-switch>
  330. {{ i18n "pages.inbounds.enable" }}
  331. </a-menu-item>
  332. </a-menu>
  333. </a-dropdown>
  334. </template>
  335. <template slot="protocol" slot-scope="text, dbInbound">
  336. <a-tag style="margin:0;" color="purple">[[ dbInbound.protocol ]]</a-tag>
  337. <template v-if="dbInbound.isVMess || dbInbound.isVLess || dbInbound.isTrojan || dbInbound.isSS">
  338. <a-tag style="margin:0;" color="green">[[ dbInbound.toInbound().stream.network ]]</a-tag>
  339. <a-tag style="margin:0;" v-if="dbInbound.toInbound().stream.isTls" color="blue">TLS</a-tag>
  340. <a-tag style="margin:0;" v-if="dbInbound.toInbound().stream.isReality" color="blue">Reality</a-tag>
  341. </template>
  342. </template>
  343. <template slot="clients" slot-scope="text, dbInbound">
  344. <template v-if="clientCount[dbInbound.id]">
  345. <a-tag style="margin:0;" color="green">[[ clientCount[dbInbound.id].clients ]]</a-tag>
  346. <a-popover title='{{ i18n "disabled" }}' :overlay-class-name="themeSwitcher.currentTheme">
  347. <template slot="content">
  348. <p v-for="clientEmail in clientCount[dbInbound.id].deactive">[[ clientEmail ]]</p>
  349. </template>
  350. <a-tag style="margin:0; padding: 0 2px;" v-if="clientCount[dbInbound.id].deactive.length">[[ clientCount[dbInbound.id].deactive.length ]]</a-tag>
  351. </a-popover>
  352. <a-popover title='{{ i18n "depleted" }}' :overlay-class-name="themeSwitcher.currentTheme">
  353. <template slot="content">
  354. <p v-for="clientEmail in clientCount[dbInbound.id].depleted">[[ clientEmail ]]</p>
  355. </template>
  356. <a-tag style="margin:0; padding: 0 2px;" color="red" v-if="clientCount[dbInbound.id].depleted.length">[[ clientCount[dbInbound.id].depleted.length ]]</a-tag>
  357. </a-popover>
  358. <a-popover title='{{ i18n "depletingSoon" }}' :overlay-class-name="themeSwitcher.currentTheme">
  359. <template slot="content">
  360. <p v-for="clientEmail in clientCount[dbInbound.id].expiring">[[ clientEmail ]]</p>
  361. </template>
  362. <a-tag style="margin:0; padding: 0 2px;" color="orange" v-if="clientCount[dbInbound.id].expiring.length">[[ clientCount[dbInbound.id].expiring.length ]]</a-tag>
  363. </a-popover>
  364. <a-popover title='{{ i18n "online" }}' :overlay-class-name="themeSwitcher.currentTheme">
  365. <template slot="content">
  366. <p v-for="clientEmail in clientCount[dbInbound.id].online">[[ clientEmail ]]</p>
  367. </template>
  368. <a-tag style="margin:0; padding: 0 2px;" color="blue" v-if="clientCount[dbInbound.id].online.length">[[ clientCount[dbInbound.id].online.length ]]</a-tag>
  369. </a-popover>
  370. </template>
  371. </template>
  372. <template slot="traffic" slot-scope="text, dbInbound">
  373. <a-popover :overlay-class-name="themeSwitcher.currentTheme">
  374. <template slot="content">
  375. <table cellpadding="2" width="100%">
  376. <tr>
  377. <td>↑[[ sizeFormat(dbInbound.up) ]]</td>
  378. <td>↓[[ sizeFormat(dbInbound.down) ]]</td>
  379. </tr>
  380. <tr v-if="dbInbound.total > 0 && dbInbound.up + dbInbound.down < dbInbound.total">
  381. <td>{{ i18n "remained" }}</td>
  382. <td>[[ sizeFormat(dbInbound.total - dbInbound.up - dbInbound.down) ]]</td>
  383. </tr>
  384. </table>
  385. </template>
  386. <a-tag :color="usageColor(dbInbound.up + dbInbound.down, app.trafficDiff, dbInbound.total)">
  387. [[ sizeFormat(dbInbound.up + dbInbound.down) ]] /
  388. <template v-if="dbInbound.total > 0">
  389. [[ sizeFormat(dbInbound.total) ]]
  390. </template>
  391. <template v-else>
  392. <svg height="10px" width="14px" viewBox="0 0 640 512" fill="currentColor">
  393. <path d="M484.4 96C407 96 349.2 164.1 320 208.5C290.8 164.1 233 96 155.6 96C69.75 96 0 167.8 0 256s69.75 160 155.6 160C233.1 416 290.8 347.9 320 303.5C349.2 347.9 407 416 484.4 416C570.3 416 640 344.2 640 256S570.3 96 484.4 96zM155.6 368C96.25 368 48 317.8 48 256s48.25-112 107.6-112c67.75 0 120.5 82.25 137.1 112C276 285.8 223.4 368 155.6 368zM484.4 368c-67.75 0-120.5-82.25-137.1-112C364 226.2 416.6 144 484.4 144C543.8 144 592 194.2 592 256S543.8 368 484.4 368z" fill="currentColor"></path>
  394. </svg>
  395. </template>
  396. </a-tag>
  397. </a-popover>
  398. </template>
  399. <template slot="enable" slot-scope="text, dbInbound">
  400. <a-switch v-model="dbInbound.enable" @change="switchEnable(dbInbound.id,dbInbound.enable)"></a-switch>
  401. </template>
  402. <template slot="expiryTime" slot-scope="text, dbInbound">
  403. <a-popover v-if="dbInbound.expiryTime > 0" :overlay-class-name="themeSwitcher.currentTheme">
  404. <template slot="content" v-if="app.datepicker === 'gregorian'">
  405. [[ DateUtil.formatMillis(dbInbound.expiryTime) ]]
  406. </template>
  407. <template v-else slot="content">
  408. [[ DateUtil.convertToJalalian(moment(dbInbound.expiryTime)) ]]
  409. </template>
  410. <a-tag style="min-width: 50px;" :color="usageColor(new Date().getTime(), app.expireDiff, dbInbound._expiryTime)">
  411. [[ remainedDays(dbInbound._expiryTime) ]]
  412. </a-tag>
  413. </a-popover>
  414. <a-tag v-else color="purple" class="infinite-tag">
  415. <svg height="10px" width="14px" viewBox="0 0 640 512" fill="currentColor">
  416. <path d="M484.4 96C407 96 349.2 164.1 320 208.5C290.8 164.1 233 96 155.6 96C69.75 96 0 167.8 0 256s69.75 160 155.6 160C233.1 416 290.8 347.9 320 303.5C349.2 347.9 407 416 484.4 416C570.3 416 640 344.2 640 256S570.3 96 484.4 96zM155.6 368C96.25 368 48 317.8 48 256s48.25-112 107.6-112c67.75 0 120.5 82.25 137.1 112C276 285.8 223.4 368 155.6 368zM484.4 368c-67.75 0-120.5-82.25-137.1-112C364 226.2 416.6 144 484.4 144C543.8 144 592 194.2 592 256S543.8 368 484.4 368z" fill="currentColor"></path>
  417. </svg>
  418. </a-tag>
  419. </template>
  420. <template slot="info" slot-scope="text, dbInbound">
  421. <a-popover placement="bottomRight" :overlay-class-name="themeSwitcher.currentTheme" trigger="click">
  422. <template slot="content">
  423. <table cellpadding="2">
  424. <tr>
  425. <td>{{ i18n "pages.inbounds.protocol" }}</td>
  426. <td>
  427. <a-tag style="margin:0;" color="purple">[[ dbInbound.protocol ]]</a-tag>
  428. <template v-if="dbInbound.isVMess || dbInbound.isVLess || dbInbound.isTrojan || dbInbound.isSS">
  429. <a-tag style="margin:0;" color="blue">[[ dbInbound.toInbound().stream.network ]]</a-tag>
  430. <a-tag style="margin:0;" v-if="dbInbound.toInbound().stream.isTls" color="green">tls</a-tag>
  431. <a-tag style="margin:0;" v-if="dbInbound.toInbound().stream.isReality" color="green">reality</a-tag>
  432. </template>
  433. </td>
  434. </tr>
  435. <tr>
  436. <td>{{ i18n "pages.inbounds.port" }}</td>
  437. <td><a-tag>[[ dbInbound.port ]]</a-tag></td>
  438. </tr>
  439. <tr v-if="clientCount[dbInbound.id]">
  440. <td>{{ i18n "clients" }}</td>
  441. <td>
  442. <a-tag style="margin:0;" color="blue">[[ clientCount[dbInbound.id].clients ]]</a-tag>
  443. <a-popover title='{{ i18n "disabled" }}' :overlay-class-name="themeSwitcher.currentTheme">
  444. <template slot="content">
  445. <p v-for="clientEmail in clientCount[dbInbound.id].deactive">[[ clientEmail ]]</p>
  446. </template>
  447. <a-tag style="margin:0; padding: 0 2px;" v-if="clientCount[dbInbound.id].deactive.length">[[ clientCount[dbInbound.id].deactive.length ]]</a-tag>
  448. </a-popover>
  449. <a-popover title='{{ i18n "depleted" }}' :overlay-class-name="themeSwitcher.currentTheme">
  450. <template slot="content">
  451. <p v-for="clientEmail in clientCount[dbInbound.id].depleted">[[ clientEmail ]]</p>
  452. </template>
  453. <a-tag style="margin:0; padding: 0 2px;" color="red" v-if="clientCount[dbInbound.id].depleted.length">[[ clientCount[dbInbound.id].depleted.length ]]</a-tag>
  454. </a-popover>
  455. <a-popover title='{{ i18n "depletingSoon" }}' :overlay-class-name="themeSwitcher.currentTheme">
  456. <template slot="content">
  457. <p v-for="clientEmail in clientCount[dbInbound.id].expiring">[[ clientEmail ]]</p>
  458. </template>
  459. <a-tag style="margin:0; padding: 0 2px;" color="orange" v-if="clientCount[dbInbound.id].expiring.length">[[ clientCount[dbInbound.id].expiring.length ]]</a-tag>
  460. </a-popover>
  461. <a-popover title='{{ i18n "online" }}' :overlay-class-name="themeSwitcher.currentTheme">
  462. <template slot="content">
  463. <p v-for="clientEmail in clientCount[dbInbound.id].online">[[ clientEmail ]]</p>
  464. </template>
  465. <a-tag style="margin:0; padding: 0 2px;" color="green" v-if="clientCount[dbInbound.id].online.length">[[ clientCount[dbInbound.id].online.length ]]</a-tag>
  466. </a-popover>
  467. </td>
  468. </tr>
  469. <tr>
  470. <td>{{ i18n "pages.inbounds.traffic" }}</td>
  471. <td>
  472. <a-popover :overlay-class-name="themeSwitcher.currentTheme">
  473. <template slot="content">
  474. <table cellpadding="2" width="100%">
  475. <tr>
  476. <td>↑[[ sizeFormat(dbInbound.up) ]]</td>
  477. <td>↓[[ sizeFormat(dbInbound.down) ]]</td>
  478. </tr>
  479. <tr v-if="dbInbound.total > 0 && dbInbound.up + dbInbound.down < dbInbound.total">
  480. <td>{{ i18n "remained" }}</td>
  481. <td>[[ sizeFormat(dbInbound.total - dbInbound.up - dbInbound.down) ]]</td>
  482. </tr>
  483. </table>
  484. </template>
  485. <a-tag :color="usageColor(dbInbound.up + dbInbound.down, app.trafficDiff, dbInbound.total)">
  486. [[ sizeFormat(dbInbound.up + dbInbound.down) ]] /
  487. <template v-if="dbInbound.total > 0">
  488. [[ sizeFormat(dbInbound.total) ]]
  489. </template>
  490. <template v-else>
  491. <svg height="10px" width="14px" viewBox="0 0 640 512" fill="currentColor">
  492. <path d="M484.4 96C407 96 349.2 164.1 320 208.5C290.8 164.1 233 96 155.6 96C69.75 96 0 167.8 0 256s69.75 160 155.6 160C233.1 416 290.8 347.9 320 303.5C349.2 347.9 407 416 484.4 416C570.3 416 640 344.2 640 256S570.3 96 484.4 96zM155.6 368C96.25 368 48 317.8 48 256s48.25-112 107.6-112c67.75 0 120.5 82.25 137.1 112C276 285.8 223.4 368 155.6 368zM484.4 368c-67.75 0-120.5-82.25-137.1-112C364 226.2 416.6 144 484.4 144C543.8 144 592 194.2 592 256S543.8 368 484.4 368z" fill="currentColor"></path>
  493. </svg>
  494. </template>
  495. </a-tag>
  496. </a-popover>
  497. </td>
  498. </tr>
  499. <tr>
  500. <td>{{ i18n "pages.inbounds.expireDate" }}</td>
  501. <td>
  502. <a-tag style="min-width: 50px; text-align: center;" v-if="dbInbound.expiryTime > 0"
  503. :color="dbInbound.isExpiry? 'red': 'blue'">
  504. <template v-if="app.datepicker === 'gregorian'">
  505. [[ DateUtil.formatMillis(dbInbound.expiryTime) ]]
  506. </template>
  507. <template v-else>
  508. [[ DateUtil.convertToJalalian(moment(dbInbound.expiryTime)) ]]
  509. </template>
  510. </a-tag>
  511. <a-tag v-else style="text-align: center;" color="purple" class="infinite-tag">
  512. <svg height="10px" width="14px" viewBox="0 0 640 512" fill="currentColor">
  513. <path d="M484.4 96C407 96 349.2 164.1 320 208.5C290.8 164.1 233 96 155.6 96C69.75 96 0 167.8 0 256s69.75 160 155.6 160C233.1 416 290.8 347.9 320 303.5C349.2 347.9 407 416 484.4 416C570.3 416 640 344.2 640 256S570.3 96 484.4 96zM155.6 368C96.25 368 48 317.8 48 256s48.25-112 107.6-112c67.75 0 120.5 82.25 137.1 112C276 285.8 223.4 368 155.6 368zM484.4 368c-67.75 0-120.5-82.25-137.1-112C364 226.2 416.6 144 484.4 144C543.8 144 592 194.2 592 256S543.8 368 484.4 368z" fill="currentColor"></path>
  514. </svg>
  515. </a-tag>
  516. </td>
  517. </tr>
  518. </table>
  519. </template>
  520. <a-badge>
  521. <a-icon v-if="!dbInbound.enable" slot="count" type="pause-circle" :style="'color: ' + themeSwitcher.isDarkTheme ? '#2c3950' : '#bcbcbc'"></a-icon>
  522. <a-button shape="round" size="small" style="font-size: 14px; padding: 0 10px;">
  523. <a-icon type="info"></a-icon>
  524. </a-button>
  525. </a-badge>
  526. </a-popover>
  527. </template>
  528. <template slot="expandedRowRender" slot-scope="record">
  529. <a-table
  530. :row-key="client => client.id"
  531. :columns="isMobile ? innerMobileColumns : innerColumns"
  532. :data-source="getInboundClients(record)"
  533. :pagination=pagination(getInboundClients(record))
  534. :style="isMobile ? 'margin: -10px 2px -11px;' : 'margin: -10px 22px -11px;'">
  535. {{template "client_table"}}
  536. </a-table>
  537. </template>
  538. </a-table>
  539. </a-card>
  540. </transition>
  541. </a-spin>
  542. </a-layout-content>
  543. </a-layout>
  544. </a-layout>
  545. {{template "js" .}}
  546. <script src="{{ .base_path }}assets/base64/base64.min.js"></script>
  547. <script src="{{ .base_path }}assets/qrcode/qrious2.min.js?{{ .cur_ver }}"></script>
  548. <script src="{{ .base_path }}assets/uri/URI.min.js?{{ .cur_ver }}"></script>
  549. <script src="{{ .base_path }}assets/js/model/inbound.js?{{ .cur_ver }}"></script>
  550. <script src="{{ .base_path }}assets/js/model/dbinbound.js?{{ .cur_ver }}"></script>
  551. {{template "component/themeSwitcher" .}}
  552. {{template "component/persianDatepicker" .}}
  553. <script>
  554. const columns = [{
  555. title: "ID",
  556. align: 'right',
  557. dataIndex: "id",
  558. width: 30,
  559. responsive: ["xs"],
  560. }, {
  561. title: '{{ i18n "pages.inbounds.operate" }}',
  562. align: 'center',
  563. width: 30,
  564. scopedSlots: { customRender: 'action' },
  565. }, {
  566. title: '{{ i18n "pages.inbounds.enable" }}',
  567. align: 'center',
  568. width: 30,
  569. scopedSlots: { customRender: 'enable' },
  570. }, {
  571. title: '{{ i18n "pages.inbounds.remark" }}',
  572. align: 'center',
  573. width: 60,
  574. dataIndex: "remark",
  575. }, {
  576. title: '{{ i18n "pages.inbounds.port" }}',
  577. align: 'center',
  578. dataIndex: "port",
  579. width: 40,
  580. }, {
  581. title: '{{ i18n "pages.inbounds.protocol" }}',
  582. align: 'left',
  583. width: 70,
  584. scopedSlots: { customRender: 'protocol' },
  585. }, {
  586. title: '{{ i18n "clients" }}',
  587. align: 'left',
  588. width: 50,
  589. scopedSlots: { customRender: 'clients' },
  590. }, {
  591. title: '{{ i18n "pages.inbounds.traffic" }}',
  592. align: 'center',
  593. width: 60,
  594. scopedSlots: { customRender: 'traffic' },
  595. }, {
  596. title: '{{ i18n "pages.inbounds.expireDate" }}',
  597. align: 'center',
  598. width: 40,
  599. scopedSlots: { customRender: 'expiryTime' },
  600. }];
  601. const mobileColumns = [{
  602. title: "ID",
  603. align: 'right',
  604. dataIndex: "id",
  605. width: 10,
  606. responsive: ["s"],
  607. }, {
  608. title: '{{ i18n "pages.inbounds.operate" }}',
  609. align: 'center',
  610. width: 25,
  611. scopedSlots: { customRender: 'action' },
  612. }, {
  613. title: '{{ i18n "pages.inbounds.remark" }}',
  614. align: 'left',
  615. width: 70,
  616. dataIndex: "remark",
  617. }, {
  618. title: '{{ i18n "pages.inbounds.info" }}',
  619. align: 'center',
  620. width: 10,
  621. scopedSlots: { customRender: 'info' },
  622. }];
  623. const innerColumns = [
  624. { title: '{{ i18n "pages.inbounds.operate" }}', width: 65, scopedSlots: { customRender: 'actions' } },
  625. { title: '{{ i18n "pages.inbounds.enable" }}', width: 30, scopedSlots: { customRender: 'enable' } },
  626. { title: '{{ i18n "online" }}', width: 30, scopedSlots: { customRender: 'online' } },
  627. { title: '{{ i18n "pages.inbounds.client" }}', width: 80, scopedSlots: { customRender: 'client' } },
  628. { title: '{{ i18n "pages.inbounds.traffic" }}', width: 80, align: 'center', scopedSlots: { customRender: 'traffic' } },
  629. { title: '{{ i18n "pages.inbounds.expireDate" }}', width: 80, align: 'center', scopedSlots: { customRender: 'expiryTime' } },
  630. ];
  631. const innerMobileColumns = [
  632. { title: '{{ i18n "pages.inbounds.operate" }}', width: 10, align: 'center', scopedSlots: { customRender: 'actionMenu' } },
  633. { title: '{{ i18n "pages.inbounds.client" }}', width: 90, align: 'left', scopedSlots: { customRender: 'client' } },
  634. { title: '{{ i18n "pages.inbounds.info" }}', width: 10, align: 'center', scopedSlots: { customRender: 'info' } },
  635. ];
  636. const app = new Vue({
  637. delimiters: ['[[', ']]'],
  638. el: '#app',
  639. data: {
  640. siderDrawer,
  641. themeSwitcher,
  642. persianDatepicker,
  643. spinning: false,
  644. inbounds: [],
  645. dbInbounds: [],
  646. searchKey: '',
  647. enableFilter: false,
  648. filterBy: '',
  649. searchedInbounds: [],
  650. expireDiff: 0,
  651. trafficDiff: 0,
  652. defaultCert: '',
  653. defaultKey: '',
  654. clientCount: [],
  655. onlineClients: [],
  656. isRefreshEnabled: localStorage.getItem("isRefreshEnabled") === "true" ? true : false,
  657. refreshing: false,
  658. refreshInterval: Number(localStorage.getItem("refreshInterval")) || 5000,
  659. subSettings: {
  660. enable : false,
  661. subURI : '',
  662. subJsonURI : '',
  663. },
  664. remarkModel: '-ieo',
  665. datepicker: 'gregorian',
  666. tgBotEnable: false,
  667. showAlert: false,
  668. ipLimitEnable: false,
  669. pageSize: 50,
  670. isMobile: window.innerWidth <= 768,
  671. },
  672. methods: {
  673. loading(spinning = true) {
  674. this.spinning = spinning;
  675. },
  676. async getDBInbounds() {
  677. this.refreshing = true;
  678. const msg = await HttpUtil.post('/panel/inbound/list');
  679. if (!msg.success) {
  680. this.refreshing = false;
  681. return;
  682. }
  683. await this.getOnlineUsers();
  684. this.setInbounds(msg.obj);
  685. setTimeout(() => {
  686. this.refreshing = false;
  687. }, 500);
  688. },
  689. async getOnlineUsers() {
  690. const msg = await HttpUtil.post('/panel/inbound/onlines');
  691. if (!msg.success) {
  692. return;
  693. }
  694. this.onlineClients = msg.obj != null ? msg.obj : [];
  695. },
  696. async getDefaultSettings() {
  697. const msg = await HttpUtil.post('/panel/setting/defaultSettings');
  698. if (!msg.success) {
  699. return;
  700. }
  701. with(msg.obj){
  702. this.expireDiff = expireDiff * 86400000;
  703. this.trafficDiff = trafficDiff * 1073741824;
  704. this.defaultCert = defaultCert;
  705. this.defaultKey = defaultKey;
  706. this.tgBotEnable = tgBotEnable;
  707. this.subSettings = {
  708. enable : subEnable,
  709. subURI: subURI,
  710. subJsonURI: subJsonURI
  711. };
  712. this.pageSize = pageSize;
  713. this.remarkModel = remarkModel;
  714. this.datepicker = datepicker;
  715. this.ipLimitEnable = ipLimitEnable;
  716. }
  717. },
  718. setInbounds(dbInbounds) {
  719. this.inbounds.splice(0);
  720. this.dbInbounds.splice(0);
  721. this.clientCount.splice(0);
  722. for (const inbound of dbInbounds) {
  723. const dbInbound = new DBInbound(inbound);
  724. to_inbound = dbInbound.toInbound()
  725. this.inbounds.push(to_inbound);
  726. this.dbInbounds.push(dbInbound);
  727. if ([Protocols.VMESS, Protocols.VLESS, Protocols.TROJAN, Protocols.SHADOWSOCKS].includes(inbound.protocol)) {
  728. if (dbInbound.isSS && (!to_inbound.isSSMultiUser)) {
  729. continue;
  730. }
  731. this.clientCount[inbound.id] = this.getClientCounts(inbound, to_inbound);
  732. }
  733. }
  734. if(this.enableFilter){
  735. this.filterInbounds();
  736. } else {
  737. this.searchInbounds(this.searchKey);
  738. }
  739. },
  740. getClientCounts(dbInbound, inbound) {
  741. let clientCount = 0, active = [], deactive = [], depleted = [], expiring = [], online = [];
  742. clients = inbound.clients;
  743. clientStats = dbInbound.clientStats
  744. now = new Date().getTime()
  745. if (clients) {
  746. clientCount = clients.length;
  747. if (dbInbound.enable) {
  748. clients.forEach(client => {
  749. if (client.enable) {
  750. active.push(client.email);
  751. if (this.isClientOnline(client.email)) online.push(client.email);
  752. } else {
  753. deactive.push(client.email);
  754. }
  755. });
  756. clientStats.forEach(client => {
  757. if (!client.enable) {
  758. depleted.push(client.email);
  759. } else {
  760. if ((client.expiryTime > 0 && (client.expiryTime - now < this.expireDiff)) ||
  761. (client.total > 0 && (client.total - (client.up + client.down) < this.trafficDiff))) expiring.push(client.email);
  762. }
  763. });
  764. } else {
  765. clients.forEach(client => {
  766. deactive.push(client.email);
  767. });
  768. }
  769. }
  770. return {
  771. clients: clientCount,
  772. active: active,
  773. deactive: deactive,
  774. depleted: depleted,
  775. expiring: expiring,
  776. online: online,
  777. };
  778. },
  779. searchInbounds(key) {
  780. if (ObjectUtil.isEmpty(key)) {
  781. this.searchedInbounds = this.dbInbounds.slice();
  782. } else {
  783. this.searchedInbounds.splice(0, this.searchedInbounds.length);
  784. this.dbInbounds.forEach(inbound => {
  785. if (ObjectUtil.deepSearch(inbound, key)) {
  786. const newInbound = new DBInbound(inbound);
  787. const inboundSettings = JSON.parse(inbound.settings);
  788. if (inboundSettings.hasOwnProperty('clients')) {
  789. const searchedSettings = { "clients": [] };
  790. inboundSettings.clients.forEach(client => {
  791. if (ObjectUtil.deepSearch(client, key)) {
  792. searchedSettings.clients.push(client);
  793. }
  794. });
  795. newInbound.settings = Inbound.Settings.fromJson(inbound.protocol, searchedSettings);
  796. }
  797. this.searchedInbounds.push(newInbound);
  798. }
  799. });
  800. }
  801. },
  802. filterInbounds() {
  803. if (ObjectUtil.isEmpty(this.filterBy)) {
  804. this.searchedInbounds = this.dbInbounds.slice();
  805. } else {
  806. this.searchedInbounds.splice(0, this.searchedInbounds.length);
  807. this.dbInbounds.forEach(inbound => {
  808. const newInbound = new DBInbound(inbound);
  809. const inboundSettings = JSON.parse(inbound.settings);
  810. if (this.clientCount[inbound.id] && this.clientCount[inbound.id].hasOwnProperty(this.filterBy)){
  811. const list = this.clientCount[inbound.id][this.filterBy];
  812. if (list.length > 0) {
  813. const filteredSettings = { "clients": [] };
  814. inboundSettings.clients.forEach(client => {
  815. if (list.includes(client.email)) {
  816. filteredSettings.clients.push(client);
  817. }
  818. });
  819. newInbound.settings = Inbound.Settings.fromJson(inbound.protocol, filteredSettings);
  820. this.searchedInbounds.push(newInbound);
  821. }
  822. }
  823. });
  824. }
  825. },
  826. toggleFilter(){
  827. if(this.enableFilter) {
  828. this.searchKey = '';
  829. } else {
  830. this.filterBy = '';
  831. this.searchedInbounds = this.dbInbounds.slice();
  832. }
  833. },
  834. generalActions(action) {
  835. switch (action.key) {
  836. case "import":
  837. this.importInbound();
  838. break;
  839. case "export":
  840. this.exportAllLinks();
  841. break;
  842. case "subs":
  843. this.exportAllSubs();
  844. break;
  845. case "resetInbounds":
  846. this.resetAllTraffic();
  847. break;
  848. case "resetClients":
  849. this.resetAllClientTraffics(-1);
  850. break;
  851. case "delDepletedClients":
  852. this.delDepletedClients(-1)
  853. break;
  854. }
  855. },
  856. clickAction(action, dbInbound) {
  857. switch (action.key) {
  858. case "qrcode":
  859. this.showQrcode(dbInbound.id);
  860. break;
  861. case "showInfo":
  862. this.showInfo(dbInbound.id);
  863. break;
  864. case "edit":
  865. this.openEditInbound(dbInbound.id);
  866. break;
  867. case "addClient":
  868. this.openAddClient(dbInbound.id)
  869. break;
  870. case "addBulkClient":
  871. this.openAddBulkClient(dbInbound.id)
  872. break;
  873. case "export":
  874. this.inboundLinks(dbInbound.id);
  875. break;
  876. case "subs":
  877. this.exportSubs(dbInbound.id);
  878. break;
  879. case "clipboard":
  880. this.copyToClipboard(dbInbound.id);
  881. break;
  882. case "resetTraffic":
  883. this.resetTraffic(dbInbound.id);
  884. break;
  885. case "resetClients":
  886. this.resetAllClientTraffics(dbInbound.id);
  887. break;
  888. case "clone":
  889. this.openCloneInbound(dbInbound);
  890. break;
  891. case "delete":
  892. this.delInbound(dbInbound.id);
  893. break;
  894. case "delDepletedClients":
  895. this.delDepletedClients(dbInbound.id)
  896. break;
  897. }
  898. },
  899. openCloneInbound(dbInbound) {
  900. this.$confirm({
  901. title: '{{ i18n "pages.inbounds.cloneInbound"}} \"' + dbInbound.remark + '\"',
  902. content: '{{ i18n "pages.inbounds.cloneInboundContent"}}',
  903. okText: '{{ i18n "pages.inbounds.cloneInboundOk"}}',
  904. class: themeSwitcher.currentTheme,
  905. cancelText: '{{ i18n "cancel" }}',
  906. onOk: () => {
  907. const baseInbound = dbInbound.toInbound();
  908. dbInbound.up = 0;
  909. dbInbound.down = 0;
  910. this.cloneInbound(baseInbound, dbInbound);
  911. },
  912. });
  913. },
  914. async cloneInbound(baseInbound, dbInbound) {
  915. const data = {
  916. up: dbInbound.up,
  917. down: dbInbound.down,
  918. total: dbInbound.total,
  919. remark: dbInbound.remark + " - Cloned",
  920. enable: dbInbound.enable,
  921. expiryTime: dbInbound.expiryTime,
  922. listen: '',
  923. port: RandomUtil.randomIntRange(10000, 60000),
  924. protocol: baseInbound.protocol,
  925. settings: Inbound.Settings.getSettings(baseInbound.protocol).toString(),
  926. streamSettings: baseInbound.stream.toString(),
  927. sniffing: baseInbound.sniffing.toString(),
  928. allocate: baseInbound.allocate.toString(),
  929. };
  930. await this.submit('/panel/inbound/add', data, inModal);
  931. },
  932. openAddInbound() {
  933. inModal.show({
  934. title: '{{ i18n "pages.inbounds.addInbound"}}',
  935. okText: '{{ i18n "pages.inbounds.create"}}',
  936. cancelText: '{{ i18n "close" }}',
  937. confirm: async (inbound, dbInbound) => {
  938. await this.addInbound(inbound, dbInbound, inModal);
  939. },
  940. isEdit: false
  941. });
  942. },
  943. openEditInbound(dbInboundId) {
  944. dbInbound = this.dbInbounds.find(row => row.id === dbInboundId);
  945. const inbound = dbInbound.toInbound();
  946. inModal.show({
  947. title: '{{ i18n "pages.inbounds.modifyInbound"}}',
  948. okText: '{{ i18n "pages.inbounds.update"}}',
  949. cancelText: '{{ i18n "close" }}',
  950. inbound: inbound,
  951. dbInbound: dbInbound,
  952. confirm: async (inbound, dbInbound) => {
  953. await this.updateInbound(inbound, dbInbound);
  954. },
  955. isEdit: true
  956. });
  957. },
  958. async addInbound(inbound, dbInbound) {
  959. const data = {
  960. up: dbInbound.up,
  961. down: dbInbound.down,
  962. total: dbInbound.total,
  963. remark: dbInbound.remark,
  964. enable: dbInbound.enable,
  965. expiryTime: dbInbound.expiryTime,
  966. listen: inbound.listen,
  967. port: inbound.port,
  968. protocol: inbound.protocol,
  969. settings: inbound.settings.toString(),
  970. };
  971. if (inbound.canEnableStream()) data.streamSettings = inbound.stream.toString();
  972. data.sniffing = inbound.sniffing.toString();
  973. data.allocate = inbound.allocate.toString();
  974. await this.submit('/panel/inbound/add', data, inModal);
  975. },
  976. async updateInbound(inbound, dbInbound) {
  977. const data = {
  978. up: dbInbound.up,
  979. down: dbInbound.down,
  980. total: dbInbound.total,
  981. remark: dbInbound.remark,
  982. enable: dbInbound.enable,
  983. expiryTime: dbInbound.expiryTime,
  984. listen: inbound.listen,
  985. port: inbound.port,
  986. protocol: inbound.protocol,
  987. settings: inbound.settings.toString(),
  988. };
  989. if (inbound.canEnableStream()) data.streamSettings = inbound.stream.toString();
  990. data.sniffing = inbound.sniffing.toString();
  991. data.allocate = inbound.allocate.toString();
  992. await this.submit(`/panel/inbound/update/${dbInbound.id}`, data, inModal);
  993. },
  994. openAddClient(dbInboundId) {
  995. dbInbound = this.dbInbounds.find(row => row.id === dbInboundId);
  996. clientModal.show({
  997. title: '{{ i18n "pages.client.add"}}',
  998. okText: '{{ i18n "pages.client.submitAdd"}}',
  999. dbInbound: dbInbound,
  1000. confirm: async (clients, dbInboundId) => {
  1001. await this.addClient(clients, dbInboundId, clientModal);
  1002. },
  1003. isEdit: false
  1004. });
  1005. },
  1006. openAddBulkClient(dbInboundId) {
  1007. dbInbound = this.dbInbounds.find(row => row.id === dbInboundId);
  1008. clientsBulkModal.show({
  1009. title: '{{ i18n "pages.client.bulk"}} ' + dbInbound.remark,
  1010. okText: '{{ i18n "pages.client.bulk"}}',
  1011. dbInbound: dbInbound,
  1012. confirm: async (clients, dbInboundId) => {
  1013. await this.addClient(clients, dbInboundId, clientsBulkModal);
  1014. },
  1015. });
  1016. },
  1017. openEditClient(dbInboundId, client) {
  1018. dbInbound = this.dbInbounds.find(row => row.id === dbInboundId);
  1019. clients = this.getInboundClients(dbInbound);
  1020. index = this.findIndexOfClient(dbInbound.protocol, clients, client);
  1021. clientModal.show({
  1022. title: '{{ i18n "pages.client.edit"}}',
  1023. okText: '{{ i18n "pages.client.submitEdit"}}',
  1024. dbInbound: dbInbound,
  1025. index: index,
  1026. confirm: async (client, dbInboundId, clientId) => {
  1027. clientModal.loading();
  1028. await this.updateClient(client, dbInboundId, clientId);
  1029. clientModal.close();
  1030. },
  1031. isEdit: true
  1032. });
  1033. },
  1034. findIndexOfClient(protocol, clients, client) {
  1035. switch (protocol) {
  1036. case Protocols.TROJAN:
  1037. case Protocols.SHADOWSOCKS:
  1038. return clients.findIndex(item => item.password === client.password && item.email === client.email);
  1039. default: return clients.findIndex(item => item.id === client.id && item.email === client.email);
  1040. }
  1041. },
  1042. async addClient(clients, dbInboundId, modal) {
  1043. const data = {
  1044. id: dbInboundId,
  1045. settings: '{"clients": [' + clients.toString() + ']}',
  1046. };
  1047. await this.submit(`/panel/inbound/addClient`, data, modal);
  1048. },
  1049. async updateClient(client, dbInboundId, clientId) {
  1050. const data = {
  1051. id: dbInboundId,
  1052. settings: '{"clients": [' + client.toString() + ']}',
  1053. };
  1054. await this.submit(`/panel/inbound/updateClient/${clientId}`, data, clientModal);
  1055. },
  1056. resetTraffic(dbInboundId) {
  1057. dbInbound = this.dbInbounds.find(row => row.id === dbInboundId);
  1058. this.$confirm({
  1059. title: '{{ i18n "pages.inbounds.resetTraffic"}}' + ' #' + dbInboundId,
  1060. content: '{{ i18n "pages.inbounds.resetTrafficContent"}}',
  1061. class: themeSwitcher.currentTheme,
  1062. okText: '{{ i18n "reset"}}',
  1063. cancelText: '{{ i18n "cancel"}}',
  1064. onOk: () => {
  1065. const inbound = dbInbound.toInbound();
  1066. dbInbound.up = 0;
  1067. dbInbound.down = 0;
  1068. this.updateInbound(inbound, dbInbound);
  1069. },
  1070. });
  1071. },
  1072. delInbound(dbInboundId) {
  1073. this.$confirm({
  1074. title: '{{ i18n "pages.inbounds.deleteInbound"}}' + ' #' + dbInboundId,
  1075. content: '{{ i18n "pages.inbounds.deleteInboundContent"}}',
  1076. class: themeSwitcher.currentTheme,
  1077. okText: '{{ i18n "delete"}}',
  1078. cancelText: '{{ i18n "cancel"}}',
  1079. onOk: () => this.submit('/panel/inbound/del/' + dbInboundId),
  1080. });
  1081. },
  1082. delClient(dbInboundId, client,confirmation = true) {
  1083. dbInbound = this.dbInbounds.find(row => row.id === dbInboundId);
  1084. clientId = this.getClientId(dbInbound.protocol, client);
  1085. if (confirmation){
  1086. this.$confirm({
  1087. title: '{{ i18n "pages.inbounds.deleteClient"}}' + ' ' + client.email,
  1088. content: '{{ i18n "pages.inbounds.deleteClientContent"}}',
  1089. class: themeSwitcher.currentTheme,
  1090. okText: '{{ i18n "delete"}}',
  1091. cancelText: '{{ i18n "cancel"}}',
  1092. onOk: () => this.submit(`/panel/inbound/${dbInboundId}/delClient/${clientId}`),
  1093. });
  1094. } else {
  1095. this.submit(`/panel/inbound/${dbInboundId}/delClient/${clientId}`);
  1096. }
  1097. },
  1098. getSubGroupClients(dbInbounds, currentClient) {
  1099. const response = {
  1100. inbounds: [],
  1101. clients: [],
  1102. editIds: []
  1103. }
  1104. if (dbInbounds && dbInbounds.length > 0 && currentClient) {
  1105. dbInbounds.forEach((dbInboundItem) => {
  1106. const dbInbound = new DBInbound(dbInboundItem);
  1107. if (dbInbound) {
  1108. const inbound = dbInbound.toInbound();
  1109. if (inbound) {
  1110. const clients = inbound.clients;
  1111. if (clients.length > 0) {
  1112. clients.forEach((client) => {
  1113. if (client['subId'] === currentClient['subId']) {
  1114. client['inboundId'] = dbInboundItem.id
  1115. client['clientId'] = this.getClientId(dbInbound.protocol, client)
  1116. response.inbounds.push(dbInboundItem.id)
  1117. response.clients.push(client)
  1118. response.editIds.push(client['clientId'])
  1119. }
  1120. })
  1121. }
  1122. }
  1123. }
  1124. })
  1125. }
  1126. return response;
  1127. },
  1128. getClientId(protocol, client) {
  1129. switch (protocol) {
  1130. case Protocols.TROJAN: return client.password;
  1131. case Protocols.SHADOWSOCKS: return client.email;
  1132. default: return client.id;
  1133. }
  1134. },
  1135. checkFallback(dbInbound) {
  1136. newDbInbound = new DBInbound(dbInbound);
  1137. if (dbInbound.listen.startsWith("@")){
  1138. rootInbound = this.inbounds.find((i) =>
  1139. i.isTcp &&
  1140. ['trojan','vless'].includes(i.protocol) &&
  1141. i.settings.fallbacks.find(f => f.dest === dbInbound.listen)
  1142. );
  1143. if (rootInbound) {
  1144. newDbInbound.listen = rootInbound.listen;
  1145. newDbInbound.port = rootInbound.port;
  1146. newInbound = newDbInbound.toInbound();
  1147. newInbound.stream.security = rootInbound.stream.security;
  1148. newInbound.stream.tls = rootInbound.stream.tls;
  1149. newInbound.stream.externalProxy = rootInbound.stream.externalProxy;
  1150. newDbInbound.streamSettings = newInbound.stream.toString();
  1151. }
  1152. }
  1153. return newDbInbound;
  1154. },
  1155. showQrcode(dbInboundId, client) {
  1156. dbInbound = this.dbInbounds.find(row => row.id === dbInboundId);
  1157. newDbInbound = this.checkFallback(dbInbound);
  1158. qrModal.show('{{ i18n "qrCode"}}', newDbInbound, client);
  1159. },
  1160. showInfo(dbInboundId, client) {
  1161. dbInbound = this.dbInbounds.find(row => row.id === dbInboundId);
  1162. index=0;
  1163. if (dbInbound.isMultiUser()){
  1164. inbound = dbInbound.toInbound();
  1165. clients = inbound.clients;
  1166. index = this.findIndexOfClient(dbInbound.protocol, clients, client);
  1167. }
  1168. newDbInbound = this.checkFallback(dbInbound);
  1169. infoModal.show(newDbInbound, index);
  1170. },
  1171. switchEnable(dbInboundId,state) {
  1172. dbInbound = this.dbInbounds.find(row => row.id === dbInboundId);
  1173. dbInbound.enable = state;
  1174. this.submit(`/panel/inbound/update/${dbInboundId}`, dbInbound);
  1175. },
  1176. async switchEnableClient(dbInboundId, client) {
  1177. this.loading()
  1178. dbInbound = this.dbInbounds.find(row => row.id === dbInboundId);
  1179. inbound = dbInbound.toInbound();
  1180. clients = inbound.clients;
  1181. index = this.findIndexOfClient(dbInbound.protocol, clients, client);
  1182. clients[index].enable = !clients[index].enable;
  1183. clientId = this.getClientId(dbInbound.protocol, clients[index]);
  1184. await this.updateClient(clients[index], dbInboundId, clientId);
  1185. this.loading(false);
  1186. },
  1187. async submit(url, data, modal) {
  1188. const msg = await HttpUtil.postWithModal(url, data, modal);
  1189. if (msg.success) {
  1190. await this.getDBInbounds();
  1191. }
  1192. },
  1193. getInboundClients(dbInbound) {
  1194. return dbInbound.toInbound().clients;
  1195. },
  1196. resetClientTraffic(client, dbInboundId, confirmation = true) {
  1197. if (confirmation){
  1198. this.$confirm({
  1199. title: '{{ i18n "pages.inbounds.resetTraffic"}}' + ' ' + client.email,
  1200. content: '{{ i18n "pages.inbounds.resetTrafficContent"}}',
  1201. class: themeSwitcher.currentTheme,
  1202. okText: '{{ i18n "reset"}}',
  1203. cancelText: '{{ i18n "cancel"}}',
  1204. onOk: () => this.submit('/panel/inbound/' + dbInboundId + '/resetClientTraffic/' + client.email),
  1205. })
  1206. } else {
  1207. this.submit('/panel/inbound/' + dbInboundId + '/resetClientTraffic/' + client.email);
  1208. }
  1209. },
  1210. resetAllTraffic() {
  1211. this.$confirm({
  1212. title: '{{ i18n "pages.inbounds.resetAllTrafficTitle"}}',
  1213. content: '{{ i18n "pages.inbounds.resetAllTrafficContent"}}',
  1214. class: themeSwitcher.currentTheme,
  1215. okText: '{{ i18n "reset"}}',
  1216. cancelText: '{{ i18n "cancel"}}',
  1217. onOk: () => this.submit('/panel/inbound/resetAllTraffics'),
  1218. });
  1219. },
  1220. resetAllClientTraffics(dbInboundId) {
  1221. this.$confirm({
  1222. title: dbInboundId > 0 ? '{{ i18n "pages.inbounds.resetInboundClientTrafficTitle"}}' : '{{ i18n "pages.inbounds.resetAllClientTrafficTitle"}}',
  1223. content: dbInboundId > 0 ? '{{ i18n "pages.inbounds.resetInboundClientTrafficContent"}}' : '{{ i18n "pages.inbounds.resetAllClientTrafficContent"}}',
  1224. class: themeSwitcher.currentTheme,
  1225. okText: '{{ i18n "reset"}}',
  1226. cancelText: '{{ i18n "cancel"}}',
  1227. onOk: () => this.submit('/panel/inbound/resetAllClientTraffics/' + dbInboundId),
  1228. })
  1229. },
  1230. delDepletedClients(dbInboundId) {
  1231. this.$confirm({
  1232. title: '{{ i18n "pages.inbounds.delDepletedClientsTitle"}}',
  1233. content: '{{ i18n "pages.inbounds.delDepletedClientsContent"}}',
  1234. class: themeSwitcher.currentTheme,
  1235. okText: '{{ i18n "delete"}}',
  1236. cancelText: '{{ i18n "cancel"}}',
  1237. onOk: () => this.submit('/panel/inbound/delDepletedClients/' + dbInboundId),
  1238. })
  1239. },
  1240. isExpiry(dbInbound, index) {
  1241. return dbInbound.toInbound().isExpiry(index);
  1242. },
  1243. getUpStats(dbInbound, email) {
  1244. if (email.length == 0) return 0;
  1245. clientStats = dbInbound.clientStats.find(stats => stats.email === email);
  1246. return clientStats ? clientStats.up : 0;
  1247. },
  1248. getDownStats(dbInbound, email) {
  1249. if (email.length == 0) return 0;
  1250. clientStats = dbInbound.clientStats.find(stats => stats.email === email);
  1251. return clientStats ? clientStats.down : 0;
  1252. },
  1253. getSumStats(dbInbound, email) {
  1254. if (email.length == 0) return 0;
  1255. clientStats = dbInbound.clientStats.find(stats => stats.email === email);
  1256. return clientStats ? clientStats.up + clientStats.down : 0;
  1257. },
  1258. getRemStats(dbInbound, email) {
  1259. if (email.length == 0) return 0;
  1260. clientStats = dbInbound.clientStats.find(stats => stats.email === email);
  1261. if (!clientStats) return 0;
  1262. remained = clientStats.total - (clientStats.up + clientStats.down);
  1263. return remained>0 ? remained : 0;
  1264. },
  1265. clientStatsColor(dbInbound, email) {
  1266. if (email.length == 0) return clientUsageColor();
  1267. clientStats = dbInbound.clientStats.find(stats => stats.email === email);
  1268. return clientUsageColor(clientStats, app.trafficDiff)
  1269. },
  1270. statsProgress(dbInbound, email) {
  1271. if (email.length == 0) return 100;
  1272. clientStats = dbInbound.clientStats.find(stats => stats.email === email);
  1273. if (!clientStats) return 0;
  1274. if (clientStats.total == 0) return 100;
  1275. return 100*(clientStats.down + clientStats.up)/clientStats.total;
  1276. },
  1277. expireProgress(expTime, reset) {
  1278. now = new Date().getTime();
  1279. remainedSeconds = expTime < 0 ? -expTime/1000 : (expTime-now)/1000;
  1280. resetSeconds = reset * 86400;
  1281. if (remainedSeconds >= resetSeconds) return 0;
  1282. return 100*(1-(remainedSeconds/resetSeconds));
  1283. },
  1284. remainedDays(expTime){
  1285. if (expTime == 0) return null;
  1286. if (expTime < 0) return formatSecond(expTime/-1000);
  1287. now = new Date().getTime();
  1288. if (expTime < now) return '{{ i18n "depleted" }}';
  1289. return formatSecond((expTime-now)/1000);
  1290. },
  1291. statsExpColor(dbInbound, email){
  1292. if (email.length == 0) return '#7a316f';
  1293. clientStats = dbInbound.clientStats.find(stats => stats.email === email);
  1294. if (!clientStats) return '#7a316f';
  1295. statsColor = usageColor(clientStats.down + clientStats.up, this.trafficDiff, clientStats.total);
  1296. expColor = usageColor(new Date().getTime(), this.expireDiff, clientStats.expiryTime);
  1297. switch (true) {
  1298. case statsColor == "red" || expColor == "red":
  1299. return "#cf3c3c"; // Red
  1300. case statsColor == "orange" || expColor == "orange":
  1301. return "#f37b24"; // Orange
  1302. case statsColor == "green" || expColor == "green":
  1303. return "#008771"; // Green
  1304. default:
  1305. return "#7a316f"; // purple
  1306. }
  1307. },
  1308. isClientEnabled(dbInbound, email) {
  1309. clientStats = dbInbound.clientStats ? dbInbound.clientStats.find(stats => stats.email === email) : null;
  1310. return clientStats ? clientStats['enable'] : true;
  1311. },
  1312. isClientOnline(email) {
  1313. return this.onlineClients.includes(email);
  1314. },
  1315. isRemovable(dbInboundId) {
  1316. return this.getInboundClients(this.dbInbounds.find(row => row.id === dbInboundId)).length > 1;
  1317. },
  1318. inboundLinks(dbInboundId) {
  1319. dbInbound = this.dbInbounds.find(row => row.id === dbInboundId);
  1320. newDbInbound = this.checkFallback(dbInbound);
  1321. txtModal.show('{{ i18n "pages.inbounds.export"}}', newDbInbound.genInboundLinks(this.remarkModel), newDbInbound.remark);
  1322. },
  1323. exportSubs(dbInboundId) {
  1324. const dbInbound = this.dbInbounds.find(row => row.id === dbInboundId);
  1325. const clients = this.getInboundClients(dbInbound);
  1326. let subLinks = []
  1327. if (clients != null){
  1328. clients.forEach(c => {
  1329. if (c.subId && c.subId.length>0){
  1330. subLinks.push(this.subSettings.subURI + c.subId)
  1331. }
  1332. })
  1333. }
  1334. txtModal.show(
  1335. '{{ i18n "pages.inbounds.export"}} - {{ i18n "pages.settings.subSettings" }}',
  1336. [...new Set(subLinks)].join('\n'),
  1337. dbInbound.remark + "-Subs");
  1338. },
  1339. importInbound() {
  1340. promptModal.open({
  1341. title: '{{ i18n "pages.inbounds.importInbound" }}',
  1342. type: 'textarea',
  1343. value: '',
  1344. okText: '{{ i18n "pages.inbounds.import" }}',
  1345. confirm: async (dbInboundText) => {
  1346. await this.submit('/panel/inbound/import', {data: dbInboundText}, promptModal);
  1347. },
  1348. });
  1349. },
  1350. exportAllSubs() {
  1351. let subLinks = []
  1352. for (const dbInbound of this.dbInbounds) {
  1353. const clients = this.getInboundClients(dbInbound);
  1354. if (clients != null){
  1355. clients.forEach(c => {
  1356. if (c.subId && c.subId.length>0){
  1357. subLinks.push(this.subSettings.subURI + c.subId)
  1358. }
  1359. })
  1360. }
  1361. }
  1362. txtModal.show(
  1363. '{{ i18n "pages.inbounds.export"}} - {{ i18n "pages.settings.subSettings" }}',
  1364. [...new Set(subLinks)].join('\r\n'),
  1365. 'All-Inbounds-Subs');
  1366. },
  1367. exportAllLinks() {
  1368. let copyText = [];
  1369. for (const dbInbound of this.dbInbounds) {
  1370. copyText.push(dbInbound.genInboundLinks(this.remarkModel));
  1371. }
  1372. txtModal.show('{{ i18n "pages.inbounds.export"}}', copyText.join('\r\n'), 'All-Inbounds');
  1373. },
  1374. copyToClipboard(dbInboundId) {
  1375. dbInbound = this.dbInbounds.find(row => row.id === dbInboundId);
  1376. txtModal.show('{{ i18n "pages.inbounds.inboundData" }}', JSON.stringify(dbInbound, null, 2));
  1377. },
  1378. async startDataRefreshLoop() {
  1379. while (this.isRefreshEnabled) {
  1380. try {
  1381. await this.getDBInbounds();
  1382. } catch (e) {
  1383. console.error(e);
  1384. }
  1385. await PromiseUtil.sleep(this.refreshInterval);
  1386. }
  1387. },
  1388. toggleRefresh() {
  1389. localStorage.setItem("isRefreshEnabled", this.isRefreshEnabled);
  1390. if (this.isRefreshEnabled) {
  1391. this.startDataRefreshLoop();
  1392. }
  1393. },
  1394. changeRefreshInterval() {
  1395. localStorage.setItem("refreshInterval", this.refreshInterval);
  1396. },
  1397. async manualRefresh() {
  1398. if (!this.refreshing) {
  1399. this.spinning = true;
  1400. await this.getDBInbounds();
  1401. this.spinning = false;
  1402. }
  1403. },
  1404. pagination(obj){
  1405. if (this.pageSize > 0 && obj.length>this.pageSize) {
  1406. // Set page options based on object size
  1407. sizeOptions = [];
  1408. for (i=this.pageSize;i<=obj.length;i=i+this.pageSize) {
  1409. sizeOptions.push(i.toString());
  1410. }
  1411. // Add option to see all in one page
  1412. sizeOptions.push(i.toString());
  1413. p = {
  1414. showSizeChanger: true,
  1415. size: 'small',
  1416. position: 'bottom',
  1417. pageSize: this.pageSize,
  1418. pageSizeOptions: sizeOptions
  1419. };
  1420. return p;
  1421. }
  1422. return false
  1423. },
  1424. onResize() {
  1425. this.isMobile = window.innerWidth <= 768;
  1426. }
  1427. },
  1428. watch: {
  1429. searchKey: debounce(function (newVal) {
  1430. this.searchInbounds(newVal);
  1431. }, 500)
  1432. },
  1433. mounted() {
  1434. if (window.location.protocol !== "https:") {
  1435. this.showAlert = true;
  1436. }
  1437. window.addEventListener('resize', this.onResize);
  1438. this.onResize();
  1439. this.loading();
  1440. this.getDefaultSettings();
  1441. if (this.isRefreshEnabled) {
  1442. this.startDataRefreshLoop();
  1443. }
  1444. else {
  1445. this.getDBInbounds();
  1446. }
  1447. this.loading(false);
  1448. },
  1449. computed: {
  1450. total() {
  1451. let down = 0, up = 0;
  1452. let clients = 0, deactive = [], depleted = [], expiring = [];
  1453. this.dbInbounds.forEach(dbInbound => {
  1454. down += dbInbound.down;
  1455. up += dbInbound.up;
  1456. if (this.clientCount[dbInbound.id]) {
  1457. clients += this.clientCount[dbInbound.id].clients;
  1458. deactive = deactive.concat(this.clientCount[dbInbound.id].deactive);
  1459. depleted = depleted.concat(this.clientCount[dbInbound.id].depleted);
  1460. expiring = expiring.concat(this.clientCount[dbInbound.id].expiring);
  1461. }
  1462. });
  1463. return {
  1464. down: down,
  1465. up: up,
  1466. clients: clients,
  1467. deactive: deactive,
  1468. depleted: depleted,
  1469. expiring: expiring,
  1470. };
  1471. }
  1472. },
  1473. });
  1474. </script>
  1475. {{template "inboundModal"}}
  1476. {{template "promptModal"}}
  1477. {{template "qrcodeModal"}}
  1478. {{template "textModal"}}
  1479. {{template "inboundInfoModal"}}
  1480. {{template "clientsModal"}}
  1481. {{template "clientsBulkModal"}}
  1482. </body>
  1483. </html>