waibu-blu 2.5.0 → 2.6.0

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.
@@ -0,0 +1,10 @@
1
+ <c:page-start />
2
+ <c:main>
3
+ <!-- include main.partial:/header.html -->
4
+ <c:container>
5
+ <!-- include waibuMpa.partial:/title.html -->
6
+ <!-- body -->
7
+ </c:container>
8
+ <!-- include main.partial:/footer.html -->
9
+ </c:main>
10
+ <c:page-end back-to-top/>
@@ -0,0 +1,5 @@
1
+ <c:card shadow="sm">
2
+ <c:card-body>
3
+ <%= _t('pageNotFound') %>
4
+ </c:card-body>
5
+ </c:card>
@@ -0,0 +1,5 @@
1
+ <c:card shadow="sm">
2
+ <c:card-body text="background:danger">
3
+ <%= error.message %>
4
+ </c:card-body>
5
+ </c:card>
@@ -1,4 +1,4 @@
1
1
  ---
2
2
  t:title: 404Title
3
3
  layout: main.layout:/default.html
4
- ---
4
+ ---
@@ -1,4 +1,4 @@
1
1
  ---
2
2
  t:title: 500Title
3
3
  layout: main.layout:/default.html
4
- ---
4
+ ---
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "waibu-blu",
3
- "version": "2.5.0",
3
+ "version": "2.6.0",
4
4
  "description": "Blu theme for Waibu Framework",
5
5
  "main": "index.js",
6
6
  "scripts": {
package/wiki/CHANGES.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # Changes
2
2
 
3
+ ## 2026-06-05
4
+
5
+ - [2.6.0] Add ```_common/main/layout/default.html```
6
+ - [2.6.0] Add ```_common/waibuMpa/partial/500.html```
7
+ - [2.6.0] Add ```_common/waibuMpa/partial/400.html```
8
+
3
9
  ## 2026-05-22
4
10
 
5
11
  - [2.5.0] Add button for user with ```isXSiteAdmin```