Skip to content

Commit 01ee1bd

Browse files
committed
fix: 删除多余的 setlocale() 调用
1 parent 2c5663f commit 01ee1bd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/app-plugin/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ ${[...router.includeCode, ...components.includeCode, ...router.globalCode]
6464
6565
static void lcui_app_init(void)
6666
{
67-
setlocale(LC_CTYPE, "");
6867
lcui_init();
6968
${[
7069
...router.baseInitCode,

0 commit comments

Comments
 (0)