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
| /* Copyright (C) 2025 Codex. | |
| Licensed under the MIT License; | |
| you may not use this file except in compliance with the License. | |
| Codex - Ziyan | |
| */ | |
| const { Bixby, isPrivate } = require("../lib"); | |
| Bixby( | |
| { | |
| pattern: "gist", |
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
| /* Copyright (C) 2025 Codex. | |
| Licensed under the MIT License; | |
| you may not use this file except in compliance with the License. | |
| Codex - Ziyan | |
| */ | |
| const { Bixby, isPrivate } = require("../lib"); | |
| Bixby( | |
| { | |
| pattern: "gist", |
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
| <div class="progress"> | |
| <div class="progress__fill"></div> | |
| <span class="progress__text">0%</span> | |
| </div> |
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
| <div class="progress"> | |
| <div class="progress__fill"></div> | |
| <span class="progress__text">0%</span> | |
| </div> |