You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.EN.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -107,7 +107,7 @@ To optimize the report template's style and format:
107
107
108
108
2. Create new Roo Code session in `Code` mode, paste modified prompt and send;
109
109
3. Wait for first task completion;
110
-
4. Verify `report_template.html` in browser;
110
+
4. Verify `parts/【Section Number】.html` in browser;
111
111
5. If unsatisfied, request modifications;
112
112
6. If satisfied, send next task: ``Good. Now: **Complete the `【Section Number】Section Title` section.**`` (replace with actual section);
113
113
7. Wait for completion;
@@ -124,7 +124,7 @@ These steps require manual operation (currently difficult to automate):
124
124
2. Manually insert contents from `parts` folder into corresponding positions in `report.html`;
125
125
3. Create new Roo Code session in `Ask` mode, request agent review of `report.html` for redundancies/errors;
126
126
4. Manually edit redundancies; for logical errors, follow steps 6-9 in [Document Writing](#document-writing) to revise;
127
-
5. Find all `@startuml` in `report_template.html`, render each via [PlantUML Web Server](https://www.plantuml.com/plantuml/uml), convert images to [data URLs](https://www.lmstfy.icu/Bing/?q=aW1hZ2UgdG8gZGF0YSB1cmwgb25saW5l) and replace:
127
+
5. Find all `@startuml` in `report.html`, render each via [PlantUML Web Server](https://www.plantuml.com/plantuml/uml), convert images to [data URLs](https://www.lmstfy.icu/Bing/?q=aW1hZ2UgdG8gZGF0YSB1cmwgb25saW5l) and replace:
128
128
129
129
```diff
130
130
- <div class="code-block">
@@ -137,7 +137,7 @@ These steps require manual operation (currently difficult to automate):
137
137
</div>
138
138
```
139
139
140
-
6. Find all `【` in `report_template.html`, convert required screenshots to [data URLs](https://www.lmstfy.icu/Bing/?q=aW1hZ2UgdG8gZGF0YSB1cmwgb25saW5l) and replace:
140
+
6. Find all `【` in `report.html`, convert required screenshots to [data URLs](https://www.lmstfy.icu/Bing/?q=aW1hZ2UgdG8gZGF0YSB1cmwgb25saW5l) and replace:
0 commit comments