添加UCD-API文档

This commit is contained in:
xinzhu.yin
2026-05-13 17:18:50 +08:00
parent 0513f810bd
commit 9371defb6e
129 changed files with 93563 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
<!DOCTYPE HTML>
<html>
<body>
<script>
function myFunction()
{
window.location.href = './content/index.html';
}
myFunction();
window.open('file.extension');
</script>
</body>
</html>