flyzto 5 ماه پیش
والد
کامیت
86b08e05fd
2فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 1 1
      server/models/GamesPs.js
  2. 1 1
      web/apps/web-antd/src/views/match/solutions/index.vue

+ 1 - 1
server/models/GamesPs.js

@@ -18,7 +18,7 @@ const PS_IOR_KEYS = [
   ['-2', 'ior_rh_25', 'ior_wmh_2', 'ior_rac_15'],
   ['+1', 'ior_rah_05', 'ior_wmc_1', 'ior_rc_15'],
   ['+2', 'ior_rah_15', 'ior_wmc_2', 'ior_rc_25'],
-  ['2-3', 'ior_ot_2', 'ior_os_2#3', 'ior_ot_3'],
+  ['2-3', 'ior_ot_2', 'ior_os_2-3', 'ior_ot_3'],
 ];
 
 const BASE_URL = 'https://api.isthe.me/api/p';

+ 1 - 1
web/apps/web-antd/src/views/match/solutions/index.vue

@@ -162,7 +162,7 @@ const PS_IOR_KEYS = [
   ['-2', 'ior_rh_25', 'ior_wmh_2', 'ior_rac_15'],
   ['+1', 'ior_rah_05', 'ior_wmc_1', 'ior_rc_15'],
   ['+2', 'ior_rah_15', 'ior_wmc_2', 'ior_rc_25'],
-  ['2-3', 'ior_ot_2', 'ior_os_2#3', 'ior_ot_3'],
+  ['2-3', 'ior_ot_2', 'ior_os_2-3', 'ior_ot_3'],
 ];
 
 const formatPsEvents = (events) => {