py fixes
This commit is contained in:
@@ -22,7 +22,7 @@ window = {
|
||||
"width" : 376,
|
||||
"height" : 370,
|
||||
|
||||
"title" : "¸Å¸Å µî·Ï",
|
||||
"title" : "매매 등록",
|
||||
|
||||
"children" :
|
||||
(
|
||||
|
||||
@@ -18,21 +18,21 @@ window = {
|
||||
"type" : "text",
|
||||
"x" : 18,
|
||||
"y" : 7,
|
||||
"text" : "번호",
|
||||
"text" : "번호",
|
||||
},
|
||||
{
|
||||
"name" : "NamePrint",
|
||||
"type" : "text",
|
||||
"x" : 79,
|
||||
"y" : 7,
|
||||
"text" : "아이템 이름",
|
||||
"text" : "아이템 이름",
|
||||
},
|
||||
{
|
||||
"name" : "NamePrint",
|
||||
"type" : "text",
|
||||
"x" : 228,
|
||||
"y" : 7,
|
||||
"text" : "가격",
|
||||
"text" : "가격",
|
||||
},
|
||||
|
||||
{
|
||||
@@ -51,7 +51,7 @@ window = {
|
||||
"type" : "text",
|
||||
"x" : 0,
|
||||
"y" : 0,
|
||||
"text" : "아이템 검색하기",
|
||||
"text" : "아이템 검색하기",
|
||||
"all_align" : "center",
|
||||
},
|
||||
|
||||
@@ -63,7 +63,7 @@ window = {
|
||||
"type" : "text",
|
||||
"x" : SEARCHING_AREA_X_POS + 5,
|
||||
"y" : SEARCHING_AREA_Y_POS + 24,
|
||||
"text" : "아이템이름",
|
||||
"text" : "아이템이름",
|
||||
},
|
||||
{
|
||||
"name" : "SearchingNameSlot",
|
||||
@@ -78,7 +78,7 @@ window = {
|
||||
"type" : "text",
|
||||
"x" : SEARCHING_AREA_X_POS + 5,
|
||||
"y" : SEARCHING_AREA_Y_POS + 44,
|
||||
"text" : "번호로찾기",
|
||||
"text" : "번호로찾기",
|
||||
},
|
||||
{
|
||||
"name" : "SearchingIDSlot",
|
||||
@@ -93,7 +93,7 @@ window = {
|
||||
"type" : "text",
|
||||
"x" : SEARCHING_AREA_X_POS + 205,
|
||||
"y" : SEARCHING_AREA_Y_POS + 24,
|
||||
"text" : "소켓여부",
|
||||
"text" : "소켓여부",
|
||||
},
|
||||
|
||||
{
|
||||
@@ -101,7 +101,7 @@ window = {
|
||||
"type" : "button",
|
||||
"x" : SEARCHING_AREA_X_POS + 295,
|
||||
"y" : SEARCHING_AREA_Y_POS + 20,
|
||||
"text" : "찾기",
|
||||
"text" : "찾기",
|
||||
"default_image" : "d:/ymir work/ui/public/small_button_01.sub",
|
||||
"over_image" : "d:/ymir work/ui/public/small_button_02.sub",
|
||||
"down_image" : "d:/ymir work/ui/public/small_button_03.sub",
|
||||
@@ -111,7 +111,7 @@ window = {
|
||||
"type" : "button",
|
||||
"x" : SEARCHING_AREA_X_POS + 295,
|
||||
"y" : SEARCHING_AREA_Y_POS + 40,
|
||||
"text" : "찾기",
|
||||
"text" : "찾기",
|
||||
"default_image" : "d:/ymir work/ui/public/small_button_01.sub",
|
||||
"over_image" : "d:/ymir work/ui/public/small_button_02.sub",
|
||||
"down_image" : "d:/ymir work/ui/public/small_button_03.sub",
|
||||
|
||||
@@ -42,7 +42,7 @@ window = {
|
||||
"y" : 150,
|
||||
"horizontal_align" : "center",
|
||||
"text_horizontal_align" : "center",
|
||||
"text" : "아이템을 이곳에 드래그하여 넣어주세요",
|
||||
"text" : "아이템을 이곳에 드래그하여 넣어주세요",
|
||||
},
|
||||
|
||||
{
|
||||
@@ -50,7 +50,7 @@ window = {
|
||||
"type" : "text",
|
||||
"x" : 70,
|
||||
"y" : 185,
|
||||
"text" : "매매 최저가",
|
||||
"text" : "매매 최저가",
|
||||
},
|
||||
{
|
||||
"name" : "LowerSellingPriceSlot",
|
||||
@@ -76,7 +76,7 @@ window = {
|
||||
"type" : "text",
|
||||
"x" : 70,
|
||||
"y" : 205,
|
||||
"text" : "매매 평균가",
|
||||
"text" : "매매 평균가",
|
||||
},
|
||||
{
|
||||
"name" : "AverageSellingPriceSlot",
|
||||
@@ -123,7 +123,7 @@ window = {
|
||||
"x" : 230,
|
||||
"y" : 250 - 3,
|
||||
|
||||
"text" : "등록",
|
||||
"text" : "등록",
|
||||
|
||||
"default_image" : "d:/ymir work/ui/public/small_button_01.sub",
|
||||
"over_image" : "d:/ymir work/ui/public/small_button_02.sub",
|
||||
|
||||
@@ -6,7 +6,7 @@ EQUIPMENT_START_INDEX = 90
|
||||
window = {
|
||||
"name" : "BeltInventoryWindow",
|
||||
|
||||
## 600 - (width + ¿À¸¥ÂÊÀ¸·Î ºÎÅÍ ¶ç¿ì±â 24 px)
|
||||
## 600 - (width + 오른쪽으로 부터 띄우기 24 px)
|
||||
"x" : SCREEN_WIDTH - 176 - 148,
|
||||
"y" : SCREEN_HEIGHT - 37 - 565 + 209 + 32,
|
||||
# "x" : -148,
|
||||
|
||||
@@ -230,7 +230,7 @@ window = {
|
||||
{
|
||||
"name" : "Guild_Name",
|
||||
"type":"text",
|
||||
"text":"길드 이름",
|
||||
"text":"길드 이름",
|
||||
"x":0,
|
||||
"y":0,
|
||||
"r":1.0,
|
||||
@@ -255,7 +255,7 @@ window = {
|
||||
{
|
||||
"name" : "Character_Name",
|
||||
"type":"text",
|
||||
"text":"캐릭터 이름",
|
||||
"text":"캐릭터 이름",
|
||||
"x":0,
|
||||
"y":0,
|
||||
"r":1.0,
|
||||
@@ -307,16 +307,16 @@ window = {
|
||||
{ "name" : "Face_Image", "type" : "image", "x" : 11, "y" : 11, "image" : "d:/ymir work/ui/game/windows/face_warrior.sub" },
|
||||
{ "name" : "Face_Slot", "type" : "image", "x" : 7, "y" : 7, "image" : FACE_SLOT_FILE, },
|
||||
|
||||
## 기본 능력
|
||||
## 기본 능력
|
||||
{
|
||||
"name":"Status_Standard", "type":"window", "x":3, "y":100, "width":200, "height":250,
|
||||
"children" :
|
||||
(
|
||||
## 기본 능력 제목
|
||||
## 기본 능력 제목
|
||||
{ "name":"Character_Bar_01", "type":"horizontalbar", "x":12, "y":8, "width":223, },
|
||||
{ "name":"Character_Bar_01_Text", "type" : "image", "x" : 13, "y" : 9, "image" : LOCALE_PATH+"label_std.sub", },
|
||||
|
||||
## 능력 수련 수치
|
||||
## 능력 수련 수치
|
||||
{
|
||||
"name":"Status_Plus_Label",
|
||||
"type":"image",
|
||||
@@ -329,7 +329,7 @@ window = {
|
||||
),
|
||||
},
|
||||
|
||||
## 기본 능력 아이템 리스트
|
||||
## 기본 능력 아이템 리스트
|
||||
{"name":"Status_Standard_ItemList1", "type" : "image", "x":17, "y":31, "image" : LOCALE_PATH+"label_std_item1.sub", },
|
||||
{"name":"Status_Standard_ItemList2", "type" : "image", "x":100, "y":30, "image" : LOCALE_PATH+"label_std_item2.sub", },
|
||||
|
||||
@@ -420,21 +420,21 @@ window = {
|
||||
),
|
||||
},
|
||||
|
||||
## 부가 능력
|
||||
## 부가 능력
|
||||
{
|
||||
"name":"Status_Extent", "type":"window", "x":3, "y":221, "width":200, "height":50,
|
||||
"children" :
|
||||
(
|
||||
|
||||
## 부가 능력 제목
|
||||
## 부가 능력 제목
|
||||
{ "name":"Status_Extent_Bar", "type":"horizontalbar", "x":12, "y":6, "width":223, },
|
||||
{ "name":"Status_Extent_Label", "type" : "image", "x" : 13, "y" : 8, "image" : LOCALE_PATH+"label_ext.sub", },
|
||||
|
||||
## 기본 능력 아이템 리스트
|
||||
## 기본 능력 아이템 리스트
|
||||
{"name":"Status_Extent_ItemList1", "type" : "image", "x":11, "y":31, "image" : LOCALE_PATH+"label_ext_item1.sub", },
|
||||
{"name":"Status_Extent_ItemList2", "type" : "image", "x":128, "y":32, "image" : LOCALE_PATH+"label_ext_item2.sub", },
|
||||
|
||||
## MSPD - 이동 속도
|
||||
## MSPD - 이동 속도
|
||||
{
|
||||
"name":"MOV_Label", "type":"window", "x":66, "y":33, "width":50, "height":20,
|
||||
"children" :
|
||||
@@ -444,7 +444,7 @@ window = {
|
||||
)
|
||||
},
|
||||
|
||||
## ASPD - 공격 속도
|
||||
## ASPD - 공격 속도
|
||||
{
|
||||
"name":"ASPD_Label", "type":"window", "x":66, "y":33+23, "width":50, "height":20,
|
||||
"children" :
|
||||
@@ -454,7 +454,7 @@ window = {
|
||||
)
|
||||
},
|
||||
|
||||
## CSPD - 주문 속도
|
||||
## CSPD - 주문 속도
|
||||
{
|
||||
"name":"CSPD_Label", "type":"window", "x":66, "y":33+23*2, "width":50, "height":20,
|
||||
"children" :
|
||||
@@ -464,7 +464,7 @@ window = {
|
||||
)
|
||||
},
|
||||
|
||||
## MATT - 마법 공격력
|
||||
## MATT - 마법 공격력
|
||||
{
|
||||
"name":"MATT_Label", "type":"window", "x":183, "y":33, "width":50, "height":20,
|
||||
"children" :
|
||||
@@ -474,7 +474,7 @@ window = {
|
||||
)
|
||||
},
|
||||
|
||||
## MDEF - 마법 방어력
|
||||
## MDEF - 마법 방어력
|
||||
{
|
||||
"name":"MDEF_Label", "type":"window", "x":183, "y":33+23, "width":50, "height":20,
|
||||
"children" :
|
||||
@@ -484,7 +484,7 @@ window = {
|
||||
)
|
||||
},
|
||||
|
||||
## 회피율
|
||||
## 회피율
|
||||
{
|
||||
"name":"ER_Label", "type":"window", "x":183, "y":33+23*2, "width":50, "height":20,
|
||||
"children" :
|
||||
@@ -697,7 +697,7 @@ window = {
|
||||
|
||||
"children" :
|
||||
(
|
||||
## 기본 액션 제목
|
||||
## 기본 액션 제목
|
||||
{ "name":"Action_Bar", "type":"horizontalbar", "x":12, "y":11, "width":223, },
|
||||
{ "name":"Action_Bar_Text", "type":"text", "x":15, "y":13, "text":uiScriptLocale.CHARACTER_NORMAL_ACTION },
|
||||
|
||||
@@ -718,7 +718,7 @@ window = {
|
||||
"image" : ICON_SLOT_FILE,
|
||||
},
|
||||
|
||||
## 상호 액션 제목
|
||||
## 상호 액션 제목
|
||||
{ "name":"Reaction_Bar", "type":"horizontalbar", "x":12, "y":8+150, "width":223, },
|
||||
{ "name":"Reaction_Bar_Text", "type":"text", "x":15, "y":10+150, "text":uiScriptLocale.CHARACTER_MUTUAL_ACTION },
|
||||
|
||||
@@ -776,25 +776,25 @@ window = {
|
||||
"horizontal_align" : "right",
|
||||
},
|
||||
|
||||
{ "name" : "Quest_Name_00", "type" : "text", "text" : "이름입니다", "x" : 60, "y" : 14 },
|
||||
{ "name" : "Quest_LastTime_00", "type" : "text", "text" : "남은 시간 입니다", "x" : 60, "y" : 30 },
|
||||
{ "name" : "Quest_LastCount_00", "type" : "text", "text" : "남은 개수 입니다", "x" : 60, "y" : 46 },
|
||||
{ "name" : "Quest_Name_00", "type" : "text", "text" : "이름입니다", "x" : 60, "y" : 14 },
|
||||
{ "name" : "Quest_LastTime_00", "type" : "text", "text" : "남은 시간 입니다", "x" : 60, "y" : 30 },
|
||||
{ "name" : "Quest_LastCount_00", "type" : "text", "text" : "남은 개수 입니다", "x" : 60, "y" : 46 },
|
||||
|
||||
{ "name" : "Quest_Name_01", "type" : "text", "text" : "이름입니다", "x" : 60, "y" : 74 },
|
||||
{ "name" : "Quest_LastTime_01", "type" : "text", "text" : "남은 시간 입니다", "x" : 60, "y" : 90 },
|
||||
{ "name" : "Quest_LastCount_01", "type" : "text", "text" : "남은 개수 입니다", "x" : 60, "y" : 106 },
|
||||
{ "name" : "Quest_Name_01", "type" : "text", "text" : "이름입니다", "x" : 60, "y" : 74 },
|
||||
{ "name" : "Quest_LastTime_01", "type" : "text", "text" : "남은 시간 입니다", "x" : 60, "y" : 90 },
|
||||
{ "name" : "Quest_LastCount_01", "type" : "text", "text" : "남은 개수 입니다", "x" : 60, "y" : 106 },
|
||||
|
||||
{ "name" : "Quest_Name_02", "type" : "text", "text" : "이름입니다", "x" : 60, "y" : 134 },
|
||||
{ "name" : "Quest_LastTime_02", "type" : "text", "text" : "남은 시간 입니다", "x" : 60, "y" : 150 },
|
||||
{ "name" : "Quest_LastCount_02", "type" : "text", "text" : "남은 개수 입니다", "x" : 60, "y" : 166 },
|
||||
{ "name" : "Quest_Name_02", "type" : "text", "text" : "이름입니다", "x" : 60, "y" : 134 },
|
||||
{ "name" : "Quest_LastTime_02", "type" : "text", "text" : "남은 시간 입니다", "x" : 60, "y" : 150 },
|
||||
{ "name" : "Quest_LastCount_02", "type" : "text", "text" : "남은 개수 입니다", "x" : 60, "y" : 166 },
|
||||
|
||||
{ "name" : "Quest_Name_03", "type" : "text", "text" : "이름입니다", "x" : 60, "y" : 194 },
|
||||
{ "name" : "Quest_LastTime_03", "type" : "text", "text" : "남은 시간 입니다", "x" : 60, "y" : 210 },
|
||||
{ "name" : "Quest_LastCount_03", "type" : "text", "text" : "남은 개수 입니다", "x" : 60, "y" : 226 },
|
||||
{ "name" : "Quest_Name_03", "type" : "text", "text" : "이름입니다", "x" : 60, "y" : 194 },
|
||||
{ "name" : "Quest_LastTime_03", "type" : "text", "text" : "남은 시간 입니다", "x" : 60, "y" : 210 },
|
||||
{ "name" : "Quest_LastCount_03", "type" : "text", "text" : "남은 개수 입니다", "x" : 60, "y" : 226 },
|
||||
|
||||
{ "name" : "Quest_Name_04", "type" : "text", "text" : "이름입니다", "x" : 60, "y" : 254 },
|
||||
{ "name" : "Quest_LastTime_04", "type" : "text", "text" : "남은 시간 입니다", "x" : 60, "y" : 270 },
|
||||
{ "name" : "Quest_LastCount_04", "type" : "text", "text" : "남은 개수 입니다", "x" : 60, "y" : 286 },
|
||||
{ "name" : "Quest_Name_04", "type" : "text", "text" : "이름입니다", "x" : 60, "y" : 254 },
|
||||
{ "name" : "Quest_LastTime_04", "type" : "text", "text" : "남은 시간 입니다", "x" : 60, "y" : 270 },
|
||||
{ "name" : "Quest_LastCount_04", "type" : "text", "text" : "남은 개수 입니다", "x" : 60, "y" : 286 },
|
||||
|
||||
),
|
||||
},
|
||||
|
||||
@@ -40,7 +40,7 @@ window = {
|
||||
|
||||
"children" :
|
||||
(
|
||||
{ "name":"TitleName", "type":"text", "x":77, "y":3, "text":"합성 결과", "text_horizontal_align":"center" },
|
||||
{ "name":"TitleName", "type":"text", "x":77, "y":3, "text":"합성 결과", "text_horizontal_align":"center" },
|
||||
),
|
||||
},
|
||||
|
||||
@@ -72,7 +72,7 @@ window = {
|
||||
"vertical_align" : "bottom",
|
||||
"horizontal_align" : "center",
|
||||
|
||||
"text":"합성에 성공 했습니다",
|
||||
"text":"합성에 성공 했습니다",
|
||||
"text_horizontal_align":"center",
|
||||
},
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@ import uiScriptLocale
|
||||
window = {
|
||||
"name" : "DragonSoulRefineWindow",
|
||||
|
||||
## ¿ëÈ¥¼® â ¹Ù·Î ¿ÞÂÊ
|
||||
## 용혼석 창 바로 왼쪽
|
||||
"x" : SCREEN_WIDTH - 176 - 287 - 10 - 287,
|
||||
"y" : SCREEN_HEIGHT - 37 - 505,
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@ import uiScriptLocale
|
||||
window = {
|
||||
"name" : "InventoryWindow",
|
||||
|
||||
## 600 - (width + ¿À¸¥ÂÊÀ¸·Î ºÎÅÍ ¶ç¿ì±â 24 px)
|
||||
## 600 - (width + 오른쪽으로 부터 띄우기 24 px)
|
||||
"x" : SCREEN_WIDTH - 176 - 287 - 10,
|
||||
"y" : SCREEN_HEIGHT - 37 - 505,
|
||||
|
||||
|
||||
@@ -63,11 +63,11 @@ window = {
|
||||
{"index":8, "x":75, "y":145, "width":32, "height":32},
|
||||
{"index":9, "x":114, "y":2, "width":32, "height":32},
|
||||
{"index":10, "x":75, "y":35, "width":32, "height":32},
|
||||
## »õ ¹ÝÁö1
|
||||
## 새 반지1
|
||||
##{"index":21, "x":2, "y":106, "width":32, "height":32},
|
||||
## »õ ¹ÝÁö2
|
||||
## 새 반지2
|
||||
##{"index":22, "x":75, "y":106, "width":32, "height":32},
|
||||
## »õ º§Æ®
|
||||
## 새 벨트
|
||||
{"index":23, "x":39, "y":106, "width":32, "height":32},
|
||||
),
|
||||
},
|
||||
|
||||
@@ -20,7 +20,7 @@ window = {
|
||||
"y" : 0,
|
||||
"width" : 150,
|
||||
"height" : 195,
|
||||
"title" : "³¬½Ã",
|
||||
"title" : "낚시",
|
||||
|
||||
"children" :
|
||||
(
|
||||
@@ -82,7 +82,7 @@ window = {
|
||||
"x" : 10,
|
||||
"y" : 10,
|
||||
|
||||
"text" : "¹°°í±â À̸§",
|
||||
"text" : "물고기 이름",
|
||||
},
|
||||
|
||||
{
|
||||
@@ -215,7 +215,7 @@ window = {
|
||||
"x" : 0,
|
||||
"y" : 30,
|
||||
|
||||
"text" : "³¬½Ã",
|
||||
"text" : "낚시",
|
||||
"horizontal_align" : "center",
|
||||
"vertical_align" : "bottom",
|
||||
|
||||
|
||||
@@ -56,7 +56,7 @@ window = {
|
||||
),
|
||||
},
|
||||
|
||||
## À̸§»ö
|
||||
## 이름색
|
||||
{
|
||||
"name" : "name_color",
|
||||
"type" : "text",
|
||||
@@ -93,7 +93,7 @@ window = {
|
||||
"down_image" : ROOT_PATH + "Middle_Button_03.sub",
|
||||
},
|
||||
|
||||
## Ÿ°Ùâ
|
||||
## 타겟창
|
||||
{
|
||||
"name" : "target_board",
|
||||
"type" : "text",
|
||||
@@ -398,7 +398,7 @@ window = {
|
||||
"down_image" : ROOT_PATH + "middle_button_03.sub",
|
||||
},
|
||||
|
||||
## ÆÇ¸Å¹®±¸
|
||||
## 판매문구
|
||||
{
|
||||
"name" : "salestext_on_off",
|
||||
"type" : "text",
|
||||
|
||||
@@ -145,15 +145,15 @@ window = {
|
||||
{
|
||||
"name" : "help_02_01", "type" : "text", "outline" : 1,
|
||||
"x" : 0, "y" : SCREEN_HEIGHT * HEIGHT_STEP*0,
|
||||
"text" : "- 가나다라마바사 01",
|
||||
"text" : "- 가나다라마바사 01",
|
||||
},
|
||||
{
|
||||
"name" : "help_02_02", "type" : "text", "outline" : 1,
|
||||
"x" : 0, "y" : HEIGHT_STEP*1,
|
||||
"text" : "- 가나다라마바사 02",
|
||||
"text" : "- 가나다라마바사 02",
|
||||
},
|
||||
|
||||
## 이 밑으로 텍스트를 추가 하시면 됩니다.
|
||||
## 이 밑으로 텍스트를 추가 하시면 됩니다.
|
||||
),
|
||||
},
|
||||
|
||||
|
||||
@@ -25,7 +25,7 @@ window = {
|
||||
"children" :
|
||||
(
|
||||
|
||||
#³»¿ë
|
||||
#내용
|
||||
{
|
||||
"name" : "Desc1",
|
||||
"type" : "text",
|
||||
@@ -36,7 +36,7 @@ window = {
|
||||
"text" : uiScriptLocale.PASSWORD_DESC_1,
|
||||
"text_horizontal_align":"center"
|
||||
},
|
||||
#³»¿ë2
|
||||
#내용2
|
||||
{
|
||||
"name" : "Desc2",
|
||||
"type" : "text",
|
||||
|
||||
@@ -31,7 +31,7 @@ window = {
|
||||
"x" : 10,
|
||||
"y" : 17,
|
||||
|
||||
"text" : "½ºÅ³Æ÷ÀÎÆ® ¸®¼Â",
|
||||
"text" : "스킬포인트 리셋",
|
||||
|
||||
"default_image" : ROOT + "XLarge_Button_01.sub",
|
||||
"over_image" : ROOT + "XLarge_Button_02.sub",
|
||||
@@ -45,7 +45,7 @@ window = {
|
||||
"x" : 10,
|
||||
"y" : 57,
|
||||
|
||||
"text" : "Ãë¼Ò",
|
||||
"text" : "취소",
|
||||
|
||||
"default_image" : ROOT + "XLarge_Button_01.sub",
|
||||
"over_image" : ROOT + "XLarge_Button_02.sub",
|
||||
|
||||
@@ -116,7 +116,7 @@ window = {
|
||||
"y" : 50,
|
||||
},
|
||||
|
||||
## 카메라
|
||||
## 카메라
|
||||
{
|
||||
"name" : "camera_mode",
|
||||
"type" : "text",
|
||||
@@ -155,7 +155,7 @@ window = {
|
||||
"down_image" : ROOT_PATH + "Middle_Button_03.sub",
|
||||
},
|
||||
|
||||
## 안개
|
||||
## 안개
|
||||
{
|
||||
"name" : "fog_mode",
|
||||
"type" : "text",
|
||||
@@ -208,7 +208,7 @@ window = {
|
||||
"down_image" : ROOT_PATH + "small_Button_03.sub",
|
||||
},
|
||||
|
||||
## 타일 가속
|
||||
## 타일 가속
|
||||
{
|
||||
"name" : "tiling_mode",
|
||||
"type" : "text",
|
||||
@@ -262,7 +262,7 @@ window = {
|
||||
},
|
||||
|
||||
|
||||
## 그림자
|
||||
## 그림자
|
||||
# {
|
||||
# "name" : "shadow_mode",
|
||||
# "type" : "text",
|
||||
|
||||
Reference in New Issue
Block a user