7 lines
85 B
JavaScript
7 lines
85 B
JavaScript
define(
|
|
({
|
|
loadingState: "載入中...",
|
|
errorState: "抱歉,發生錯誤"
|
|
})
|
|
);
|