修改命名问题并进行测试
All checks were successful
CI Pipeline / build (push) Successful in 1m52s

This commit is contained in:
2025-09-06 14:32:59 +08:00
parent b112354d3f
commit a640c047d9
15 changed files with 41 additions and 41 deletions

View File

@@ -35,7 +35,7 @@ jobs:
DOCKER_IMAGE_NAME: devstar_introduction DOCKER_IMAGE_NAME: devstar_introduction
run: | run: |
echo "$DOCKER_REGISTRY_PASSWORD" | docker login $DOCKER_REGISTRY_ADDRESS -u "$DOCKER_REGISTRY_USERNAME" --password-stdin echo "$DOCKER_REGISTRY_PASSWORD" | docker login $DOCKER_REGISTRY_ADDRESS -u "$DOCKER_REGISTRY_USERNAME" --password-stdin
docker tag mynodeapp:latest $DOCKER_REGISTRY_ADDRESS/$DOCKER_IMAGE_NAME:latest docker tag mengningsoftware-docs:latest $DOCKER_REGISTRY_ADDRESS/$DOCKER_IMAGE_NAME:latest
docker push $DOCKER_REGISTRY_ADDRESS/$DOCKER_IMAGE_NAME:latest docker push $DOCKER_REGISTRY_ADDRESS/$DOCKER_IMAGE_NAME:latest
- name: 安装 kubectl - name: 安装 kubectl

View File

@@ -1,52 +1,52 @@
{ {
"hash": "390d4507", "hash": "67deff6d",
"configHash": "3912053b", "configHash": "1dac5a9a",
"lockfileHash": "a51f4fcb", "lockfileHash": "6c0339f1",
"browserHash": "0df5bf9e", "browserHash": "b4159a4a",
"optimized": { "optimized": {
"vue": { "vue": {
"src": "../../../../node_modules/vue/dist/vue.runtime.esm-bundler.js", "src": "../../../../node_modules/vue/dist/vue.runtime.esm-bundler.js",
"file": "vue.js", "file": "vue.js",
"fileHash": "d98b0a1e", "fileHash": "18b7d3f9",
"needsInterop": false "needsInterop": false
}, },
"vitepress > @vue/devtools-api": { "vitepress > @vue/devtools-api": {
"src": "../../../../node_modules/@vue/devtools-api/dist/index.js", "src": "../../../../node_modules/@vue/devtools-api/dist/index.js",
"file": "vitepress___@vue_devtools-api.js", "file": "vitepress___@vue_devtools-api.js",
"fileHash": "ecea16b3", "fileHash": "6239abda",
"needsInterop": false "needsInterop": false
}, },
"vitepress > @vueuse/core": { "vitepress > @vueuse/core": {
"src": "../../../../node_modules/@vueuse/core/index.mjs", "src": "../../../../node_modules/@vueuse/core/index.mjs",
"file": "vitepress___@vueuse_core.js", "file": "vitepress___@vueuse_core.js",
"fileHash": "b7cfb4aa", "fileHash": "b6d2263c",
"needsInterop": false "needsInterop": false
}, },
"vitepress > @vueuse/integrations/useFocusTrap": { "vitepress > @vueuse/integrations/useFocusTrap": {
"src": "../../../../node_modules/@vueuse/integrations/useFocusTrap.mjs", "src": "../../../../node_modules/@vueuse/integrations/useFocusTrap.mjs",
"file": "vitepress___@vueuse_integrations_useFocusTrap.js", "file": "vitepress___@vueuse_integrations_useFocusTrap.js",
"fileHash": "d4cebcfe", "fileHash": "1ef660e4",
"needsInterop": false "needsInterop": false
}, },
"vitepress > mark.js/src/vanilla.js": { "vitepress > mark.js/src/vanilla.js": {
"src": "../../../../node_modules/mark.js/src/vanilla.js", "src": "../../../../node_modules/mark.js/src/vanilla.js",
"file": "vitepress___mark__js_src_vanilla__js.js", "file": "vitepress___mark__js_src_vanilla__js.js",
"fileHash": "c771fe49", "fileHash": "09a98ea6",
"needsInterop": false "needsInterop": false
}, },
"vitepress > minisearch": { "vitepress > minisearch": {
"src": "../../../../node_modules/minisearch/dist/es/index.js", "src": "../../../../node_modules/minisearch/dist/es/index.js",
"file": "vitepress___minisearch.js", "file": "vitepress___minisearch.js",
"fileHash": "6cf9570b", "fileHash": "5636acbc",
"needsInterop": false "needsInterop": false
} }
}, },
"chunks": { "chunks": {
"chunk-P2XGSYO7": { "chunk-QSBXJHLQ": {
"file": "chunk-P2XGSYO7.js" "file": "chunk-QSBXJHLQ.js"
}, },
"chunk-HVR2FF6M": { "chunk-JBP73PM7": {
"file": "chunk-HVR2FF6M.js" "file": "chunk-JBP73PM7.js"
} }
} }
} }

File diff suppressed because one or more lines are too long

View File

@@ -12641,4 +12641,4 @@ vue/dist/vue.runtime.esm-bundler.js:
* @license MIT * @license MIT
**) **)
*/ */
//# sourceMappingURL=chunk-HVR2FF6M.js.map //# sourceMappingURL=chunk-JBP73PM7.js.map

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -35,7 +35,7 @@ import {
unref, unref,
watch, watch,
watchEffect watchEffect
} from "./chunk-HVR2FF6M.js"; } from "./chunk-JBP73PM7.js";
// node_modules/@vueuse/shared/index.mjs // node_modules/@vueuse/shared/index.mjs
function computedEager(fn, options) { function computedEager(fn, options) {
@@ -9716,4 +9716,4 @@ export {
useWindowScroll, useWindowScroll,
useWindowSize useWindowSize
}; };
//# sourceMappingURL=chunk-P2XGSYO7.js.map //# sourceMappingURL=chunk-QSBXJHLQ.js.map

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -281,8 +281,8 @@ import {
watchTriggerable, watchTriggerable,
watchWithFilter, watchWithFilter,
whenever whenever
} from "./chunk-P2XGSYO7.js"; } from "./chunk-QSBXJHLQ.js";
import "./chunk-HVR2FF6M.js"; import "./chunk-JBP73PM7.js";
export { export {
DefaultMagicKeysAliasMap, DefaultMagicKeysAliasMap,
StorageSerializers, StorageSerializers,

View File

@@ -3,13 +3,13 @@ import {
toArray, toArray,
tryOnScopeDispose, tryOnScopeDispose,
unrefElement unrefElement
} from "./chunk-P2XGSYO7.js"; } from "./chunk-QSBXJHLQ.js";
import { import {
computed, computed,
shallowRef, shallowRef,
toValue, toValue,
watch watch
} from "./chunk-HVR2FF6M.js"; } from "./chunk-JBP73PM7.js";
// node_modules/tabbable/dist/index.esm.js // node_modules/tabbable/dist/index.esm.js
var candidateSelectors = ["input:not([inert])", "select:not([inert])", "textarea:not([inert])", "a[href]:not([inert])", "button:not([inert])", "[tabindex]:not(slot):not([inert])", "audio[controls]:not([inert])", "video[controls]:not([inert])", '[contenteditable]:not([contenteditable="false"]):not([inert])', "details>summary:first-of-type:not([inert])", "details:not([inert])"]; var candidateSelectors = ["input:not([inert])", "select:not([inert])", "textarea:not([inert])", "a[href]:not([inert])", "button:not([inert])", "[tabindex]:not(slot):not([inert])", "audio[controls]:not([inert])", "video[controls]:not([inert])", '[contenteditable]:not([contenteditable="false"]):not([inert])', "details>summary:first-of-type:not([inert])", "details:not([inert])"];

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -168,7 +168,7 @@ import {
withMemo, withMemo,
withModifiers, withModifiers,
withScopeId withScopeId
} from "./chunk-HVR2FF6M.js"; } from "./chunk-JBP73PM7.js";
export { export {
BaseTransition, BaseTransition,
BaseTransitionPropsValidators, BaseTransitionPropsValidators,