readme中变量图片相对路径 log
This commit is contained in:
parent
64bca88d35
commit
b4029b9aa4
|
@ -153,6 +153,7 @@ module RepositoriesHelper
|
|||
when 'ss_src_1'
|
||||
content = content.gsub("src=\'#{s[0]}\'", "src=\'#{s_content}\'")
|
||||
when 'ss_2'
|
||||
puts "##### new_readme_render_decode64_content1 s[0]: #{s[0]}"
|
||||
content = content.gsub(/#{s[0]}/, "#{s_content}")
|
||||
else
|
||||
content = content.gsub("(#{s[0]})", "(#{s_content})")
|
||||
|
|
Loading…
Reference in New Issue