Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
zhupingqi committed Aug 17, 2018
1 parent c4f39c4 commit d592a72
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ the service startup is complete!

## RuiJi Expression

RuiJi Expression is a way to quickly add the rules of page extraction and implement soft coding. The ruiji expressions are as simple and understandable as possible.Before we start, we should first understand the rule model of RuiJi.Net.
RuiJi Expression is a way to quickly add the rules of page extraction. The ruiji expressions are as simple and understandable as possible.Before we start, we should first understand the rule model of RuiJi.Net.

The RuiJi expression uses the structure described in the figure above to extract the pages that need to be extracted, and the extraction unit is Block, as shown in the following figure.

Expand Down
2 changes: 1 addition & 1 deletion RuiJi.Net.Owin/document/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
myAudio.controls = true;
myAudio.src = arr.pop();
myAudio.addEventListener('ended', playEndedHandler, false);
myAudio.play();
//myAudio.play();
document.getElementById("audioBox").appendChild(myAudio);
myAudio.loop = false;

Expand Down

0 comments on commit d592a72

Please sign in to comment.