添加链接

This commit is contained in:
zhaoolee
2019-05-08 19:45:51 +08:00
parent 438ec0c1bb
commit 4e2a30ec68
2 changed files with 7 additions and 7 deletions

12
.idea/workspace.xml generated
View File

@@ -15,8 +15,8 @@
<file pinned="false" current-in-tab="true">
<entry file="file://$PROJECT_DIR$/build.py">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="344">
<caret line="21" column="56" selection-start-line="21" selection-start-column="56" selection-end-line="21" selection-end-column="56" />
<state relative-caret-position="394">
<caret line="25" lean-forward="true" selection-start-line="25" selection-end-line="25" />
</state>
</provider>
</entry>
@@ -102,12 +102,12 @@
<option name="number" value="Default" />
<option name="presentableId" value="Default" />
<updated>1557314178500</updated>
<workItem from="1557314183054" duration="1227000" />
<workItem from="1557314183054" duration="1423000" />
</task>
<servers />
</component>
<component name="TimeTrackingManager">
<option name="totallyTimeSpent" value="1227000" />
<option name="totallyTimeSpent" value="1423000" />
</component>
<component name="ToolWindowManager">
<frame x="29" y="23" width="1651" height="963" extended-state="0" />
@@ -152,8 +152,8 @@
</entry>
<entry file="file://$PROJECT_DIR$/build.py">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="344">
<caret line="21" column="56" selection-start-line="21" selection-start-column="56" selection-end-line="21" selection-end-column="56" />
<state relative-caret-position="394">
<caret line="25" lean-forward="true" selection-start-line="25" selection-end-line="25" />
</state>
</provider>
</entry>

View File

@@ -19,7 +19,7 @@ def auto_less_to_css(file_dir):
file_info = ["https://raw.githubusercontent.com/zhaoolee/ChineseBQB/master", (root+'/')[1:], file]
img_addr = "".join(file_info)
print(img_addr)
md_content = md_content + "\n - !["+img_addr+"]("+img_addr+")\n\n"+img_addr+"\n"+"---"+"\n"
md_content = md_content + "\n --- !["+img_addr+"]("+img_addr+")\n\n - "+"(" + img_addr + ")["+ img_addr +"]"+"\n"+"---"+"\n"
except Exception as e:
print(e)