@fmdevui/fm-dev 1.0.96 → 1.0.97

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/index.mjs CHANGED
@@ -1,4 +1,4 @@
1
- /*! fm-dev v1.0.96 */
1
+ /*! fm-dev v1.0.97 */
2
2
  import { defineComponent, reactive, computed, watch, resolveComponent, createBlock, openBlock, withCtx, createVNode, createElementVNode, createTextVNode, toDisplayString as toDisplayString$1, withDirectives, createElementBlock, Fragment, renderList, vShow, ref, onMounted, nextTick, normalizeStyle, createCommentVNode, normalizeClass, withModifiers, mergeModels, useModel, effectScope, getCurrentInstance, shallowRef, isRef as isRef$1, inject, onUnmounted, h, Text, markRaw, hasInjectionContext, toRaw as toRaw$1, isReactive as isReactive$1, toRef, unref, getCurrentScope, onScopeDispose, toRefs, resolveDirective, resolveDynamicComponent, useSlots, mergeProps, createSlots, renderSlot, toHandlers, onBeforeUnmount, onUpdated, useAttrs, normalizeProps, guardReactiveProps } from 'vue';
3
3
  import crypto from 'crypto';
4
4
  import require$$0 from 'url';
@@ -42156,9 +42156,9 @@ const useThemeConfig = defineStore("themeConfig", {
42156
42156
  */
42157
42157
  // Tagsview 风格:可选值"<tags-style-one|tags-style-four|tags-style-five>",默认 tags-style-five
42158
42158
  // 定义的值与 `/src/layout/navBars/tagsView/tagsView.vue` 中的 class 同名
42159
- tagsStyle: "tags-style-one",
42159
+ tagsStyle: "tags-style-five",
42160
42160
  // 主页面切换动画: Animate.css
42161
- animation: "fadeDown",
42161
+ animation: "zoom",
42162
42162
  // 分栏高亮风格:可选值"<columns-round|columns-card>",默认 columns-round
42163
42163
  columnsAsideStyle: "columns-round",
42164
42164
  // 分栏布局风格:可选值"<columns-horizontal|columns-vertical>",默认 columns-horizontal
@@ -42183,7 +42183,7 @@ const useThemeConfig = defineStore("themeConfig", {
42183
42183
  // 网站副标题(登录页顶部文字)
42184
42184
  globalViceTitle: "FM",
42185
42185
  // 网站副标题(登录页顶部文字)
42186
- globalViceTitleMsg: "\u901A\u7528\u6743\u9650\u5F00\u53D1\u6846\u67B6",
42186
+ globalViceTitleMsg: "\u901A\u7528\u7CFB\u7EDF\u5E73\u53F0",
42187
42187
  // 版权和备案文字
42188
42188
  copyright: "Copyright \xA9 2023-Present FM All rights reserved.",
42189
42189
  // 默认初始语言,可选值"<zh-CN|en|zh-TW>",默认 zh-CN
@@ -105,9 +105,9 @@ const useThemeConfig = pinia.defineStore("themeConfig", {
105
105
  */
106
106
  // Tagsview 风格:可选值"<tags-style-one|tags-style-four|tags-style-five>",默认 tags-style-five
107
107
  // 定义的值与 `/src/layout/navBars/tagsView/tagsView.vue` 中的 class 同名
108
- tagsStyle: "tags-style-one",
108
+ tagsStyle: "tags-style-five",
109
109
  // 主页面切换动画: Animate.css
110
- animation: "fadeDown",
110
+ animation: "zoom",
111
111
  // 分栏高亮风格:可选值"<columns-round|columns-card>",默认 columns-round
112
112
  columnsAsideStyle: "columns-round",
113
113
  // 分栏布局风格:可选值"<columns-horizontal|columns-vertical>",默认 columns-horizontal
@@ -132,7 +132,7 @@ const useThemeConfig = pinia.defineStore("themeConfig", {
132
132
  // 网站副标题(登录页顶部文字)
133
133
  globalViceTitle: "FM",
134
134
  // 网站副标题(登录页顶部文字)
135
- globalViceTitleMsg: "\u901A\u7528\u6743\u9650\u5F00\u53D1\u6846\u67B6",
135
+ globalViceTitleMsg: "\u901A\u7528\u7CFB\u7EDF\u5E73\u53F0",
136
136
  // 版权和备案文字
137
137
  copyright: "Copyright \xA9 2023-Present FM All rights reserved.",
138
138
  // 默认初始语言,可选值"<zh-CN|en|zh-TW>",默认 zh-CN
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fmdevui/fm-dev",
3
- "version": "1.0.96",
3
+ "version": "1.0.97",
4
4
  "description": "Page level components developed based on Element Plus.",
5
5
  "author": "fmdevui",
6
6
  "keywords": [
File without changes