Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
khengyun committed Dec 30, 2022
1 parent 9ca787b commit e998cb3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc_script/_doc_script.js
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ function get_class_sessions_details(input_get_class_sessions) {
let courseId = list_sessions_in_course[session].sections[0].courseId

// console.log(list_sessions_in_course[session])
if (list_activities && list_activities.length !== 0) {
if (list_activities && list_activities.length !== 0 && isOnGoing) {
for (let activitie = 0; activitie < list_activities.length; activitie++) {

let activityId = list_activities[activitie].id;
Expand Down
6 changes: 5 additions & 1 deletion readme_vn/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## <font color="yellow"> Bước 0 ( Tải file nguồn ) </font>

> ##### [Ấn vào đây để tải ](https://github.com/khengyun/autonext/archive/refs/tags/v3.4.5.zip)
> ### [Ấn vào đây để tải ](https://github.com/khengyun/autonext/archive/refs/tags/v3.4.5.zip)
- ### Sau khi tải về => tiến hành giải nén

Expand Down Expand Up @@ -39,3 +39,7 @@
- ### Giờ thì mở edunext lên nextauto sẽ được chạy tự động

![img_7.png](img_7.png)

- # <font color="red"> Lưu Ý :</font> Phải ấn Apply trong lần chạy đầu tiên

![img_8.png](img_8.png)
Binary file added readme_vn/img_8.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit e998cb3

Please sign in to comment.