flyzto 2 ماه پیش
والد
کامیت
7e374eb58f
2فایلهای تغییر یافته به همراه12 افزوده شده و 0 حذف شده
  1. 6 0
      server/models/GamesPs.js
  2. 6 0
      web/apps/web-antd/src/views/match/components/solution_item.vue

+ 6 - 0
server/models/GamesPs.js

@@ -23,8 +23,14 @@ const PS_IOR_KEYS = [
   ['0', 'ior_mh', 'ior_mn', 'ior_mc'],
   ['-1', 'ior_rh_15', 'ior_wmh_1', 'ior_rac_05'],
   ['-2', 'ior_rh_25', 'ior_wmh_2', 'ior_rac_15'],
+  ['-3', 'ior_rh_35', 'ior_wmh_3', 'ior_rac_25'],
+  ['-4', 'ior_rh_45', 'ior_wmh_4', 'ior_rac_35'],
+  ['-5', 'ior_rh_55', 'ior_wmh_5', 'ior_rac_45'],
   ['+1', 'ior_rah_05', 'ior_wmc_1', 'ior_rc_15'],
   ['+2', 'ior_rah_15', 'ior_wmc_2', 'ior_rc_25'],
+  ['+3', 'ior_rah_25', 'ior_wmc_3', 'ior_rc_35'],
+  ['+4', 'ior_rah_35', 'ior_wmc_4', 'ior_rc_45'],
+  ['+5', 'ior_rah_45', 'ior_wmc_5', 'ior_rc_55'],
   ['jqs', 'ior_ot_1', 'ior_ot_2', 'ior_ot_3', 'ior_ot_4', 'ior_ot_5', 'ior_ot_6', 'ior_ot_7'],
 ];
 

+ 6 - 0
web/apps/web-antd/src/views/match/components/solution_item.vue

@@ -50,8 +50,14 @@ const PS_IOR_KEYS = [
   ['0', 'ior_mh', 'ior_mn', 'ior_mc'],
   ['-1', 'ior_rh_15', 'ior_wmh_1', 'ior_rac_05'],
   ['-2', 'ior_rh_25', 'ior_wmh_2', 'ior_rac_15'],
+  ['-3', 'ior_rh_35', 'ior_wmh_3', 'ior_rac_25'],
+  ['-4', 'ior_rh_45', 'ior_wmh_4', 'ior_rac_35'],
+  ['-5', 'ior_rh_55', 'ior_wmh_5', 'ior_rac_45'],
   ['+1', 'ior_rah_05', 'ior_wmc_1', 'ior_rc_15'],
   ['+2', 'ior_rah_15', 'ior_wmc_2', 'ior_rc_25'],
+  ['+3', 'ior_rah_25', 'ior_wmc_3', 'ior_rc_35'],
+  ['+4', 'ior_rah_35', 'ior_wmc_4', 'ior_rc_45'],
+  ['+5', 'ior_rah_45', 'ior_wmc_5', 'ior_rc_55'],
   ['ot_1', '-', 'ior_ot_1', '-'],
   ['ot_2', '-', 'ior_ot_2', '-'],
   ['ot_3', '-', 'ior_ot_3', '-'],