visitor count

This commit is contained in:
xu_yanfeng 2025-02-21 15:54:25 +08:00
parent 2a285332ba
commit 43c0d755f7

View File

@ -13,7 +13,7 @@
<Find v-if="!isShowDebug"></Find> <Find v-if="!isShowDebug"></Find>
<CCDialog></CCDialog> <CCDialog></CCDialog>
<CCMenu></CCMenu> <CCMenu></CCMenu>
<CCFootBar :version="version"></CCFootBar> <CCFootBar :version="version" :hint-key="hint"></CCFootBar>
</div> </div>
</template> </template>
@ -176,7 +176,9 @@ export default defineComponent({
} }
const elLeft = ref<HTMLDivElement>(); const elLeft = ref<HTMLDivElement>();
const version = ref(PluginConfig.manifest.version); const version = ref(PluginConfig.manifest.version);
const hint = ref(`${PluginConfig.manifest.name}-devtool`);
return { return {
hint,
version, version,
defaultProps, defaultProps,
frameID, frameID,