index.html 30 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. {{template "head" .}}
  4. <style>
  5. @media (min-width: 769px) {
  6. .ant-layout-content {
  7. margin: 24px 16px;
  8. }
  9. .ant-card-hoverable {
  10. margin-inline: 0.3rem;
  11. }
  12. .ant-alert-error {
  13. margin-inline: 0.3rem;
  14. }
  15. }
  16. .ant-col-sm-24 {
  17. margin-top: 10px;
  18. }
  19. .ant-card-dark h2 {
  20. color: var(--dark-color-text-primary);
  21. }
  22. .ant-backup-list-item {
  23. gap: 10px;
  24. user-select: none;
  25. cursor: pointer;
  26. }
  27. .dark .ant-backup-list-item svg,
  28. .dark .ant-card-actions>li>*,
  29. .dark .ant-badge-status-text,
  30. .dark .ant-card-extra {
  31. color: var(--dark-color-text-primary) !important;
  32. }
  33. .dark .ant-card-actions>li>*:hover {
  34. color: var(--color-primary-100) !important;
  35. }
  36. .dark .ant-backup-list,
  37. .dark .ant-xray-version-list,
  38. .dark .ant-card-actions,
  39. .dark .ant-card-actions>li:not(:last-child) {
  40. border-color: var(--dark-color-stroke);
  41. }
  42. .ant-card-actions {
  43. background: transparent !important;
  44. }
  45. .ip-hidden {
  46. filter: blur(10px);
  47. }
  48. </style>
  49. <body>
  50. <a-layout id="app" v-cloak :class="themeSwitcher.currentTheme">
  51. {{ template "commonSider" . }}
  52. <a-layout id="content-layout">
  53. <a-layout-content>
  54. <a-spin :spinning="spinning" :delay="200" :tip="loadingTip">
  55. <transition name="list" appear>
  56. <a-alert type="error" v-if="showAlert" style="margin-bottom: 10px"
  57. message='{{ i18n "secAlertTitle" }}'
  58. color="red"
  59. description='{{ i18n "secAlertSsl" }}'
  60. show-icon closable>
  61. </a-alert>
  62. </transition>
  63. <transition v-if="status.isLoaded" name="list" appear>
  64. <a-row>
  65. <a-card hoverable>
  66. <a-row>
  67. <a-col :sm="24" :md="12">
  68. <a-row>
  69. <a-col :span="12" style="text-align: center">
  70. <a-progress type="dashboard" status="normal"
  71. :stroke-color="status.cpu.color"
  72. :percent="status.cpu.percent"></a-progress>
  73. <div><b>CPU:</b> [[ CPUFormatter.cpuCoreFormat(status.cpuCores) ]] <a-tooltip>
  74. <a-icon type="area-chart"></a-icon>
  75. <template slot="title">
  76. <div><b>Logical Processors:</b> [[ (status.logicalPro) ]]</div>
  77. <div><b>Speed:</b> [[ CPUFormatter.cpuSpeedFormat(status.cpuSpeedMhz) ]]</div>
  78. </template>
  79. </a-tooltip></div>
  80. </a-col>
  81. <a-col :span="12" style="text-align: center">
  82. <a-progress type="dashboard" status="normal"
  83. :stroke-color="status.mem.color"
  84. :percent="status.mem.percent"></a-progress>
  85. <div>
  86. <b>{{ i18n "pages.index.memory"}}:</b> [[ SizeFormatter.sizeFormat(status.mem.current) ]] / [[ SizeFormatter.sizeFormat(status.mem.total) ]]
  87. </div>
  88. </a-col>
  89. </a-row>
  90. </a-col>
  91. <a-col :sm="24" :md="12">
  92. <a-row>
  93. <a-col :span="12" style="text-align: center">
  94. <a-progress type="dashboard" status="normal"
  95. :stroke-color="status.swap.color"
  96. :percent="status.swap.percent"></a-progress>
  97. <div>
  98. <b>Swap:</b> [[ SizeFormatter.sizeFormat(status.swap.current) ]] / [[ SizeFormatter.sizeFormat(status.swap.total) ]]
  99. </div>
  100. </a-col>
  101. <a-col :span="12" style="text-align: center">
  102. <a-progress type="dashboard" status="normal"
  103. :stroke-color="status.disk.color"
  104. :percent="status.disk.percent"></a-progress>
  105. <div>
  106. <b>{{ i18n "pages.index.hard"}}:</b> [[ SizeFormatter.sizeFormat(status.disk.current) ]] / [[ SizeFormatter.sizeFormat(status.disk.total) ]]
  107. </div>
  108. </a-col>
  109. </a-row>
  110. </a-col>
  111. </a-row>
  112. </a-card>
  113. </a-row>
  114. </transition>
  115. <transition name="list" appear>
  116. <template v-if="!status.isLoaded">
  117. <div style="text-align: center; padding: 30px 0; margin-top: 10px;">
  118. <a-spin size="large"></a-spin>
  119. </div>
  120. </template>
  121. <template v-else>
  122. <a-row>
  123. <a-col :sm="24" :lg="12">
  124. <a-card hoverable>
  125. <template #title>
  126. <a-space direction="horizontal">
  127. <span>{{ i18n "pages.index.xrayStatus" }}</span>
  128. <a-tag v-if="isMobile && status.xray.version != 'Unknown'" color="green">
  129. v[[ status.xray.version ]]
  130. </a-tag>
  131. </a-space>
  132. </template>
  133. <template #extra>
  134. <template v-if="status.xray.state != State.Error">
  135. <a-badge :text="status.xray.state" :color="status.xray.color" style="text-transform: capitalize;"/>
  136. </template>
  137. <template v-else>
  138. <a-popover :overlay-class-name="themeSwitcher.currentTheme">
  139. <span slot="title" style="font-size: 12pt">An error occurred while running Xray
  140. <a-tag color="purple" style="cursor: pointer; float: right;" @click="openLogs()">{{ i18n "pages.index.logs" }}</a-tag>
  141. </span>
  142. <template slot="content">
  143. <p style="max-width: 400px" v-for="line in status.xray.errorMsg.split('\n')">[[ line ]]</p>
  144. </template>
  145. <a-badge :text="status.xray.state" :color="status.xray.color" style="text-transform: capitalize;"/>
  146. </a-popover>
  147. </template>
  148. </template>
  149. <template #actions>
  150. <a-space direction="horizontal" @click="stopXrayService" style="justify-content: center;">
  151. <a-icon type="poweroff"></a-icon>
  152. <span v-if="!isMobile">{{ i18n "pages.index.stopXray" }}</span>
  153. </a-space>
  154. <a-space direction="horizontal" @click="restartXrayService" style="justify-content: center;">
  155. <a-icon type="reload"></a-icon>
  156. <span v-if="!isMobile">{{ i18n "pages.index.restartXray" }}</span>
  157. </a-space>
  158. <a-space direction="horizontal" @click="openSelectV2rayVersion" style="justify-content: center;">
  159. <a-icon type="tool"></a-icon>
  160. <span v-if="!isMobile">
  161. [[ status.xray.version != 'Unknown' ? `v${status.xray.version}` : '{{ i18n "pages.index.xraySwitch" }}' ]]
  162. </span>
  163. </a-space>
  164. </template>
  165. </a-card>
  166. </a-col>
  167. <a-col :sm="24" :lg="12">
  168. <a-card title='{{ i18n "menu.link" }}' hoverable>
  169. <template #actions>
  170. <a-space direction="horizontal" @click="openLogs()" style="justify-content: center;">
  171. <a-icon type="bars"></a-icon>
  172. <span v-if="!isMobile">{{ i18n "pages.index.logs" }}</span>
  173. </a-space>
  174. <a-space direction="horizontal" @click="openConfig" style="justify-content: center;">
  175. <a-icon type="control"></a-icon>
  176. <span v-if="!isMobile">{{ i18n "pages.index.config" }}</span>
  177. </a-space>
  178. <a-space direction="horizontal" @click="openBackup" style="justify-content: center;">
  179. <a-icon type="cloud-server"></a-icon>
  180. <span v-if="!isMobile">{{ i18n "pages.index.backup" }}</span>
  181. </a-space>
  182. </template>
  183. </a-card>
  184. </a-col>
  185. <a-col :sm="24" :lg="12">
  186. <a-card title='3X-UI' hoverable>
  187. <a rel="noopener" href="https://github.com/MHSanaei/3x-ui/releases" target="_blank"><a-tag color="green">v{{ .cur_ver }}</a-tag></a>
  188. <a rel="noopener" href="https://t.me/XrayUI" target="_blank"><a-tag color="green">@XrayUI</a-tag></a>
  189. </a-card>
  190. </a-col>
  191. <a-col :sm="24" :lg="12">
  192. <a-card title='{{ i18n "pages.index.operationHours" }}' hoverable>
  193. <a-tag :color="status.xray.color">Xray: [[ TimeFormatter.formatSecond(status.appStats.uptime) ]]</a-tag>
  194. <a-tag color="green">OS: [[ TimeFormatter.formatSecond(status.uptime) ]]</a-tag>
  195. </a-card>
  196. </a-col>
  197. <a-col :sm="24" :lg="12">
  198. <a-card title='{{ i18n "pages.index.systemLoad" }}' hoverable>
  199. <a-tag color="green">
  200. <a-tooltip>
  201. [[ status.loads[0] ]] | [[ status.loads[1] ]] | [[ status.loads[2] ]]
  202. <template slot="title">
  203. {{ i18n "pages.index.systemLoadDesc" }}
  204. </template>
  205. </a-tooltip>
  206. </a-tag>
  207. </a-card>
  208. </a-col>
  209. <a-col :sm="24" :lg="12">
  210. <a-card title='{{ i18n "usage"}}' hoverable>
  211. <a-tag color="green"> RAM: [[ SizeFormatter.sizeFormat(status.appStats.mem) ]] </a-tag>
  212. <a-tag color="green"> Threads: [[ status.appStats.threads ]] </a-tag>
  213. </a-card>
  214. </a-col>
  215. <a-col :sm="24" :lg="12">
  216. <a-card title='{{ i18n "pages.index.ipAddresses" }}' hoverable>
  217. <template #extra>
  218. <a-tooltip>
  219. <template #title>
  220. {{ i18n "pages.index.toggleIpVisibility" }}
  221. </template>
  222. <a-icon :type="showIp ? 'eye' : 'eye-invisible'" :style="{ fontSize: '1rem' }" @click="showIp = !showIp"></a-icon>
  223. </a-tooltip>
  224. </template>
  225. <a-row :class="showIp ? 'ip-visible' : 'ip-hidden'">
  226. <a-col :lg="12" :sm="24" :style="{ marginTop: isMobile ? '10px' : 0 }">
  227. <a-custom-statistic title="IPv4" :value="status.publicIP.ipv4">
  228. <template #prefix>
  229. <a-icon type="global" />
  230. </template>
  231. </a-custom-statistic>
  232. </a-col>
  233. <a-col :lg="12" :sm="24" :style="{ marginTop: isMobile ? '10px' : 0 }">
  234. <a-custom-statistic title="IPv6" :value="status.publicIP.ipv6">
  235. <template #prefix>
  236. <a-icon type="global" />
  237. </template>
  238. </a-custom-statistic>
  239. </a-col>
  240. </a-row>
  241. </a-card>
  242. </a-col>
  243. <a-col :sm="24" :lg="12">
  244. <a-card title='{{ i18n "pages.index.connectionCount" }}' hoverable>
  245. <a-row>
  246. <a-col :lg="12" :sm="24" :style="{ marginTop: isMobile ? '10px' : 0 }">
  247. <a-custom-statistic title="TCP" :value="status.tcpCount">
  248. <template #prefix>
  249. <a-icon type="swap" />
  250. </template>
  251. </a-custom-statistic>
  252. </a-col>
  253. <a-col :lg="12" :sm="24" :style="{ marginTop: isMobile ? '10px' : 0 }">
  254. <a-custom-statistic title="UDP" :value="status.udpCount">
  255. <template #prefix>
  256. <a-icon type="swap" />
  257. </template>
  258. </a-custom-statistic>
  259. </a-col>
  260. </a-row>
  261. </a-card>
  262. </a-col>
  263. <a-col :sm="24" :lg="12">
  264. <a-card title='{{ i18n "pages.index.overallSpeed" }}' hoverable>
  265. <a-row>
  266. <a-col :lg="12" :sm="24" :style="{ marginTop: isMobile ? '10px' : 0 }">
  267. <a-custom-statistic title='{{ i18n "pages.index.upload" }}' :value="SizeFormatter.sizeFormat(status.netIO.up)">
  268. <template #prefix>
  269. <a-icon type="arrow-up" />
  270. </template>
  271. <template #suffix>
  272. /s
  273. </template>
  274. </a-custom-statistic>
  275. </a-col>
  276. <a-col :lg="12" :sm="24" :style="{ marginTop: isMobile ? '10px' : 0 }">
  277. <a-custom-statistic title='{{ i18n "pages.index.download" }}' :value="SizeFormatter.sizeFormat(status.netIO.down)">
  278. <template #prefix>
  279. <a-icon type="arrow-down" />
  280. </template>
  281. <template #suffix>
  282. /s
  283. </template>
  284. </a-custom-statistic>
  285. </a-col>
  286. </a-row>
  287. </a-card>
  288. </a-col>
  289. <a-col :sm="24" :lg="12">
  290. <a-card title='{{ i18n "pages.index.totalData" }}' hoverable>
  291. <a-row>
  292. <a-col :lg="12" :sm="24" :style="{ marginTop: isMobile ? '10px' : 0 }">
  293. <a-custom-statistic title='{{ i18n "pages.index.sent" }}' :value="SizeFormatter.sizeFormat(status.netTraffic.sent)">
  294. <template #prefix>
  295. <a-icon type="cloud-upload" />
  296. </template>
  297. </a-custom-statistic>
  298. </a-col>
  299. <a-col :lg="12" :sm="24" :style="{ marginTop: isMobile ? '10px' : 0 }">
  300. <a-custom-statistic title='{{ i18n "pages.index.received" }}' :value="SizeFormatter.sizeFormat(status.netTraffic.recv)">
  301. <template #prefix>
  302. <a-icon type="cloud-download" />
  303. </template>
  304. </a-custom-statistic>
  305. </a-col>
  306. </a-row>
  307. </a-card>
  308. </a-col>
  309. </a-row>
  310. </template>
  311. </transition>
  312. </a-spin>
  313. </a-layout-content>
  314. </a-layout>
  315. <a-modal id="version-modal" v-model="versionModal.visible" title='{{ i18n "pages.index.xraySwitch" }}' :closable="true"
  316. @ok="() => versionModal.visible = false" :class="themeSwitcher.currentTheme" footer="">
  317. <a-alert type="warning" style="margin-bottom: 12px; width: 100%;"
  318. message='{{ i18n "pages.index.xraySwitchClickDesk" }}' show-icon></a-alert>
  319. <a-list class="ant-xray-version-list" bordered style="width: 100%;">
  320. <a-list-item class="ant-xray-version-list-item" v-for="version in versionModal.versions">
  321. <a-list-item-meta>
  322. <template #title>[[ version ]]</template>
  323. </a-list-item-meta>
  324. <a-radio :class="themeSwitcher.currentTheme" :checked="version === `v${status.xray.version}`" @click="switchV2rayVersion(version)"></a-radio>
  325. </a-list-item>
  326. </a-list>
  327. </a-modal>
  328. <a-modal id="log-modal" v-model="logModal.visible"
  329. :closable="true" @cancel="() => logModal.visible = false"
  330. :class="themeSwitcher.currentTheme"
  331. width="800px" footer="">
  332. <template slot="title">
  333. {{ i18n "pages.index.logs" }}
  334. <a-icon :spin="logModal.loading"
  335. type="sync"
  336. style="vertical-align: middle; margin-left: 10px;"
  337. :disabled="logModal.loading"
  338. @click="openLogs()">
  339. </a-icon>
  340. </template>
  341. <a-form layout="inline">
  342. <a-form-item style="margin-right: 0.5rem;">
  343. <a-input-group compact>
  344. <a-select size="small" v-model="logModal.rows" style="width:70px;"
  345. @change="openLogs()" :dropdown-class-name="themeSwitcher.currentTheme">
  346. <a-select-option value="10">10</a-select-option>
  347. <a-select-option value="20">20</a-select-option>
  348. <a-select-option value="50">50</a-select-option>
  349. <a-select-option value="100">100</a-select-option>
  350. <a-select-option value="500">500</a-select-option>
  351. </a-select>
  352. <a-select size="small" v-model="logModal.level" style="width:95px;"
  353. @change="openLogs()" :dropdown-class-name="themeSwitcher.currentTheme">
  354. <a-select-option value="debug">Debug</a-select-option>
  355. <a-select-option value="info">Info</a-select-option>
  356. <a-select-option value="notice">Notice</a-select-option>
  357. <a-select-option value="warning">Warning</a-select-option>
  358. <a-select-option value="err">Error</a-select-option>
  359. </a-select>
  360. </a-input-group>
  361. </a-form-item>
  362. <a-form-item>
  363. <a-checkbox v-model="logModal.syslog" @change="openLogs()">SysLog</a-checkbox>
  364. </a-form-item>
  365. <a-form-item style="float: right;">
  366. <a-button type="primary" icon="download"
  367. :href="'data:application/text;charset=utf-8,' + encodeURIComponent(logModal.logs?.join('\n'))" download="x-ui.log">
  368. </a-button>
  369. </a-form-item>
  370. </a-form>
  371. <div class="ant-input" style="height: auto; max-height: 500px; overflow: auto; margin-top: 0.5rem;" v-html="logModal.formattedLogs"></div>
  372. </a-modal>
  373. <a-modal id="backup-modal"
  374. v-model="backupModal.visible"
  375. title='{{ i18n "pages.index.backupTitle" }}'
  376. :closable="true"
  377. footer=""
  378. :class="themeSwitcher.currentTheme">
  379. <a-list class="ant-backup-list" bordered style="width: 100%;">
  380. <a-list-item class="ant-backup-list-item" @click="exportDatabase()">
  381. <a-list-item-meta>
  382. <template #title>{{ i18n "pages.index.exportDatabase" }}</template>
  383. <template #description>{{ i18n "pages.index.exportDatabaseDesc" }}</template>
  384. </a-list-item-meta>
  385. <a-icon type="right" />
  386. </a-list-item>
  387. <a-list-item class="ant-backup-list-item" @click="importDatabase()">
  388. <a-list-item-meta>
  389. <template #title>{{ i18n "pages.index.importDatabase" }}</template>
  390. <template #description>{{ i18n "pages.index.importDatabaseDesc" }}</template>
  391. <templaet #avatar>
  392. <a-icon type="import" />
  393. </templaet>
  394. </a-list-item-meta>
  395. <a-icon type="right" />
  396. </a-list-item>
  397. </a-list>
  398. </a-modal>
  399. </a-layout>
  400. {{template "js" .}}
  401. {{template "component/aThemeSwitch" .}}
  402. {{template "component/aCustomStatistic" .}}
  403. {{template "textModal"}}
  404. <script>
  405. const State = {
  406. Running: "running",
  407. Stop: "stop",
  408. Error: "error",
  409. }
  410. Object.freeze(State);
  411. class CurTotal {
  412. constructor(current, total) {
  413. this.current = current;
  414. this.total = total;
  415. }
  416. get percent() {
  417. if (this.total === 0) {
  418. return 0;
  419. }
  420. return NumberFormatter.toFixed(this.current / this.total * 100, 2);
  421. }
  422. get color() {
  423. const percent = this.percent;
  424. if (percent < 80) {
  425. return '#008771'; // Green
  426. } else if (percent < 90) {
  427. return "#f37b24"; // Orange
  428. } else {
  429. return "#cf3c3c"; // Red
  430. }
  431. }
  432. }
  433. class Status {
  434. constructor(data, isLoaded = false) {
  435. this.cpu = new CurTotal(0, 0);
  436. this.cpuCores = 0;
  437. this.logicalPro = 0;
  438. this.cpuSpeedMhz = 0;
  439. this.disk = new CurTotal(0, 0);
  440. this.loads = [0, 0, 0];
  441. this.mem = new CurTotal(0, 0);
  442. this.netIO = { up: 0, down: 0 };
  443. this.netTraffic = { sent: 0, recv: 0 };
  444. this.publicIP = { ipv4: 0, ipv6: 0 };
  445. this.swap = new CurTotal(0, 0);
  446. this.tcpCount = 0;
  447. this.udpCount = 0;
  448. this.uptime = 0;
  449. this.appUptime = 0;
  450. this.appStats = {threads: 0, mem: 0, uptime: 0};
  451. this.xray = { state: State.Stop, errorMsg: "", version: "", color: "" };
  452. if (data == null) {
  453. return;
  454. }
  455. this.isLoaded = isLoaded;
  456. this.cpu = new CurTotal(data.cpu, 100);
  457. this.cpuCores = data.cpuCores;
  458. this.logicalPro = data.logicalPro;
  459. this.cpuSpeedMhz = data.cpuSpeedMhz;
  460. this.disk = new CurTotal(data.disk.current, data.disk.total);
  461. this.loads = data.loads.map(load => NumberFormatter.toFixed(load, 2));
  462. this.mem = new CurTotal(data.mem.current, data.mem.total);
  463. this.netIO = data.netIO;
  464. this.netTraffic = data.netTraffic;
  465. this.publicIP = data.publicIP;
  466. this.swap = new CurTotal(data.swap.current, data.swap.total);
  467. this.tcpCount = data.tcpCount;
  468. this.udpCount = data.udpCount;
  469. this.uptime = data.uptime;
  470. this.appUptime = data.appUptime;
  471. this.appStats = data.appStats;
  472. this.xray = data.xray;
  473. switch (this.xray.state) {
  474. case State.Running:
  475. this.xray.color = "green";
  476. break;
  477. case State.Stop:
  478. this.xray.color = "orange";
  479. break;
  480. case State.Error:
  481. this.xray.color = "red";
  482. break;
  483. default:
  484. this.xray.color = "gray";
  485. }
  486. }
  487. }
  488. const versionModal = {
  489. visible: false,
  490. versions: [],
  491. show(versions) {
  492. this.visible = true;
  493. this.versions = versions;
  494. },
  495. hide() {
  496. this.visible = false;
  497. },
  498. };
  499. const logModal = {
  500. visible: false,
  501. logs: [],
  502. rows: 20,
  503. level: 'info',
  504. syslog: false,
  505. loading: false,
  506. show(logs) {
  507. this.visible = true;
  508. this.logs = logs;
  509. this.formattedLogs = this.logs?.length > 0 ? this.formatLogs(this.logs) : "No Record...";
  510. },
  511. formatLogs(logs) {
  512. let formattedLogs = '';
  513. const levels = ["DEBUG","INFO","NOTICE","WARNING","ERROR"];
  514. const levelColors = ["#3c89e8","#008771","#008771","#f37b24","#e04141","#bcbcbc"];
  515. logs.forEach((log, index) => {
  516. let [data, message] = log.split(" - ",2);
  517. const parts = data.split(" ")
  518. if(index>0) formattedLogs += '<br>';
  519. if (parts.length === 3) {
  520. const d = parts[0];
  521. const t = parts[1];
  522. const level = parts[2];
  523. const levelIndex = levels.indexOf(level,levels) || 5;
  524. //formattedLogs += `<span style="color: gray;">${index + 1}.</span>`;
  525. formattedLogs += `<span style="color: ${levelColors[0]};">${d} ${t}</span> `;
  526. formattedLogs += `<span style="color: ${levelColors[levelIndex]}">${level}</span>`;
  527. } else {
  528. const levelIndex = levels.indexOf(data,levels) || 5;
  529. formattedLogs += `<span style="color: ${levelColors[levelIndex]}">${data}</span>`;
  530. }
  531. if(message){
  532. if(message.startsWith("XRAY:"))
  533. message = "<b>XRAY: </b>" + message.substring(5);
  534. else
  535. message = "<b>X-UI: </b>" + message;
  536. }
  537. formattedLogs += message ? ' - ' + message : '';
  538. });
  539. return formattedLogs;
  540. },
  541. hide() {
  542. this.visible = false;
  543. },
  544. };
  545. const backupModal = {
  546. visible: false,
  547. show() {
  548. this.visible = true;
  549. },
  550. hide() {
  551. this.visible = false;
  552. },
  553. };
  554. const app = new Vue({
  555. delimiters: ['[[', ']]'],
  556. el: '#app',
  557. data: {
  558. siderDrawer,
  559. themeSwitcher,
  560. status: new Status(),
  561. versionModal,
  562. logModal,
  563. backupModal,
  564. spinning: false,
  565. loadingTip: '{{ i18n "loading"}}',
  566. showAlert: false,
  567. showIp: false,
  568. isMobile: window.innerWidth <= 768
  569. },
  570. methods: {
  571. loading(spinning, tip = '{{ i18n "loading"}}') {
  572. this.spinning = spinning;
  573. this.loadingTip = tip;
  574. },
  575. async getStatus() {
  576. try {
  577. const msg = await HttpUtil.post('/server/status');
  578. if (msg.success) {
  579. this.setStatus(msg.obj, true);
  580. }
  581. } catch (e) {
  582. console.error("Failed to get status:", e);
  583. }
  584. },
  585. setStatus(data, isLoaded = false) {
  586. this.status = new Status(data, isLoaded);
  587. },
  588. async openSelectV2rayVersion() {
  589. this.loading(true);
  590. const msg = await HttpUtil.post('server/getXrayVersion');
  591. this.loading(false);
  592. if (!msg.success) {
  593. return;
  594. }
  595. versionModal.show(msg.obj);
  596. },
  597. switchV2rayVersion(version) {
  598. this.$confirm({
  599. title: '{{ i18n "pages.index.xraySwitchVersionDialog"}}',
  600. content: '{{ i18n "pages.index.xraySwitchVersionDialogDesc"}}' + ` ${version}?`,
  601. okText: '{{ i18n "confirm"}}',
  602. class: themeSwitcher.currentTheme,
  603. cancelText: '{{ i18n "cancel"}}',
  604. onOk: async () => {
  605. versionModal.hide();
  606. this.loading(true, '{{ i18n "pages.index.dontRefresh"}}');
  607. await HttpUtil.post(`/server/installXray/${version}`);
  608. this.loading(false);
  609. },
  610. });
  611. },
  612. async stopXrayService() {
  613. this.loading(true);
  614. const msg = await HttpUtil.post('server/stopXrayService');
  615. this.loading(false);
  616. if (!msg.success) {
  617. return;
  618. }
  619. },
  620. async restartXrayService() {
  621. this.loading(true);
  622. const msg = await HttpUtil.post('server/restartXrayService');
  623. this.loading(false);
  624. if (!msg.success) {
  625. return;
  626. }
  627. },
  628. async openLogs(){
  629. logModal.loading = true;
  630. const msg = await HttpUtil.post('server/logs/'+logModal.rows,{level: logModal.level, syslog: logModal.syslog});
  631. if (!msg.success) {
  632. return;
  633. }
  634. logModal.show(msg.obj);
  635. await PromiseUtil.sleep(500);
  636. logModal.loading = false;
  637. },
  638. async openConfig() {
  639. this.loading(true);
  640. const msg = await HttpUtil.post('server/getConfigJson');
  641. this.loading(false);
  642. if (!msg.success) {
  643. return;
  644. }
  645. txtModal.show('config.json', JSON.stringify(msg.obj, null, 2), 'config.json');
  646. },
  647. openBackup() {
  648. backupModal.show();
  649. },
  650. exportDatabase() {
  651. window.location = basePath + 'server/getDb';
  652. },
  653. importDatabase() {
  654. const fileInput = document.createElement('input');
  655. fileInput.type = 'file';
  656. fileInput.accept = '.db';
  657. fileInput.addEventListener('change', async (event) => {
  658. const dbFile = event.target.files[0];
  659. if (dbFile) {
  660. const formData = new FormData();
  661. formData.append('db', dbFile);
  662. backupModal.hide();
  663. this.loading(true);
  664. const uploadMsg = await HttpUtil.post('server/importDB', formData, {
  665. headers: {
  666. 'Content-Type': 'multipart/form-data',
  667. }
  668. });
  669. this.loading(false);
  670. if (!uploadMsg.success) {
  671. return;
  672. }
  673. this.loading(true);
  674. const restartMsg = await HttpUtil.post("/panel/setting/restartPanel");
  675. this.loading(false);
  676. if (restartMsg.success) {
  677. this.loading(true);
  678. await PromiseUtil.sleep(5000);
  679. location.reload();
  680. }
  681. }
  682. });
  683. fileInput.click();
  684. },
  685. },
  686. async mounted() {
  687. if (window.location.protocol !== "https:") {
  688. this.showAlert = true;
  689. }
  690. while (true) {
  691. try {
  692. await this.getStatus();
  693. } catch (e) {
  694. console.error(e);
  695. }
  696. await PromiseUtil.sleep(2000);
  697. }
  698. },
  699. });
  700. </script>
  701. </body>
  702. </html>