tg_send_zon 0.0.27 → 0.0.29
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/tg_send_zon.rb +4 -4
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d44c49e66a18a164f0c3a2ec53a3e0b724dd0ccb7ef03b6758e6ec02084f88d7
|
4
|
+
data.tar.gz: 8119d1faeb1a036e418c6f0db7c129247fa5888bca117e72e878412e68646b6c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b269af87fa73b2fa6393213f2ec319d9338d83bc556ee28167feddbb9de90009c2fade59eabf66e4bf156b748813aa148e47a58caf46e8c635edf6cc26507509
|
7
|
+
data.tar.gz: 11aba75c4a763920b7331b55b698237a3aab856977ba9c0e0103fb4906c703e93d1338ce5bed19f9d10927839f9430b5650906fdfad7861fb1774c32deaff665
|
data/lib/tg_send_zon.rb
CHANGED
@@ -1229,7 +1229,7 @@ class Wordpress
|
|
1229
1229
|
stretchy false
|
1230
1230
|
grid{
|
1231
1231
|
@data['group_list'] = entry{
|
1232
|
-
text 'ex)
|
1232
|
+
text 'ex) abc123'
|
1233
1233
|
top 0
|
1234
1234
|
left 0
|
1235
1235
|
}
|
@@ -1237,7 +1237,7 @@ class Wordpress
|
|
1237
1237
|
|
1238
1238
|
|
1239
1239
|
|
1240
|
-
button('
|
1240
|
+
button(' 그룹방 ID 등록하기 '){
|
1241
1241
|
top 0
|
1242
1242
|
left 1
|
1243
1243
|
on_clicked {
|
@@ -1246,7 +1246,7 @@ class Wordpress
|
|
1246
1246
|
@data['table'].pop
|
1247
1247
|
}
|
1248
1248
|
}
|
1249
|
-
button('그룹
|
1249
|
+
button('그룹 list 불러오기 ') {
|
1250
1250
|
top 0
|
1251
1251
|
left 2
|
1252
1252
|
on_clicked {
|
@@ -1354,7 +1354,7 @@ class Wordpress
|
|
1354
1354
|
editable true
|
1355
1355
|
}
|
1356
1356
|
|
1357
|
-
text_column('
|
1357
|
+
text_column('그룹방 LIST'){
|
1358
1358
|
editable true
|
1359
1359
|
|
1360
1360
|
}
|