File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ CREATE TABLE `bjy_article` (
23
23
` aid` int (10 ) unsigned NOT NULL AUTO_INCREMENT COMMENT ' 文章表主键' ,
24
24
` title` char (100 ) NOT NULL DEFAULT ' ' COMMENT ' 标题' ,
25
25
` author` varchar (15 ) NOT NULL DEFAULT ' ' COMMENT ' 作者' ,
26
- ` content` text NOT NULL COMMENT ' 文章内容' ,
26
+ ` content` mediumtext NOT NULL COMMENT ' 文章内容' ,
27
27
` keywords` varchar (255 ) NOT NULL DEFAULT ' ' COMMENT ' 关键字' ,
28
28
` description` char (255 ) NOT NULL DEFAULT ' ' COMMENT ' 描述' ,
29
29
` is_show` tinyint (1 ) unsigned NOT NULL DEFAULT ' 1' COMMENT ' 文章是否显示 1是 0否' ,
Original file line number Diff line number Diff line change 253
253
//wordCount
254
254
//,wordCount:true //是否开启字数统计
255
255
//,maximumWords:10000 //允许的最大字符数
256
+ , maximumWords :1000000 //允许的最大字符数
256
257
//字数统计提示,{#count}代表当前字数,{#leave}代表还可以输入多少字符数,留空支持多语言自动切换,否则按此配置显示
257
258
//,wordCountMsg:'' //当前已输入 {#count} 个字符,您还可以输入{#leave} 个字符
258
259
//超出字数限制提示 留空支持多语言自动切换,否则按此配置显示
You can’t perform that action at this time.
0 commit comments