UNPKG

whistle.mock-plugins

Version:

Whistle 插件,用于快速创建 API 模拟数据

14 lines 314 B
<!DOCTYPE html> <html> <head> <meta http-equiv="refresh" content="0;url=/ui/"> <title>Redirecting...</title> </head> <body> <script> // 重定向到正确的路径 window.location.href = '/ui/'; </script> <p>如果页面没有自动跳转,<a href="/ui/">请点击这里</a></p> </body> </html>