Desc:
- Perubahan minor
This commit is contained in:
2023-10-06 13:33:59 +08:00
parent 8188728e6a
commit cc3aad4e86
12 changed files with 274 additions and 167 deletions

View File

@@ -1,5 +1,5 @@
export function myConsole(value: any) {
const onData = false
const onData = true
if (onData) {
console.log(value);
}