| 6 |
* Copyright (C) 2004-2025 Leaflet <leaflet@leafok.com> |
* Copyright (C) 2004-2025 Leaflet <leaflet@leafok.com> |
| 7 |
*/ |
*/ |
| 8 |
|
|
| 9 |
|
#ifdef HAVE_CONFIG_H |
| 10 |
|
#include "config.h" |
| 11 |
|
#endif |
| 12 |
|
|
| 13 |
#include "bbs.h" |
#include "bbs.h" |
| 14 |
#include "bbs_cmd.h" |
#include "bbs_cmd.h" |
| 15 |
#include "common.h" |
#include "common.h" |
| 46 |
{"活动看板", DATA_ACTIVE_BOARD}, |
{"活动看板", DATA_ACTIVE_BOARD}, |
| 47 |
{"浏览帮助", DATA_READ_HELP}, |
{"浏览帮助", DATA_READ_HELP}, |
| 48 |
{"编辑帮助", DATA_EDITOR_HELP}, |
{"编辑帮助", DATA_EDITOR_HELP}, |
| 49 |
|
{"敏感词表", CONF_BWF}, |
| 50 |
|
{"穿梭配置", CONF_BBSNET}, |
| 51 |
}; |
}; |
| 52 |
|
|
| 53 |
static const int data_file_cnt = sizeof(data_file_list) / sizeof(DATA_FILE_ITEM); |
static const int data_file_cnt = sizeof(data_file_list) / sizeof(DATA_FILE_ITEM); |