|
|
@@ -6275,16 +6275,16 @@ export struct LocalMusic {
|
|
|
this.isConverter = !this.isConverter
|
|
|
})
|
|
|
|
|
|
- MenuItem({
|
|
|
- symbolStartIcon: new SymbolGlyphModifier($r('sys.symbol.ai_edit')),
|
|
|
- content: $r('app.string.vocal_separation')
|
|
|
- })
|
|
|
- .bindContentCover($$this.isAIVoiceSeparation, this.AiBuilder(item), {
|
|
|
- transition: TransitionEffect.translate({ x: 500 }).animation({ curve: curves.springMotion(0.6, 0.8) })
|
|
|
- })
|
|
|
- .onClick(() => {
|
|
|
- this.isAIVoiceSeparation = !this.isAIVoiceSeparation
|
|
|
- })
|
|
|
+ // MenuItem({
|
|
|
+ // symbolStartIcon: new SymbolGlyphModifier($r('sys.symbol.ai_edit')),
|
|
|
+ // content: $r('app.string.vocal_separation')
|
|
|
+ // })
|
|
|
+ // .bindContentCover($$this.isAIVoiceSeparation, this.AiBuilder(item), {
|
|
|
+ // transition: TransitionEffect.translate({ x: 500 }).animation({ curve: curves.springMotion(0.6, 0.8) })
|
|
|
+ // })
|
|
|
+ // .onClick(() => {
|
|
|
+ // this.isAIVoiceSeparation = !this.isAIVoiceSeparation
|
|
|
+ // })
|
|
|
MenuItem({
|
|
|
symbolStartIcon: new SymbolGlyphModifier($r('sys.symbol.arrow_counterclockwise_clock')),
|
|
|
content: $r('app.string.change_tone')
|