chore: cleanup stray nested directories in frontend-source

Former-commit-id: 376f94edd602d3dfed1cbada6e08361ee7b08e73
This commit is contained in:
反编译工作区
2026-04-29 13:07:40 +08:00
parent 48b31823e6
commit 4f79e10bd6
774 changed files with 20 additions and 31 deletions
@@ -0,0 +1 @@
"144:function(t,e,n){\"use strict\";e.__esModule=!0,e.default={data:function(){return{hoverOption:-1}},computed:{optionsAllDisabled:function(){return this.options.filter(function(t){return t.visible}).every(function(t){return t.disabled})}},watch:{hoverIndex:function(t){var e=this;\"number\"==typeof t&&t>-1&&(this.hoverOption=this.options[t]||{}),this.options.forEach(function(t){t.hover=e.hoverOption===t})}},methods:{navigateOptions:function(t){var e=this;if(this.visible){if(0!==this.options.length&&0!==this.filteredOptionsCount&&!this.optionsAllDisabled){\"next\"===t?(this.hoverIndex++,this.hoverIndex===this.options.length&&(this.hoverIndex=0)):\"prev\"===t&&(this.hoverIndex--,this.hoverIndex<0&&(this.hoverIndex=this.options.length-1));var n=this.options[this.hoverIndex];!0!==n.disabled&&!0!==n.groupDisabled&&n.visible||this.navigateOptions(t),this.$nextTick(function(){return e.scrollToOption(e.hoverOption)})}}else this.visible=!0}}}}";