Skip to content

Commit e077719

Browse files
committed
NEW
1 parent e7f034e commit e077719

4 files changed

Lines changed: 19 additions & 0 deletions

File tree

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<title>Python无缝衔接Flutter的可行思路</title>
6+
</head>
7+
<body>
8+
<div style="width: 100vw; height: 100vh;">
9+
<img src="../../img/mermaid-diagram-2025-12-12-215402.png" style="width: 100%; height: 100%;" alt="" />
10+
</div>
11+
12+
</body>
13+
</html>
128 KB
Loading

src/img/pyflutter.jpg

74.5 KB
Loading

src/js/others.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
// 博客列表数据
22
const blogList = [
3+
{
4+
title: 'Python无缝衔接Flutter的可行思路',
5+
content: 'Python无缝衔接Flutter的可行思路',
6+
icon: 'http://PythonnotJava.github.io/src/img/pyflutter.jpg',
7+
link: '../../h5/other/Python无缝衔接Flutter的可行思路.html'
8+
},
39
{
410
title: 'Dart补充',
511
content: 'Dart补充,尤其关于类的方面',

0 commit comments

Comments
 (0)