日志查看器界面改进
All checks were successful
ci/woodpecker/push/check_format Pipeline was successful

This commit is contained in:
zhbaor 2025-03-15 21:02:16 +08:00
parent f2c78b4ccf
commit 3aa7e23984
13 changed files with 76 additions and 63 deletions

View file

@ -1,9 +1,9 @@
import { defineComponent, watch, ref, useCssVars, computed, getCurrentScope, onScopeDispose, unref, provide, onMounted, createBlock, withCtx, axios, nextTick, openBlock, createBaseVNode, createVNode, createTextVNode, createElementBlock, createCommentVNode, Fragment, renderList, toDisplayString, __unplugin_components_4, __unplugin_components_0 as __unplugin_components_0$1 } from "./index.js";
import { defineComponent, watch, ref, useCssVars, computed, getCurrentScope, onScopeDispose, unref, provide, onMounted, createBlock, withCtx, axios, nextTick, openBlock, createBaseVNode, createVNode, createTextVNode, createElementBlock, createCommentVNode, Fragment, renderList, toDisplayString, __unplugin_components_4 as __unplugin_components_4$1, __unplugin_components_0 as __unplugin_components_0$1 } from "./index.js";
import { __unplugin_components_2 } from "./Flex.js";
import { __unplugin_components_0, __unplugin_components_1 } from "./Checkbox.js";
import { __unplugin_components_5 } from "./Table.js";
import { __unplugin_components_7 } from "./Avatar.js";
import { __unplugin_components_5 as __unplugin_components_5$1 } from "./Tag.js";
import { __unplugin_components_4 } from "./Tag.js";
import "./get-slot.js";
import "./use-locale.js";
import "./utils.js";
@ -11794,10 +11794,10 @@ const _sfc_main = {
const _component_n_checkbox = __unplugin_components_1;
const _component_n_flex = __unplugin_components_2;
const _component_n_avatar = __unplugin_components_7;
const _component_n_tag = __unplugin_components_5$1;
const _component_n_tag = __unplugin_components_4;
const _component_n_table = __unplugin_components_5;
const _component_n_card = __unplugin_components_0$1;
const _component_n_modal = __unplugin_components_4;
const _component_n_modal = __unplugin_components_4$1;
return openBlock(), createBlock(_component_n_flex, {
vertical: "",
align: "center",

5
ui/dist/assets/DebugConsole.css vendored Normal file
View file

@ -0,0 +1,5 @@
.n-split__resize-trigger-wrapper,
.n-split__resize-trigger {
height: 18px !important;
}

View file

@ -2,8 +2,7 @@ import { IosArrowBack, IosArrowForward } from "./IosArrowForward.js";
import { Scrollbar } from "./Scrollbar.js";
import { derived, composite, c, cB, insideModal, insidePopover, cM, cE, defineComponent, h, useConfig, useRtl, useTheme, provide, toRef, computed, useThemeClass, createInjectionKey, inject, throwError, resolveSlot, ref, watchEffect, useMergedState, on, depx, off, call, onMounted, watch, createBlock, withCtx, openBlock, createVNode, createElementBlock, Fragment, renderList, unref, createTextVNode, toDisplayString, createBaseVNode, createCommentVNode, isRef, Button } from "./index.js";
import { __unplugin_components_2 } from "./Flex.js";
import { __unplugin_components_3, __unplugin_components_9 } from "./Image.js";
import { __unplugin_components_5 } from "./Tag.js";
import { __unplugin_components_4, __unplugin_components_9 } from "./Image.js";
import { __unplugin_components_6 } from "./Slider.js";
import { NIcon } from "./Icon.js";
import "./index2.js";
@ -310,7 +309,7 @@ const splitProps = Object.assign(Object.assign({}, useTheme.props), {
onDragEnd: Function,
watchProps: Array
});
const __unplugin_components_4 = defineComponent({
const __unplugin_components_5 = defineComponent({
name: "Split",
props: splitProps,
slots: Object,
@ -516,14 +515,13 @@ const _sfc_main = {
const _component_n_list_item = __unplugin_components_0;
const _component_n_list = __unplugin_components_1;
const _component_n_scrollbar = Scrollbar;
const _component_n_image = __unplugin_components_3;
const _component_n_split = __unplugin_components_4;
const _component_n_tag = __unplugin_components_5;
const _component_n_flex = __unplugin_components_2;
const _component_n_image = __unplugin_components_4;
const _component_n_split = __unplugin_components_5;
const _component_n_slider = __unplugin_components_6;
const _component_n_icon = NIcon;
const _component_n_button = Button;
const _component_n_button_group = __unplugin_components_9;
const _component_n_flex = __unplugin_components_2;
return openBlock(), createBlock(_component_n_flex, { style: { "width": "100%", "height": "100%", "gap": "0", "overflow-y": "hidden" } }, {
default: withCtx(() => [
createVNode(_component_n_scrollbar, { style: { "width": "220px" } }, {
@ -555,10 +553,22 @@ const _sfc_main = {
style: { "flex": "1", "height": "100%", "overflow": "hidden" }
}, {
default: withCtx(() => [
createBaseVNode("h2", _hoisted_1, toDisplayString(unref(current_log)), 1),
createVNode(_component_n_flex, {
justify: "center",
align: "center",
style: { "margin-top": "8px" }
}, {
default: withCtx(() => {
var _a;
return [
createBaseVNode("h2", _hoisted_1, toDisplayString(unref(current_log)) + " / " + toDisplayString((_a = unref(log_content)[unref(log_frame)]) == null ? void 0 : _a.time), 1)
];
}),
_: 1
}),
createVNode(_component_n_split, {
direction: "vertical",
style: { "overflow": "hidden" }
style: { "overflow": "hidden", "gap": "4px" }
}, {
"1": withCtx(() => [
unref(screenshot) ? (openBlock(), createBlock(_component_n_image, {
@ -596,21 +606,9 @@ const _sfc_main = {
}),
createVNode(_component_n_flex, {
align: "center",
style: { "padding": "0 12px 6px" }
style: { "padding": "0 64px 6px 12px" }
}, {
default: withCtx(() => [
createVNode(_component_n_tag, {
size: "large",
type: "info"
}, {
default: withCtx(() => {
var _a;
return [
createTextVNode(toDisplayString((_a = unref(log_content)[unref(log_frame)]) == null ? void 0 : _a.time), 1)
];
}),
_: 1
}),
createVNode(_component_n_slider, {
style: { "flex": "1" },
value: unref(log_frame),

View file

@ -2,16 +2,16 @@ var __defProp = Object.defineProperty;
var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "symbol" ? key + "" : key, value);
import { __unplugin_components_0 as __unplugin_components_0$1 } from "./HelpText.js";
import { computed, inject, configProviderInjectionKey, replaceable, h, toDate as toDate$1, startOfWeek, getDefaultOptions as getDefaultOptions$1, isSameWeek, derived, c, cB, cM, cE, defineComponent, useConfig, ref, onMounted, watch, toRef, useTheme, useThemeClass, createTheme, buttonLight, scrollbarLight, changeColor, createInjectionKey, nextTick, Scrollbar, resolveWrappedSlot, XButton, resolveSlotWithTypedProps, Button, Transition, withDirectives, getPreciseEventTarget, clickoutside, resolveSlot, throwError, fadeInScaleUpTransition, cNotM, NBaseIcon, useFormItem, useMergedState, isMounted, markEventEffectPerformed, call, provide, watchEffect, warn, createKey, _export_sfc, usePlanStore, storeToRefs, useMowerStore, createBlock, openBlock, withCtx, createCommentVNode, createElementBlock, unref, createVNode, createBaseVNode, createTextVNode, isRef, __unplugin_components_0 as __unplugin_components_0$2, toDisplayString, Fragment, __unplugin_components_4 as __unplugin_components_4$1, deepcopy, axios, getDefaultExportFromCjs, renderSlot, useCssVars } from "./index.js";
import { computed, inject, configProviderInjectionKey, replaceable, h, toDate as toDate$1, startOfWeek, getDefaultOptions as getDefaultOptions$1, isSameWeek, derived, c, cB, cM, cE, defineComponent, useConfig, ref, onMounted, watch, toRef, useTheme, useThemeClass, createTheme, buttonLight, scrollbarLight, changeColor, createInjectionKey, nextTick, Scrollbar, resolveWrappedSlot, XButton, resolveSlotWithTypedProps, Button, Transition, withDirectives, getPreciseEventTarget, clickoutside, resolveSlot, throwError, fadeInScaleUpTransition, cNotM, NBaseIcon, useFormItem, useMergedState, isMounted, markEventEffectPerformed, call, provide, watchEffect, warn, createKey, _export_sfc, usePlanStore, storeToRefs, useMowerStore, createBlock, openBlock, withCtx, createCommentVNode, createElementBlock, unref, createVNode, createBaseVNode, createTextVNode, isRef, __unplugin_components_0 as __unplugin_components_0$2, toDisplayString, Fragment, __unplugin_components_4 as __unplugin_components_4$2, deepcopy, axios, getDefaultExportFromCjs, renderSlot, useCssVars } from "./index.js";
import { spaceLight, __unplugin_components_12, render_op_label, pinyin_match, __unplugin_components_6, __unplugin_components_15 } from "./common.js";
import { Scrollbar as Scrollbar$1 } from "./Scrollbar.js";
import { tagLight, __unplugin_components_5 as __unplugin_components_5$1, commonProps } from "./Tag.js";
import { tagLight, __unplugin_components_4 as __unplugin_components_4$1, commonProps } from "./Tag.js";
import { inputLight, __unplugin_components_0, __unplugin_components_1 as __unplugin_components_1$2 } from "./Checkbox.js";
import { AddIcon } from "./Add.js";
import { enUS, useLocale } from "./use-locale.js";
import { FastBackwardIcon, BackwardIcon, ForwardIcon, FastForwardIcon, smallerSize } from "./Forward.js";
import { useKeyboard, __unplugin_components_3 } from "./Dropdown.js";
import { VVirtualList, FocusDetector, __unplugin_components_5 as __unplugin_components_5$2 } from "./Select.js";
import { VVirtualList, FocusDetector, __unplugin_components_5 as __unplugin_components_5$1 } from "./Select.js";
import { Binder, VTarget, VFollower, useAdjustedTo } from "./Tooltip.js";
import { happensIn } from "./create.js";
import { requireVue } from "./index2.js";
@ -9853,7 +9853,7 @@ const __unplugin_components_5 = defineComponent({
handleInputConfirm,
$slots
} = this;
return this.mergedValue.map((tag, index) => renderTag ? renderTag(tag, index) : h(__unplugin_components_5$1, {
return this.mergedValue.map((tag, index) => renderTag ? renderTag(tag, index) : h(__unplugin_components_4$1, {
key: index,
theme: mergedTheme2.peers.Tag,
themeOverrides: mergedTheme2.peerOverrides.Tag,
@ -10062,7 +10062,7 @@ const _sfc_main$1 = {
{ value: false, label: "无训练速度加成" }
];
return (_ctx, _cache) => {
const _component_n_select = __unplugin_components_5$2;
const _component_n_select = __unplugin_components_5$1;
const _component_n_date_picker = __unplugin_components_1$1;
const _component_n_button = Button;
const _component_help_text = __unplugin_components_0$1;
@ -10074,7 +10074,7 @@ const _sfc_main$1 = {
const _component_n_scrollbar = Scrollbar$1;
const _component_n_input_number = __unplugin_components_15;
const _component_n_checkbox = __unplugin_components_1$2;
const _component_n_modal = __unplugin_components_4$1;
const _component_n_modal = __unplugin_components_4$2;
return openBlock(), createBlock(_component_n_modal, {
show: unref(show),
"onUpdate:show": _cache[5] || (_cache[5] = ($event) => isRef(show) ? show.value = $event : null),

View file

@ -1176,7 +1176,7 @@ const imageProps = Object.assign({
onError: Function,
onLoad: Function
}, imagePreviewSharedProps);
const __unplugin_components_3 = defineComponent({
const __unplugin_components_4 = defineComponent({
name: "Image",
props: imageProps,
slots: Object,
@ -1327,6 +1327,6 @@ const __unplugin_components_3 = defineComponent({
export {
DownloadIcon,
NImageGroup,
__unplugin_components_3,
__unplugin_components_4,
__unplugin_components_9
};

View file

@ -5,7 +5,7 @@ import { Scrollbar as Scrollbar$1 } from "./Scrollbar.js";
import { useLocale } from "./use-locale.js";
import { throttle } from "./throttle.js";
import { useHoudini } from "./use-houdini.js";
import { __unplugin_components_3 } from "./Image.js";
import { __unplugin_components_4 as __unplugin_components_4$2 } from "./Image.js";
import { __unplugin_components_1 as __unplugin_components_1$1 } from "./Checkbox.js";
import { NIcon } from "./Icon.js";
import "./HelpText.js";
@ -899,7 +899,7 @@ const _sfc_main = {
requestAnimationFrame(updateRemainingTimes);
};
return (_ctx, _cache) => {
const _component_n_image = __unplugin_components_3;
const _component_n_image = __unplugin_components_4$2;
const _component_n_timeline_item = __unplugin_components_1;
const _component_n_timeline = __unplugin_components_2;
const _component_n_scrollbar = Scrollbar$1;

View file

@ -8,7 +8,7 @@ import { inputLight, checkboxLight, __unplugin_components_0 as __unplugin_compon
import { __unplugin_components_15, __unplugin_components_12, pinyin_match, render_op_label, __unplugin_components_6 as __unplugin_components_6$1 } from "./common.js";
import { __unplugin_components_3, __unplugin_components_0 as __unplugin_components_0$4 } from "./text.js";
import { setup, radioBaseProps, __unplugin_components_13, __unplugin_components_11 } from "./RadioGroup.js";
import { __unplugin_components_3 as __unplugin_components_3$1 } from "./Image.js";
import { __unplugin_components_4 as __unplugin_components_4$1 } from "./Image.js";
import { __unplugin_components_1 as __unplugin_components_1$1 } from "./Alert.js";
import { __unplugin_components_2 as __unplugin_components_2$1 } from "./Flex.js";
import { NIcon } from "./Icon.js";
@ -17,7 +17,7 @@ import { __unplugin_components_6 } from "./Slider.js";
import { NH4 } from "./headers.js";
import { __unplugin_components_5 as __unplugin_components_5$1 } from "./Table.js";
import { __unplugin_components_7 } from "./Avatar.js";
import { __unplugin_components_5 as __unplugin_components_5$2 } from "./Tag.js";
import { __unplugin_components_4 as __unplugin_components_4$2 } from "./Tag.js";
import { __unplugin_components_6 as __unplugin_components_6$2 } from "./Tooltip.js";
const SearchIcon = defineComponent({
name: "Search",
@ -1288,7 +1288,7 @@ const _sfc_main$h = {
const _component_n_space = __unplugin_components_12;
const _component_n_checkbox = __unplugin_components_1;
const _component_n_text = __unplugin_components_0$4;
const _component_n_image = __unplugin_components_3$1;
const _component_n_image = __unplugin_components_4$1;
const _component_n_form = __unplugin_components_17;
const _component_n_card = __unplugin_components_0$5;
return openBlock(), createBlock(_component_n_card, null, {
@ -3347,7 +3347,7 @@ const _sfc_main$7 = {
const mobile = inject("mobile");
function render_tag({ option, handleClose }) {
return h(
__unplugin_components_5$2,
__unplugin_components_4$2,
{
type: option.type,
closable: true,
@ -3399,7 +3399,7 @@ const _sfc_main$7 = {
const _component_n_form_item = __unplugin_components_14;
const _component_n_select = __unplugin_components_5;
const _component_n_input_number = __unplugin_components_15;
const _component_n_image = __unplugin_components_3$1;
const _component_n_image = __unplugin_components_4$1;
const _component_n_form = __unplugin_components_17;
const _component_n_card = __unplugin_components_0$5;
return openBlock(), createBlock(_component_n_card, null, {
@ -10253,7 +10253,7 @@ const _sfc_main$6 = {
const _component_n_form_item = __unplugin_components_14;
const _component_n_form = __unplugin_components_17;
const _component_n_avatar = __unplugin_components_7;
const _component_n_tag = __unplugin_components_5$2;
const _component_n_tag = __unplugin_components_4$2;
const _component_n_tooltip = __unplugin_components_6$2;
const _component_n_icon = NIcon;
const _component_n_button = Button;

View file

@ -1,7 +1,7 @@
import { ref, computed, useMemo, provide, defineComponent, inject, h, VResizeObserver, mergeProps, useSsrAdapter, onMounted, onActivated, onDeactivated, toRef, depx, pxfy, resizeObserverManager, watch, onBeforeUnmount, derived, cB, cE, c as c$1, NBaseIcon, useConfig, useTheme, createKey, useThemeClass, createTheme, scrollbarLight, render, Transition, cM, cNotM, fadeInScaleUpTransition, resolveWrappedSlot, NBaseLoading, Scrollbar, resolveSlot, useRtl, getMargin, nextTick, changeColor, Wrapper, Fragment, watchEffect, withDirectives, vShow, clickoutside, useMergedState, useFormItem, isMounted, getPreciseEventTarget, markEventEffectPerformed, call } from "./index.js";
import { internalSelectionMenuInjectionKey, internalSelectionMenuBodyInjectionKey, popoverLight, NPopover, Binder, VTarget, VFollower, useAdjustedTo } from "./Tooltip.js";
import { NBaseSuffix } from "./Checkbox.js";
import { __unplugin_components_5 as __unplugin_components_5$1 } from "./Tag.js";
import { __unplugin_components_4 } from "./Tag.js";
import { createIndexGetter, happensIn, VOverflow, createTreeMate } from "./create.js";
import { c, cssrAnchorMetaName } from "./Icon.js";
import { beforeNextFrameOnce } from "./next-frame-once.js";
@ -2708,7 +2708,7 @@ const NInternalSelection = defineComponent({
handleClose: () => {
this.handleDeleteOption(option);
}
}) : h(__unplugin_components_5$1, {
}) : h(__unplugin_components_4, {
size,
closable: !option.disabled,
disabled,
@ -2745,7 +2745,7 @@ const NInternalSelection = defineComponent({
const renderCounter = maxTagCountResponsive ? () => h("div", {
class: `${clsPrefix}-base-selection-tag-wrapper`,
ref: "counterWrapperRef"
}, h(__unplugin_components_5$1, {
}, h(__unplugin_components_4, {
size,
ref: "counterRef",
onMouseenter: this.handleMouseEnterCounter,
@ -2759,7 +2759,7 @@ const NInternalSelection = defineComponent({
counter = h("div", {
class: `${clsPrefix}-base-selection-tag-wrapper`,
key: "__counter__"
}, h(__unplugin_components_5$1, {
}, h(__unplugin_components_4, {
size,
ref: "counterRef",
onMouseenter: this.handleMouseEnterCounter,

View file

@ -1,6 +1,6 @@
import { inject, getCurrentInstance, watch, onBeforeUnmount, replaceable, h, derived, createTheme, buttonLight, changeColor, createInjectionKey, cB, cM, c, defineComponent, useConfig, useTheme, ref, keysOf, provide, commonVariables as commonVariables$1, cE, computed, formatLength, Transition, resolveWrappedSlot, toRef, createId, formItemInjectionKey, onMounted, createKey, useThemeClass, warn, NBaseIcon, InfoIcon, WarningIcon, ErrorIcon$1 as ErrorIcon, SuccessIcon, fadeInHeightExpandTransition, iconSwitchTransition, throwError, NFadeInExpandTransition, isBrowser, error, Button, NIconSwitchTransition, useMemo, watchEffect, resolveSlot, Teleport, Fragment, useFormItem, useMergedState, nextTick, call, _export_sfc, mergeModels, storeToRefs, usePlanStore, useModel, createBlock, openBlock, withCtx, createVNode, unref, SlickList, SlickItem } from "./index.js";
import { get } from "./Tooltip.js";
import { __unplugin_components_3, DownloadIcon, NImageGroup } from "./Image.js";
import { __unplugin_components_4, DownloadIcon, NImageGroup } from "./Image.js";
import { EyeIcon } from "./Checkbox.js";
import { download } from "./download.js";
import { AddIcon } from "./Add.js";
@ -3766,7 +3766,7 @@ const NUploadFile = defineComponent({
href: file.url || void 0,
class: `${clsPrefix}-upload-file-info__thumbnail`,
onClick: this.handlePreviewClick
}, listType === "image-card" ? h(__unplugin_components_3, {
}, listType === "image-card" ? h(__unplugin_components_4, {
src: this.mergedThumbnailUrl || void 0,
previewSrc: file.url || void 0,
alt: file.name,

View file

@ -294,7 +294,7 @@ const tagProps = Object.assign(Object.assign(Object.assign({}, useTheme.props),
onCheckedChange: Function
});
const tagInjectionKey = createInjectionKey("n-tag");
const __unplugin_components_5 = defineComponent({
const __unplugin_components_4 = defineComponent({
name: "Tag",
props: tagProps,
slots: Object,
@ -520,7 +520,7 @@ const __unplugin_components_5 = defineComponent({
}
});
export {
__unplugin_components_5,
__unplugin_components_4,
commonProps,
tagInjectionKey,
tagLight

View file

@ -6,7 +6,7 @@ import { __unplugin_components_9 } from "./Image.js";
import { ArrowDownIcon } from "./Select.js";
import { getSlot } from "./get-slot.js";
import { __unplugin_components_7 } from "./Avatar.js";
import { __unplugin_components_5 } from "./Tag.js";
import { __unplugin_components_4 } from "./Tag.js";
const ArrowUpIcon = defineComponent({
name: "ArrowUp",
render() {
@ -25963,7 +25963,7 @@ var OutputFormat;
});
const render_op_tag = ({ option, handleClose }) => {
return h(
__unplugin_components_5,
__unplugin_components_4,
{
style: {
padding: "0 6px 0 4px"

View file

@ -1,4 +1,4 @@
const __vite__mapDeps=(i,m=__vite__mapDeps,d=(m.f||(m.f=["assets/paomadeng.js","assets/use-houdini.js","assets/Alert.js","assets/paomadeng.css","assets/menu.js","assets/index2.js","assets/Wrench.js","assets/Tooltip.js","assets/Icon.js","assets/next-frame-once.js","assets/use-compitable.js","assets/Dropdown.js","assets/create.js","assets/tabs.js","assets/Tabs2.js","assets/Add.js","assets/throttle.js","assets/Flex.js","assets/get-slot.js","assets/DesktopSettings.js","assets/LongTasks.js","assets/HelpText.js","assets/HelpText.css","assets/use-message.js","assets/SlickOperatorSelect.js","assets/Image.js","assets/utils.js","assets/use-locale.js","assets/download.js","assets/Checkbox.js","assets/common.js","assets/Select.js","assets/Tag.js","assets/Avatar.js","assets/SlickOperatorSelect.css","assets/text.js","assets/headers.js","assets/RadioGroup.js","assets/Slider.js","assets/Table.js","assets/LongTasks.css","assets/DesktopSettings.css","assets/Log.js","assets/DropDown2.js","assets/Scrollbar.js","assets/Forward.js","assets/DropDown.css","assets/Log.css","assets/Plan.js","assets/IosArrowForward.js","assets/Plan.css","assets/MobileSettings.js","assets/Material_all_in_one.js","assets/Doc.js","assets/Doc.css","assets/BasementSkill.js","assets/BasementSkill.css","assets/DebugConsole.js","assets/RecordLine.js","assets/record.js","assets/index3.js","assets/install.js","assets/Grid.js","assets/RecordLine.css","assets/depot.js","assets/depot.css","assets/RecordPie.js","assets/install2.js","assets/report.js","assets/report.css","assets/NotFound.js"])))=>i.map(i=>d[i]);
const __vite__mapDeps=(i,m=__vite__mapDeps,d=(m.f||(m.f=["assets/paomadeng.js","assets/use-houdini.js","assets/Alert.js","assets/paomadeng.css","assets/menu.js","assets/index2.js","assets/Wrench.js","assets/Tooltip.js","assets/Icon.js","assets/next-frame-once.js","assets/use-compitable.js","assets/Dropdown.js","assets/create.js","assets/tabs.js","assets/Tabs2.js","assets/Add.js","assets/throttle.js","assets/Flex.js","assets/get-slot.js","assets/DesktopSettings.js","assets/LongTasks.js","assets/HelpText.js","assets/HelpText.css","assets/use-message.js","assets/SlickOperatorSelect.js","assets/Image.js","assets/utils.js","assets/use-locale.js","assets/download.js","assets/Checkbox.js","assets/common.js","assets/Select.js","assets/Tag.js","assets/Avatar.js","assets/SlickOperatorSelect.css","assets/text.js","assets/headers.js","assets/RadioGroup.js","assets/Slider.js","assets/Table.js","assets/LongTasks.css","assets/DesktopSettings.css","assets/Log.js","assets/DropDown2.js","assets/Scrollbar.js","assets/Forward.js","assets/DropDown.css","assets/Log.css","assets/Plan.js","assets/IosArrowForward.js","assets/Plan.css","assets/MobileSettings.js","assets/Material_all_in_one.js","assets/Doc.js","assets/Doc.css","assets/BasementSkill.js","assets/BasementSkill.css","assets/DebugConsole.js","assets/DebugConsole.css","assets/RecordLine.js","assets/record.js","assets/index3.js","assets/install.js","assets/Grid.js","assets/RecordLine.css","assets/depot.js","assets/depot.css","assets/RecordPie.js","assets/install2.js","assets/report.js","assets/report.css","assets/NotFound.js"])))=>i.map(i=>d[i]);
(function polyfill() {
const relList = document.createElement("link").relList;
if (relList && relList.supports && relList.supports("modulepreload")) {
@ -30057,7 +30057,7 @@ const routes = [
},
{
path: "debug",
component: () => __vitePreload(() => import("./DebugConsole.js"), true ? __vite__mapDeps([57,49,5,44,17,18,25,26,7,8,9,10,27,28,32,38]) : void 0),
component: () => __vitePreload(() => import("./DebugConsole.js"), true ? __vite__mapDeps([57,49,5,44,17,18,25,26,7,8,9,10,27,28,38,58]) : void 0),
meta: { title: "日志" },
name: "DebugConsole"
},
@ -30066,25 +30066,25 @@ const routes = [
children: [
{
path: "line",
component: () => __vitePreload(() => import("./RecordLine.js"), true ? __vite__mapDeps([58,59,60,61,62,18,9,63]) : void 0),
component: () => __vitePreload(() => import("./RecordLine.js"), true ? __vite__mapDeps([59,60,61,62,63,18,9,64]) : void 0),
meta: { title: "心情曲线" },
name: "record_line"
},
{
path: "depot",
component: () => __vitePreload(() => import("./depot.js"), true ? __vite__mapDeps([64,36,23,62,18,9,17,35,10,2,33,26,32,65]) : void 0),
component: () => __vitePreload(() => import("./depot.js"), true ? __vite__mapDeps([65,36,23,63,18,9,17,35,10,2,33,26,32,66]) : void 0),
meta: { title: "仓库数据" },
name: "depot"
},
{
path: "pie",
component: () => __vitePreload(() => import("./RecordPie.js"), true ? __vite__mapDeps([66,61,67,59,62,18,9]) : void 0),
component: () => __vitePreload(() => import("./RecordPie.js"), true ? __vite__mapDeps([67,62,68,60,63,18,9]) : void 0),
meta: { title: "心情饼图" },
name: "record_pie"
},
{
path: "report",
component: () => __vitePreload(() => import("./report.js"), true ? __vite__mapDeps([68,21,7,8,9,10,22,60,61,67,2,62,18,69]) : void 0),
component: () => __vitePreload(() => import("./report.js"), true ? __vite__mapDeps([69,21,7,8,9,10,22,61,62,68,2,63,18,70]) : void 0),
meta: { title: "基建报告" },
name: "report"
}
@ -30092,7 +30092,7 @@ const routes = [
}
]
},
{ path: "/:pathMatch(.*)", component: () => __vitePreload(() => import("./NotFound.js"), true ? __vite__mapDeps([70,36]) : void 0) }
{ path: "/:pathMatch(.*)", component: () => __vitePreload(() => import("./NotFound.js"), true ? __vite__mapDeps([71,36]) : void 0) }
];
const router = createRouter({
history: createWebHistory(),

View file

@ -46,8 +46,12 @@ watch(log_frame, () => {
</n-list>
</n-scrollbar>
<n-flex vertical style="flex: 1; height: 100%; overflow: hidden">
<h2 style="text-align: center; margin: 0">{{ current_log }}</h2>
<n-split direction="vertical" style="overflow: hidden">
<n-flex justify="center" align="center" style="margin-top: 8px">
<h2 style="text-align: center; margin: 0">
{{ current_log }} / {{ log_content[log_frame]?.time }}
</h2>
</n-flex>
<n-split direction="vertical" style="overflow: hidden; gap: 4px">
<template #1>
<n-image
v-if="screenshot"
@ -70,8 +74,7 @@ watch(log_frame, () => {
</n-scrollbar>
</template>
</n-split>
<n-flex align="center" style="padding: 0 12px 6px">
<n-tag size="large" type="info">{{ log_content[log_frame]?.time }}</n-tag>
<n-flex align="center" style="padding: 0 64px 6px 12px">
<n-slider
style="flex: 1"
v-model:value="log_frame"
@ -95,3 +98,10 @@ watch(log_frame, () => {
</n-flex>
</n-flex>
</template>
<style>
.n-split__resize-trigger-wrapper,
.n-split__resize-trigger {
height: 18px !important;
}
</style>