@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.
|
@@ -103,9 +103,9 @@ const useThemeConfig = defineStore("themeConfig", {
|
|
|
103
103
|
*/
|
|
104
104
|
// Tagsview 风格:可选值"<tags-style-one|tags-style-four|tags-style-five>",默认 tags-style-five
|
|
105
105
|
// 定义的值与 `/src/layout/navBars/tagsView/tagsView.vue` 中的 class 同名
|
|
106
|
-
tagsStyle: "tags-style-
|
|
106
|
+
tagsStyle: "tags-style-five",
|
|
107
107
|
// 主页面切换动画: Animate.css
|
|
108
|
-
animation: "
|
|
108
|
+
animation: "zoom",
|
|
109
109
|
// 分栏高亮风格:可选值"<columns-round|columns-card>",默认 columns-round
|
|
110
110
|
columnsAsideStyle: "columns-round",
|
|
111
111
|
// 分栏布局风格:可选值"<columns-horizontal|columns-vertical>",默认 columns-horizontal
|
|
@@ -130,7 +130,7 @@ const useThemeConfig = defineStore("themeConfig", {
|
|
|
130
130
|
// 网站副标题(登录页顶部文字)
|
|
131
131
|
globalViceTitle: "FM",
|
|
132
132
|
// 网站副标题(登录页顶部文字)
|
|
133
|
-
globalViceTitleMsg: "\u901A\u7528\
|
|
133
|
+
globalViceTitleMsg: "\u901A\u7528\u7CFB\u7EDF\u5E73\u53F0",
|
|
134
134
|
// 版权和备案文字
|
|
135
135
|
copyright: "Copyright \xA9 2023-Present FM All rights reserved.",
|
|
136
136
|
// 默认初始语言,可选值"<zh-CN|en|zh-TW>",默认 zh-CN
|
package/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! fm-dev v1.0.
|
|
1
|
+
/*! fm-dev v1.0.97 */
|
|
2
2
|
(function (global, factory) {
|
|
3
3
|
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('vue'), require('crypto'), require('url'), require('http'), require('https'), require('util'), require('stream'), require('assert'), require('zlib'), require('element-plus')) :
|
|
4
4
|
typeof define === 'function' && define.amd ? define(['exports', 'vue', 'crypto', 'url', 'http', 'https', 'util', 'stream', 'assert', 'zlib', 'element-plus'], factory) :
|
|
@@ -42151,9 +42151,9 @@
|
|
|
42151
42151
|
*/
|
|
42152
42152
|
// Tagsview 风格:可选值"<tags-style-one|tags-style-four|tags-style-five>",默认 tags-style-five
|
|
42153
42153
|
// 定义的值与 `/src/layout/navBars/tagsView/tagsView.vue` 中的 class 同名
|
|
42154
|
-
tagsStyle: "tags-style-
|
|
42154
|
+
tagsStyle: "tags-style-five",
|
|
42155
42155
|
// 主页面切换动画: Animate.css
|
|
42156
|
-
animation: "
|
|
42156
|
+
animation: "zoom",
|
|
42157
42157
|
// 分栏高亮风格:可选值"<columns-round|columns-card>",默认 columns-round
|
|
42158
42158
|
columnsAsideStyle: "columns-round",
|
|
42159
42159
|
// 分栏布局风格:可选值"<columns-horizontal|columns-vertical>",默认 columns-horizontal
|
|
@@ -42178,7 +42178,7 @@
|
|
|
42178
42178
|
// 网站副标题(登录页顶部文字)
|
|
42179
42179
|
globalViceTitle: "FM",
|
|
42180
42180
|
// 网站副标题(登录页顶部文字)
|
|
42181
|
-
globalViceTitleMsg: "\u901A\u7528\
|
|
42181
|
+
globalViceTitleMsg: "\u901A\u7528\u7CFB\u7EDF\u5E73\u53F0",
|
|
42182
42182
|
// 版权和备案文字
|
|
42183
42183
|
copyright: "Copyright \xA9 2023-Present FM All rights reserved.",
|
|
42184
42184
|
// 默认初始语言,可选值"<zh-CN|en|zh-TW>",默认 zh-CN
|