mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-07-21 07:01:04 +08:00
7 lines
609 B
Cheetah
7 lines
609 B
Cheetah
|
|
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||
|
|
<Relationships xmlns="http://schemas.openxmlformats.org/package/2006/relationships">
|
||
|
|
<Relationship Id="rIdStyles" Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/styles" Target="styles.xml"/>
|
||
|
|
{{if .HasHeader}}<Relationship Id="rIdHeader1" Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/header" Target="header1.xml"/>{{end}}
|
||
|
|
{{if .HasFooter}}<Relationship Id="rIdFooter1" Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/footer" Target="footer1.xml"/>{{end}}
|
||
|
|
</Relationships>
|