fix, misc: 사이시옷 수정

This commit is contained in:
2022-08-28 15:45:44 +09:00
parent 1147a8262c
commit e83a1bef49
3 changed files with 8 additions and 8 deletions
+6 -6
View File
@@ -188,7 +188,7 @@
</div>
<div class="control_bar" data-type="nationPolicy">
<div class="btn-group" role="group">
<button type="button" class="btn btn-dark reset_btn" @click="resetPolicy">값으로</button>
<button type="button" class="btn btn-dark reset_btn" @click="resetPolicy">값으로</button>
<button type="button" class="btn btn-secondary revert_btn" @click="rollbackPolicy">이전값으로</button>
</div>
<button type="button" class="btn btn-primary submit_btn" @click="submitPolicy">설정</button>
@@ -263,7 +263,7 @@
</div>
<div class="control_bar" data-type="nationPriority">
<div class="btn-group" role="group">
<button type="button" class="btn btn-dark reset_btn" @click="resetNationPriority">값으로</button>
<button type="button" class="btn btn-dark reset_btn" @click="resetNationPriority">값으로</button>
<button type="button" class="btn btn-secondary revert_btn" @click="rollbackNationPriority">
이전값으로
</button>
@@ -341,7 +341,7 @@
</div>
<div class="control_bar" data-type="generalPriority">
<div class="btn-group" role="group">
<button type="button" class="btn btn-dark reset_btn" @click="resetGeneralPriority">값으로</button>
<button type="button" class="btn btn-dark reset_btn" @click="resetGeneralPriority">값으로</button>
<button type="button" class="btn btn-secondary revert_btn" @click="rollbackGeneralPriority">
이전값으로
</button>
@@ -436,7 +436,7 @@ function resetPolicy() {
nationPolicy.value = cloneDeep(staticValues.defaultNationPolicy);
toasts.info({
title: "초기화 완료",
body: "서버 초값을 적용했습니다.설정 버튼을 누르면 반영됩니다.",
body: "서버 초값을 적용했습니다.설정 버튼을 누르면 반영됩니다.",
});
}
@@ -522,7 +522,7 @@ function resetNationPriority() {
});
toasts.info({
title: "초기화 완료",
body: "서버 초값을 적용했습니다.설정 버튼을 누르면 반영됩니다.",
body: "서버 초값을 적용했습니다.설정 버튼을 누르면 반영됩니다.",
});
}
@@ -602,7 +602,7 @@ function resetGeneralPriority() {
});
toasts.info({
title: "초기화 완료",
body: "서버 초값을 적용했습니다.설정 버튼을 누르면 반영됩니다.",
body: "서버 초값을 적용했습니다.설정 버튼을 누르면 반영됩니다.",
});
}
+1 -1
View File
@@ -1,7 +1,7 @@
export interface RNG {
/**
* nextInt()가 반환 가능한 최
* nextInt()가 반환 가능한 최
*/
getMaxInt(): number;
+1 -1
View File
@@ -5,7 +5,7 @@ interface RNG
{
/**
* @return int nextInt()가 반환 가능한 최
* @return int nextInt()가 반환 가능한 최
*/
public static function getMaxInt(): int;