Skip to content

Commit 0334fc0

Browse files
committed
更新数据库文件
1 parent ba50528 commit 0334fc0

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Public/install/bjyblog.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ CREATE TABLE `bjy_article` (
2323
`aid` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT '文章表主键',
2424
`title` char(100) NOT NULL DEFAULT '' COMMENT '标题',
2525
`author` varchar(15) NOT NULL DEFAULT '' COMMENT '作者',
26-
`content` text NOT NULL COMMENT '文章内容',
26+
`content` mediumtext NOT NULL COMMENT '文章内容',
2727
`keywords` varchar(255) NOT NULL DEFAULT '' COMMENT '关键字',
2828
`description` char(255) NOT NULL DEFAULT '' COMMENT '描述',
2929
`is_show` tinyint(1) unsigned NOT NULL DEFAULT '1' COMMENT '文章是否显示 1是 0否',

Public/static/ueditor1_4_3/ueditor.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,7 @@
253253
//wordCount
254254
//,wordCount:true //是否开启字数统计
255255
//,maximumWords:10000 //允许的最大字符数
256+
,maximumWords:1000000 //允许的最大字符数
256257
//字数统计提示,{#count}代表当前字数,{#leave}代表还可以输入多少字符数,留空支持多语言自动切换,否则按此配置显示
257258
//,wordCountMsg:'' //当前已输入 {#count} 个字符,您还可以输入{#leave} 个字符
258259
//超出字数限制提示 留空支持多语言自动切换,否则按此配置显示

0 commit comments

Comments
 (0)