Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Ten committed Jun 14, 2018
1 parent 9d7273b commit de8c45b
Show file tree
Hide file tree
Showing 45 changed files with 8,058 additions and 0 deletions.
47 changes: 47 additions & 0 deletions PSCallBack/CSXS/manifest.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
<?xml version="1.0" encoding="UTF-8"?>
<ExtensionManifest Version="6.0" ExtensionBundleId="net.sytes.chuwa.pscallback2" ExtensionBundleVersion="1.0.0"
ExtensionBundleName="pscallback2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<Author><![CDATA[Ten]]></Author>
<Abstract><![CDATA[]]></Abstract>
<ExtensionList>
<Extension Id="net.sytes.chuwa.pscallback2" Version="1.0.0" />
</ExtensionList>
<ExecutionEnvironment>
<HostList>
<Host Name="PHXS" Version="16.0"/>
<Host Name="PHSP" Version="16.0"/>
</HostList>
<LocaleList>
<Locale Code="All" />
</LocaleList>
<RequiredRuntimeList>
<RequiredRuntime Name="CSXS" Version="6.0" />
</RequiredRuntimeList>
</ExecutionEnvironment>
<DispatchInfoList>
<Extension Id="net.sytes.chuwa.pscallback2">
<DispatchInfo >
<Resources>
<MainPath>./index.html</MainPath>
</Resources>
<Lifecycle>
<AutoVisible>false</AutoVisible>
<StartOn>
<Event>applicationActivate</Event>
</StartOn>
</Lifecycle>
<UI>
<Type>Panel</Type>
<Geometry>
<Size>
<Height>1</Height>
<Width>1</Width>
</Size>
</Geometry>
<Icons>
</Icons>
</UI>
</DispatchInfo>
</Extension>
</DispatchInfoList>
</ExtensionManifest>
11 changes: 11 additions & 0 deletions PSCallBack/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Invisible</title>
</head>
<body>
<script src="js/libs/CSInterface.js"></script>
<script src="js/main.js"></script>
</body>
</html>
Loading

0 comments on commit de8c45b

Please sign in to comment.