weifuwu 0.27.22 β 0.27.23
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -8,8 +8,8 @@ export default function (ctx: any) {
|
|
|
8
8
|
<nav class="wu-flex wu-items-center wu-justify-between wu-p-4 wu-border-bottom">
|
|
9
9
|
<strong class="wu-text-lg">weifuwu</strong>
|
|
10
10
|
<div class="wu-flex wu-gap-sm wu-items-center">
|
|
11
|
-
<button wu-theme="dark" class="wu-btn wu-btn-sm" wu-text-key="theme
|
|
12
|
-
<button wu-lang="zh-CN" class="wu-btn wu-btn-sm" wu-text-key="lang
|
|
11
|
+
<button wu-theme="dark" class="wu-btn wu-btn-sm" wu-text-key="theme">π</button>
|
|
12
|
+
<button wu-lang="zh-CN" class="wu-btn wu-btn-sm" wu-text-key="lang">δΈζ</button>
|
|
13
13
|
</div>
|
|
14
14
|
</nav>
|
|
15
15
|
|