将flask改成fastapi
This commit is contained in:
20
intergrations/extension_chrome/popup.html
Normal file
20
intergrations/extension_chrome/popup.html
Normal file
@@ -0,0 +1,20 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport"
|
||||
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0" />
|
||||
<title>RAGFLOW</title>
|
||||
<link rel="stylesheet" href="styles/popup.css" />
|
||||
</head>
|
||||
|
||||
<body id="ragflow">
|
||||
<div class="window">
|
||||
<textarea id="getHtml"></textarea>
|
||||
<iframe src="" style="width: 100%; height: 100%; min-height: 600px" frameborder="0"></iframe>
|
||||
</div>
|
||||
<script src="popup.js"></script>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
Reference in New Issue
Block a user