Skip to content

Commit ebbd0ba

Browse files
committed
update roadmap
1 parent 01567bb commit ebbd0ba

1 file changed

Lines changed: 13 additions & 3 deletions

File tree

components/roadmap.vue

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@
1111
<img src="~/assets/logo-icon-light.svg">
1212
<h1>1.0 Release</h1>
1313
</div>
14-
14+
<div class="flag-stmt"
15+
title="We all live in the same world. Let's have more understanding of each other, less prejudice.&#013;I am because we are.&#013;利而不害,为而不争。">
16+
</div>
1517
<div v-for="(item, i) in items" class="item" :style="{left: lefts[i] + 'rem'}"
1618
:class="{up: i % 2 === 0, down: i % 2 === 1, on: i <= progress, tall: i % 5 === 2}">
1719
<h1>{{ item.title }}</h1>
@@ -93,6 +95,14 @@
9395
top: 0.2rem;
9496
}
9597
98+
.flag-stmt {
99+
position: absolute;
100+
left: 8.5rem;
101+
top: 0.2rem;
102+
width: 1.1rem;
103+
height: 1rem;
104+
}
105+
96106
.item {
97107
position: absolute;
98108
width: 3.14rem;
@@ -254,11 +264,11 @@
254264
{title: 'Better documentation'},
255265
{title: 'Blog post'},
256266
{title: 'Cached prepared statement'},
257-
{title: 'Better typing support'},
258267
{title: 'MySQL support?'},
268+
{title: 'Better typing support'},
259269
{title: 'Patch SQLAlchemy'},
260270
],
261-
progress: 5,
271+
progress: 6,
262272
}
263273
}
264274
}

0 commit comments

Comments
 (0)