調整儀錶板和編輯器的界面,新增快速設定按鈕,並添加了相關的測試腳本和模板文件。
This commit is contained in:
33
websites/phase1-e2e/index.html
Normal file
33
websites/phase1-e2e/index.html
Normal file
@@ -0,0 +1,33 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
||||
<meta name="description" content="">
|
||||
<meta name="author" content="">
|
||||
<title>My page</title>
|
||||
<!-- Bootstrap core CSS -->
|
||||
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.1/dist/js/bootstrap.min.js"></script>
|
||||
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.1/dist/css/bootstrap.min.css" rel="stylesheet">
|
||||
|
||||
<script src="https://code.jquery.com/jquery-3.7.0.min.js"></script>
|
||||
<style>
|
||||
html, body
|
||||
{
|
||||
width:100%;
|
||||
height:100%;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<!-- Page Content -->
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-lg-12 text-center">
|
||||
<h1 class="mt-5">Bootstrap 5 start page</h1>
|
||||
<p class="lead">Start by dragging components to page or double click to edit text</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 291 B |
10
websites/phase1-e2e/media/images/uploads.json
Normal file
10
websites/phase1-e2e/media/images/uploads.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"2026-05": [
|
||||
{
|
||||
"filename": "5717be82fe7246a6b7b437182cc5748f.png",
|
||||
"original_name": "test.png",
|
||||
"size": 289,
|
||||
"uploaded_at": "2026-05-26T03:57:55"
|
||||
}
|
||||
]
|
||||
}
|
||||
11
websites/phase1-e2e/project.json
Normal file
11
websites/phase1-e2e/project.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"name": "phase1-e2e",
|
||||
"slug": "phase1-e2e",
|
||||
"description": "automated test",
|
||||
"created_at": "2026-05-26T03:57:54",
|
||||
"settings": {
|
||||
"title": "Auto Test",
|
||||
"description": "desc"
|
||||
},
|
||||
"updated_at": "2026-05-26T03:57:55"
|
||||
}
|
||||
Reference in New Issue
Block a user