Surplus_Up (2DU) 7 лет назад
Родитель
Сommit
76708069af
2 измененных файлов с 4 добавлено и 4 удалено
  1. 1 1
      app.py
  2. 3 3
      route/setting.py

+ 1 - 1
app.py

@@ -8,7 +8,7 @@ for i_data in os.listdir("route"):
 
 
         exec("from route." + f_src + " import *")
         exec("from route." + f_src + " import *")
 
 
-r_ver = 'v3.1.0-master-07'
+r_ver = 'v3.1.0-master-08'
 c_ver = '400001'
 c_ver = '400001'
 s_ver = '2'
 s_ver = '2'
 
 

+ 3 - 3
route/setting.py

@@ -215,15 +215,15 @@ def setting_2(conn, num):
                 imp = [load_lang('text_setting'), wiki_set(), custom(), other2([0, 0])],
                 imp = [load_lang('text_setting'), wiki_set(), custom(), other2([0, 0])],
                 data =  '''
                 data =  '''
                         <form method="post">
                         <form method="post">
-                            <span>''' + load_lang('register_text') + '''</span>
+                            <span>''' + load_lang('register_text') + ''' (HTML)</span>
                             <hr class=\"main_hr\">
                             <hr class=\"main_hr\">
                             <input type="text" name="contract" value="''' + html.escape(d_list[0]) + '''">
                             <input type="text" name="contract" value="''' + html.escape(d_list[0]) + '''">
                             <hr class=\"main_hr\">
                             <hr class=\"main_hr\">
-                            <span>''' + load_lang('non_login_alert') + '''</span>
+                            <span>''' + load_lang('non_login_alert') + ''' (HTML)</span>
                             <hr class=\"main_hr\">
                             <hr class=\"main_hr\">
                             <input type="text" name="no_login_warring" value="''' + html.escape(d_list[1]) + '''">
                             <input type="text" name="no_login_warring" value="''' + html.escape(d_list[1]) + '''">
                             <hr class=\"main_hr\">
                             <hr class=\"main_hr\">
-                            <span>''' + load_lang('edit_bottom_text') + '''</span>
+                            <span>''' + load_lang('edit_bottom_text') + ''' (HTML)</span>
                             <hr class=\"main_hr\">
                             <hr class=\"main_hr\">
                             <input type="text" name="edit_bottom_text" value="''' + html.escape(d_list[2]) + '''">
                             <input type="text" name="edit_bottom_text" value="''' + html.escape(d_list[2]) + '''">
                             <hr class=\"main_hr\">
                             <hr class=\"main_hr\">