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.
@@ -1,6 +1,6 @@
1
1
  {
2
- "theme": { "dark": "πŸŒ™" },
3
- "lang": { "zh": "δΈ­ζ–‡", "en": "EN" },
2
+ "theme": "πŸŒ™",
3
+ "lang": "δΈ­ζ–‡",
4
4
  "title": "Build APIs & UI, Zero Build Step",
5
5
  "cta": "Try Me",
6
6
  "docs": "Documentation",
@@ -1,6 +1,6 @@
1
1
  {
2
- "theme": { "dark": "πŸŒ™" },
3
- "lang": { "zh": "δΈ­ζ–‡", "en": "EN" },
2
+ "theme": "πŸŒ™",
3
+ "lang": "EN",
4
4
  "title": "ι›ΆηΌ–θ―‘ζž„ε»Ί API ε’Œ UI",
5
5
  "cta": "体ιͺŒδΈ€δΈ‹",
6
6
  "docs": "ζ–‡ζ‘£",
@@ -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.dark">πŸŒ™</button>
12
- <button wu-lang="zh-CN" class="wu-btn wu-btn-sm" wu-text-key="lang.zh">δΈ­ζ–‡</button>
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
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "weifuwu",
3
3
  "type": "module",
4
- "version": "0.27.22",
4
+ "version": "0.27.23",
5
5
  "description": "Web-standard HTTP microframework for Node.js β€” (req, ctx) => Response",
6
6
  "exports": {
7
7
  ".": "./dist/index.js"