📄 mt_ini_cfg.c
字号:
/*****************************************************************************
** File Name: *
** Author: *
** Date: 2007/05/28 *
** Copyright: 2007 MTONE, Inc. All Rights Reserved. *
** Description: *
******************************************************************************
** Important Edit History *
** --------------------------------------------------------------------------*
** DATE NAME DESCRIPTION *
** 2007/05/28 Create *
*****************************************************************************/
#ifdef MMI_MTUNE
// #include "mt_ini.h"
////////////////////////////////////////////////////////////////
#ifdef INI_DEF
#undef INI_DEF
#endif
#define INI_DEF( id, val ) val,
const char *g_mtini_cfg[] =
{
"", // MTINI_EX_BASE
#include "mt_ini_cfg.def"
"" // MTINI_EX_MAX
};
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -