Browse Source

MMO-12935:策划表格xml格式清理

wangyh 4 năm trước cách đây
mục cha
commit
a4bcbc69a4
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  1. 2 1
      format_xml.sh

+ 2 - 1
format_xml.sh

@@ -38,5 +38,6 @@ done
 
 git diff  --name-only  HEAD 策划脚本| grep '\.xml$'|xargs sed -b -i \
     -e 's/ x:Family="[^"]*"//g' \
-    -e 's/ss:Data ss:Type="String" xmlns="http:[^"]*"><Font html:Color="#\w\+">\(.*\)<\/Font><\/ss:/Data ss:Type="String">\1<\//g' \
     -e '/^ *<Cell[ >].*<\/Cell>/s/ ss:StyleID="\w\+"//g' 
+
+    # -e 's/ss:Data ss:Type="String" xmlns="http:[^"]*"><Font html:Color="#\w\+">\(.*\)<\/Font><\/ss:/Data ss:Type="String">\1<\//g' \