mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-12 15:45:00 +00:00
refactor: Move markers definition to recording.md and simplify recording.js
This commit is contained in:
parent
1bc40d48fe
commit
813a201b6a
2 changed files with 15 additions and 11 deletions
|
@ -10,10 +10,7 @@ document.addEventListener('DOMContentLoaded', function() {
|
|||
idleTimeLimit: 1,
|
||||
theme: "aider",
|
||||
poster: "npt:0:01",
|
||||
markers: [
|
||||
[1.0, "Hello!"],
|
||||
[5.0, "Hello, this is a test. This is only a test."],
|
||||
],
|
||||
markers: markers
|
||||
}
|
||||
);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue