This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| cat > ~/lark/poc2.html << 'EOF' | |
| <!DOCTYPE html> | |
| <html> | |
| <head><title>Bridge Test</title></head> | |
| <body> | |
| <h2>Lark Bridge PoC</h2> | |
| <button onclick="probe()">Probe Bridge</button> | |
| <button onclick="getUserInfo()">Get User Info</button> | |
| <pre id="out" style="background:#000;color:#0f0;padding:10px"></pre> | |
| <script> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <title>Lark XBridge Test</title> | |
| </head> | |
| <body> | |
| <h1>XBridge Probe</h1> | |
| <button onclick="probe()">Probe Bridge</button> | |
| <pre id="out"></pre> | |
| <script> |