jeawin-astro 3.0.3 → 3.0.4

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jeawin-astro",
3
- "version": "3.0.3",
3
+ "version": "3.0.4",
4
4
  "author": "chaegumi <chaegumi@qq.com>",
5
5
  "description": "",
6
6
  "license": "MIT",
@@ -178,6 +178,9 @@ const menus = await jeawinapi.get_menus({
178
178
  </div>
179
179
  </footer>
180
180
  <style define:vars={{ bgimg1: `url(${bg1.src})`, bgimg2: `url(${bg2.src})` }}>
181
+ footer a {
182
+ color: #ffffff;
183
+ }
181
184
  #footer1::before {
182
185
  background-image: var(--bgimg1);
183
186
  }
@@ -264,10 +264,6 @@ if (page_type == "category") {
264
264
  a:hover {
265
265
  text-decoration: underline;
266
266
  }
267
-
268
- footer a {
269
- color: #ffffff;
270
- }
271
267
  </style>
272
268
  <style is:inline>
273
269
  .error {
@@ -12,8 +12,7 @@ export const OPTIMIZEDEPS_INCLUDE = [
12
12
  'lodash',
13
13
  'fetch-jsonp',
14
14
  'swiper',
15
- 'smartmenus',
16
- 'photoswipe'
15
+ 'smartmenus'
17
16
  ];
18
17
 
19
18
  export const SSR_EXTERNAL = [