Silence

Results 6 issues of Silence

前半部分正常,后半部分不正常,好几集都这样,自己的页面、[https://ass.js.org/](https://ass.js.org/)都是这样的。 个人推测,问题出在 ass.js的 1566行 `function allocate (dialogue) { }` 函数体内。(再往里就看不懂了。。。) | 页面截图 | [https://ass.js.org/](https://ass.js.org/)截图 | PotPlayer截图 | 备注 | | ---- | ---- | ---- | ---- | | ![QQ截图20210423170311](https://user-images.githubusercontent.com/35139387/115848071-11efc100-a456-11eb-8dad-36f388491239.png)...

bug

兼容单列、单列剧中。 ```css @media (prefers-color-scheme: dark) { :root { --back-ground-color-1: #111; --back-ground-color-2: #222; --back-ground-color-3: #333; --back-ground-color-4: #444; --text-color-nomal: #fff; --text-color-abstract: #ccc; --text-color-em:#f66; --text-color-link-nomal: #66f; --text-color-link-visited: #f6f; --flip--color: Invert(); } /* 直接给body深色会护眼模式鬼畜……...

enhancement

Docs said, > subtitle.type > Default 'webvtt' > Values: 'webvtt', 'ass', but only webvtt is supported for **now**. When 'ass' is available? 蹩脚英语) 但应该是DIYgod看到才能给个准信吧……那后面就用中文写了吧。。 毕设想做个小型的视频网站,目前用[ass.js](https://github.com/weizhenye/ASS) 实现了,但webvtt和ass切换起来实在是麻烦,多写了很多切换的判定。。。还有视频大小尺寸等等的问题。

### 在提问之前... - [X] 我理解 Issue 是用于反馈和解决问题的,而非吐槽评论区,将尽可能提供更多信息帮助问题解决 - [X] 我填写了简短且清晰明确的标题,以便开发者在翻阅 issue 列表时能快速确定大致问题。而不是“一个建议”、“卡住了”等 - [X] 我已查看最新测试版本的更新内容,并未提及该 bug 已被修复的情况 ### 问题描述 这个是游戏的问题:选择干员时切换特种职业tab,然后拉到底。然后再去点重装tab,重装页面并没有回到页首…… 如果作业里面选了一个一级的高速再部署特种,然后再去重装页面选了个满配的重装,就会直接寄在这一步。 ### 日志文件 [asst.log](https://github.com/MaaAssistantArknights/MaaAssistantArknights/files/11471193/asst.log) ### 截图 屏幕录像在[`MAA作业裙/使用问题/Issue#4756 的录像`](https://qun.qq.com/qqweb/qunpro/share?_wv=3&_wwv=128&appChannel=share&inviteCode=204jmYKouL8&contentID=1lba0a&businessType=2&from=181074&biz=ka&mainSourceId=share&subSourceId=others&jumpsource=shorturl)。录像超过了10M传不上来。有稳定版和测试版的录像。 update: 浏览器上打开QQ频道的帖子链接后发现能把视频链接扒下来……...

bug
module: copilot

- 添加 PrivateChannel.target: User - 将 PrivateChannel.target_info 标记为 deprecated

> 前提:已安装screen curl python3等,已在腾讯云Ubuntu 22.04 LTS上成功运行。 # 安装nodejs 安装`apt install`的node在安装依赖时会出问题,需要通过 ```shell curl -fsSL https://deb.nodesource.com/setup_18.x | sudo -E bash - sudo apt-get install -y nodejs ``` 安装nodejs。 # 安装依赖 1. 安装python依赖(略)。...

documentation