diff --git a/index.html b/index.html index d4b842a..5c3ffbd 100644 --- a/index.html +++ b/index.html @@ -3,7 +3,7 @@ * @Date: 2022-01-17 16:06:30 * @Description: Design Palxp * @LastEditors: ShawnPhang - * @LastEditTime: 2023-09-13 13:12:09 + * @LastEditTime: 2023-09-19 18:36:13 --> @@ -18,6 +18,6 @@
- + diff --git a/src/App.vue b/src/App.vue index 8c61413..85f4396 100644 --- a/src/App.vue +++ b/src/App.vue @@ -3,12 +3,12 @@ * @Date: 2023-09-18 17:34:44 * @Description: * @LastEditors: ShawnPhang - * @LastEditTime: 2023-09-18 18:05:22 + * @LastEditTime: 2023-09-20 16:10:58 --> @@ -17,21 +17,8 @@ #appindex { min-width: 1180px; .viewWrap { - // background-color: #ffffff; min-height: calc(110vh - 110px); min-width: 1170px; } } -// .fade-enter-active { -// transition: opacity 0.3s; -// } -// .fade-leave-active { -// transition: opacity 0.3s; -// } -// .fade-enter { -// opacity: 0; -// } -// .fade-leave-to { -// opacity: 0; -// } diff --git a/src/components/modules/widgets/wText/wText.vue b/src/components/modules/widgets/wText/wText.vue index e3444e4..af50618 100644 --- a/src/components/modules/widgets/wText/wText.vue +++ b/src/components/modules/widgets/wText/wText.vue @@ -73,7 +73,7 @@ export default { alias: '素材集市酷方体', id: 33925853, value: 'sucaijishikufangti', - url: 'https://res.palxp.com/static/fonts/20200809-152508-8654.woff', + url: 'https://res.palxp.cn/static/fonts/20200809-152508-8654.woff', }, fontFamily: 'SourceHanSansSC-Regular', fontWeight: 'normal', diff --git a/src/config.ts b/src/config.ts index de1bebf..1084560 100644 --- a/src/config.ts +++ b/src/config.ts @@ -3,17 +3,18 @@ * @Date: 2023-09-07 22:56:09 * @Description: 配置文件 * @LastEditors: ShawnPhang - * @LastEditTime: 2023-09-16 20:39:29 + * @LastEditTime: 2023-09-20 16:09:59 */ // const prefix = import.meta.env const prefix = process.env const isDev = prefix.NODE_ENV === 'development' +import { version } from '../package.json' export default { isDev, BASE_URL: isDev ? '/' : './', - VERSION: '1.1.0', + VERSION: version, APP_NAME: '迅排设计', COPYRIGHT: 'ShawnPhang - Palxp.cn', // API_URL: isDev ? 'http://localhost:9998' : '${API}', diff --git a/tsconfig.json b/tsconfig.json index d2a3231..f62ee35 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -16,7 +16,8 @@ "paths": { "@/*": ["src/*"] }, - "lib": ["esnext", "dom", "dom.iterable", "scripthost"] + "lib": ["esnext", "dom", "dom.iterable", "scripthost"], + "resolveJsonModule": true }, "include": ["src/**/*.ts", "src/**/*.tsx", "src/**/*.vue", "tests/**/*.ts", "tests/**/*.tsx"], "exclude": ["node_modules"]