techmovie / easy-upload

PT转种脚本,自动填写上传页表单,支持内外站互转,支持PT站间快速检索。
https://greasyfork.org/zh-CN/scripts/423199
MIT License
386 stars 37 forks source link

[BUG]更新了最新版本的UNIT3D站点无法预览描述 #196

Closed techmovie closed 4 months ago

techmovie commented 2 years ago

是否有重复的issue

问题描述

更新了最新版本的UNIT3D站无法预览描述,且在预览后会丢失description

期待表现

正常预览

复现步骤

No response

运行环境

- 浏览器名称:Google Chrome
- 浏览器版本:104.0.5112.101 (Official Build) (arm64)
- 所用用户脚本扩展名称:Tampermonkey
- easy-upload版本:3.2.6
techmovie commented 2 years ago

暂无解决方案

ted423 commented 1 year ago

https://laravel-livewire.com/docs/2.x/properties 感觉好像跟这个有关

ted423 commented 1 year ago
document.querySelector('#bbcode-description').dispatchEvent(new Event('input'));

可以这么弄

techmovie commented 1 year ago
document.querySelector('#bbcode-description').dispatchEvent(new Event('input'));

可以这么弄

这个测试过了么 我记得这个也不行