Skip to content

Commit d292bde

Browse files
committed
更新GitHub Pages演示站点内容
1 parent 95bb899 commit d292bde

File tree

7 files changed

+17
-34
lines changed

7 files changed

+17
-34
lines changed

docs/website/index.html

Lines changed: 1 addition & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -56,44 +56,11 @@ <h2>使用说明</h2>
5656
</div>
5757
</div>
5858

59-
<div class="row mt-4">
60-
<div class="col-md-12">
61-
<h2>媒体资源</h2>
62-
<p>以下是 Pro Color 浏览器扩展的使用截图:</p>
63-
<div class="row">
64-
<div class="col-md-6 mb-3">
65-
<div class="card">
66-
<div class="card-body">
67-
<h5 class="card-title">功能截图 1</h5>
68-
<p class="card-text">演示扩展的主题设置功能</p>
69-
<div class="text-center">
70-
<img src="assets/images/screenshot-placeholder.png" class="img-fluid" alt="功能截图">
71-
<p class="text-muted mt-2">(实际图片将在后续更新)</p>
72-
</div>
73-
</div>
74-
</div>
75-
</div>
76-
<div class="col-md-6 mb-3">
77-
<div class="card">
78-
<div class="card-body">
79-
<h5 class="card-title">功能截图 2</h5>
80-
<p class="card-text">演示扩展的自定义配置功能</p>
81-
<div class="text-center">
82-
<img src="assets/images/screenshot-placeholder.png" class="img-fluid" alt="功能截图">
83-
<p class="text-muted mt-2">(实际图片将在后续更新)</p>
84-
</div>
85-
</div>
86-
</div>
87-
</div>
88-
</div>
89-
</div>
90-
</div>
91-
9259
<div class="footer text-center">
9360
<p>Pro Color 浏览器扩展 · <span class="version-badge">最新版本</span></p>
9461
<p><a href="https://github.com/cgbin24/pro_color" target="_blank">GitHub 项目</a></p>
9562
</div>
9663
</div>
9764
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/js/bootstrap.bundle.min.js"></script>
9865
</body>
99-
</html>
66+
</html>

docs/website/pro-color-latest.crx

112 KB
Binary file not shown.

docs/website/pro-color-latest.zip

97.5 KB
Binary file not shown.

docs/website/pro-color-v0.1.0.crx

112 KB
Binary file not shown.

docs/website/pro-color-v0.1.0.zip

97.5 KB
Binary file not shown.

docs/website/version-info.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"version": "0.1.0",
3+
"buildDate": "2025-05-15T07:58:02.388Z",
4+
"files": [
5+
"pro-color-v0.1.0.crx",
6+
"pro-color-v0.1.0.zip"
7+
]
8+
}

docs/website/version.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"version": "0.1.0",
3+
"buildDate": "2025-05-15T07:58:02.388Z",
4+
"files": [
5+
"pro-color-v0.1.0.crx",
6+
"pro-color-v0.1.0.zip"
7+
]
8+
}

0 commit comments

Comments
 (0)