Kaynağa Gözat

云文档 - DropBox登录的配置文件

chenrongqian 2 yıl önce
ebeveyn
işleme
a2a14a5930
2 değiştirilmiş dosya ile 12 ekleme ve 0 silme
  1. 3 0
      PDF Office/PDF Office.csproj
  2. 9 0
      PDF Office/index.html

+ 3 - 0
PDF Office/PDF Office.csproj

@@ -600,6 +600,9 @@
     <Resource Include="Resources\FilesType\ic_propertybar_file_pdf_lock.png" />
     <Resource Include="Resources\FilesType\ic_propertybar_file_png_Large.png" />
     <Resource Include="SDKLisence.xml" />
+    <Content Include="index.html">
+      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
+    </Content>
     <Content Include="SystemService\PreviewHandler.dll">
       <CopyToOutputDirectory>Always</CopyToOutputDirectory>
     </Content>

+ 9 - 0
PDF Office/index.html

@@ -0,0 +1,9 @@
+<html>
+<script type="text/javascript">
+    function redirect() {
+        // Append fragment as query string so that server can receive it.
+        document.location.href = "/token?url_with_fragment=" + encodeURIComponent(document.location.href);
+    }
+</script>
+<body onload="redirect()"/>
+</html>