잉여개발기 (SPDV) 5 лет назад
Родитель
Сommit
84bccd7f10
3 измененных файлов с 3 добавлено и 2 удалено
  1. 1 0
      route/api_version.py
  2. 1 1
      route/tool/set_mark/namumark.py
  3. 1 1
      version.json

+ 1 - 0
route/api_version.py

@@ -6,6 +6,7 @@ def api_version_2(conn, r_ver, c_ver):
     n_ver = ''
     data = None
 
+    # master 빌드에 master을 beta로 수정하는 코드 넣어야함
     curs.execute(db_change('select data from other where name = "update"'))
     up_data = curs.fetchall()
     up_data = up_data[0][0] if up_data else 'stable'

+ 1 - 1
route/tool/set_mark/namumark.py

@@ -909,7 +909,7 @@ def namumark(conn, data, title, include_num):
             for i in sub_li:
                 li_end_data += '<li style="margin-left: ' + str(20 if len(i[0]) == 0 else (len(i[0]) * 20)) + 'px;">' + i[1] + '</li>'
 
-            data = li_re.sub('\n<ul>' + li_end_data + '</ul>\n', data, 1)
+            data = li_re.sub('\n\n<ul>' + li_end_data + '</ul>\n', data, 1)
         else:
             break
 

+ 1 - 1
version.json

@@ -1,6 +1,6 @@
 {
     "beta" : {
-        "r_ver" : "v3.2.0-beta-25 (v3.2.0-dev-202008013-03)",
+        "r_ver" : "v3.2.0-beta-25 (v3.2.0-dev-202008013-04)",
         "c_ver" : "3202200",
         "s_ver" : "9"
     }, "stable" : {