mirror of
https://github.com/zhaoolee/ChineseBQB.git
synced 2026-01-13 06:14:57 +08:00
添加链接
This commit is contained in:
12
.idea/workspace.xml
generated
12
.idea/workspace.xml
generated
@@ -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>
|
||||
|
||||
2
build.py
2
build.py
@@ -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 - \n\n"+img_addr+"\n"+"---"+"\n"
|
||||
md_content = md_content + "\n --- \n\n - "+"(" + img_addr + ")["+ img_addr +"]"+"\n"+"---"+"\n"
|
||||
|
||||
except Exception as e:
|
||||
print(e)
|
||||
|
||||
Reference in New Issue
Block a user