diff --git a/.eslintrc.js b/.eslintrc.js index fa1e7f3b..127793b8 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -8,4 +8,29 @@ module.exports = { env: { jest: true, }, + //add by hawk + // settings: { + // 'import/resolver': { + // alias: { + // map: [ + // // 这里参照别名配置映射 + // ['@', './src'], + // ['PLS', './src/plugins'], + // ], + // }, + // }, + // }, + rules: { + 'prettier/prettier': 'off', + "vue/space-unary-ops": "off", + "vue/comma-dangle": "off", + "no-debugger": "off" + // "space-unary-ops": "off", + // 'import/no-unresolved': [ + // 2, + // { + // ignore: ['^@/', 'PLS'], // 设置的路径别名 + // }, + // ], + }, }; diff --git a/.fes.js b/.fes.js index 2619c67b..8ca83a96 100644 --- a/.fes.js +++ b/.fes.js @@ -4,7 +4,7 @@ * @Autor: Hawk * @Date: 2023-10-16 10:53:09 * @LastEditors: Hawk - * @LastEditTime: 2023-10-17 09:31:40 + * @LastEditTime: 2023-10-17 09:42:22 */ // import { resolve } from 'path'; import { join } from 'path'; @@ -38,7 +38,7 @@ export default defineBuildConfig({ ['1', '有效的'], ], }, - // hawk add + //add by hawk viteVuePlugin: { ...templateCompilerOptions, }, diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 00000000..d623851a --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "editor.tabSize": 2 +} \ No newline at end of file diff --git a/public/plugins/superzay/belt/model/shanghai.FBX b/public/plugins/superzay/belt/model/shanghai.FBX new file mode 100644 index 00000000..baab9658 Binary files /dev/null and b/public/plugins/superzay/belt/model/shanghai.FBX differ diff --git a/src/pages/index.vue b/src/pages/index.vue index 50e20b7a..c0446045 100644 --- a/src/pages/index.vue +++ b/src/pages/index.vue @@ -1,9 +1,19 @@ + + + diff --git a/src/plugins/superzay/pages/city.vue b/src/plugins/superzay/pages/city.vue new file mode 100644 index 00000000..5b6f4fb6 --- /dev/null +++ b/src/plugins/superzay/pages/city.vue @@ -0,0 +1,49 @@ + + + + +