Skip to content

Commit 84abbda

Browse files
authored
Create README.md
1 parent 9a8a0fd commit 84abbda

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

README.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# @RootDetected
2+
3+
## New Table Example
4+
Add the file: tables/Test.js
5+
Use the link: https://rootdetected.github.io/#Test
6+
```html
7+
info="<b>Device: (Device)</b><br><b>ROM: (ROM)</b><br><b>Android: (Version) Kernel: (Version)</b><br><b>(Details about the setup)</b><br>";
8+
9+
title="Comparison - Test - 19/Jun/2025";
10+
11+
columns=["App","Package","Test 1", "Test 2"];
12+
13+
data=[
14+
[{text:"Line 1",bg:"#fff",color:"#000"},{text:"com.test",bg:"#fff",color:"#000"},{text:"CRASH",bg:"#000",color:"#fff"},{text:"OK",bg:"#006600",color:"#fff"}],
15+
[{text:"Line 2",bg:"#fff",color:"#000"},{text:"com.app",bg:"#fff",color:"#000"},{text:"DETECTED",bg:"#ff0000",color:"#fff"},{text:"DETECTED",bg:"#ff0000",color:"#fff"}]
16+
];
17+
```
18+
## Join Telegram
19+
https://t.me/RootDetected
20+
## by @VD_Priv8
21+
https://t.me/VD_Priv8

0 commit comments

Comments
 (0)