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

1
.gitignore vendored
View File

@@ -2,3 +2,4 @@
target target
openisle.iml openisle.iml
node_modules node_modules
dist

View File

@@ -9,6 +9,7 @@
"version": "0.1.0", "version": "0.1.0",
"dependencies": { "dependencies": {
"core-js": "^3.8.3", "core-js": "^3.8.3",
"ldrs": "^1.1.7",
"markdown-it": "^14.1.0", "markdown-it": "^14.1.0",
"vditor": "^3.8.7", "vditor": "^3.8.7",
"vue": "^3.2.13", "vue": "^3.2.13",
@@ -7478,6 +7479,12 @@
"launch-editor": "^2.10.0" "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": { "node_modules/levn": {
"version": "0.4.1", "version": "0.4.1",
"resolved": "https://registry.npmmirror.com/levn/-/levn-0.4.1.tgz", "resolved": "https://registry.npmmirror.com/levn/-/levn-0.4.1.tgz",

View File

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

View File

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