feat: update

This commit is contained in:
tim
2025-07-09 16:17:56 +08:00
parent 1a1f7cf4bc
commit 894c0e3a72
4 changed files with 14 additions and 1 deletions

3
.gitignore vendored
View File

@@ -1,4 +1,5 @@
.idea
target
openisle.iml
node_modules
node_modules
dist

View File

@@ -9,6 +9,7 @@
"version": "0.1.0",
"dependencies": {
"core-js": "^3.8.3",
"ldrs": "^1.1.7",
"markdown-it": "^14.1.0",
"vditor": "^3.8.7",
"vue": "^3.2.13",
@@ -7478,6 +7479,12 @@
"launch-editor": "^2.10.0"
}
},
"node_modules/ldrs": {
"version": "1.1.7",
"resolved": "https://registry.npmjs.org/ldrs/-/ldrs-1.1.7.tgz",
"integrity": "sha512-rZnfveeY1SeS3F3ifUVd9AVGTFHmQ0qzp5fuszAirnrVkjqJBLrm99vtr/Mxbby4XgadUYv+DsFqyk2p4FV40Q==",
"license": "MIT"
},
"node_modules/levn": {
"version": "0.4.1",
"resolved": "https://registry.npmmirror.com/levn/-/levn-0.4.1.tgz",

View File

@@ -9,6 +9,7 @@
},
"dependencies": {
"core-js": "^3.8.3",
"ldrs": "^1.1.7",
"markdown-it": "^14.1.0",
"vditor": "^3.8.7",
"vue": "^3.2.13",

View File

@@ -1,5 +1,9 @@
const { defineConfig } = require('@vue/cli-service')
module.exports = defineConfig({
publicPath: process.env.NODE_ENV === 'production'
// ? '/ai-cv/'
? '/OpenIsle/'
: '/',
transpileDependencies: true,
configureWebpack: {
devtool: 'source-map'