move sample files

This commit is contained in:
2024-03-05 15:03:53 +08:00
parent baec3a3959
commit 6fb7c3c769
9 changed files with 396 additions and 78 deletions

13
sample/web.config Normal file
View File

@ -0,0 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
<system.webServer>
<staticContent>
<mimeMap fileExtension=".amr" mimeType="audio/amr" />
</staticContent>
<httpProtocol>
<customHeaders>
<add name="Access-Control-Allow-Origin" value="*" />
</customHeaders>
</httpProtocol>
</system.webServer>
</configuration>