commit
24
backups/2025-04-09/2025-04-09_system_adverts.sql
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
/*
|
||||||
|
Dreamer CMS 数据库备份工具 时间:2025-04-09
|
||||||
|
*/
|
||||||
|
|
||||||
|
DROP TABLE IF EXISTS `system_adverts`;
|
||||||
|
|
||||||
|
/*
|
||||||
|
Table structure for table `system_adverts`
|
||||||
|
*/
|
||||||
|
CREATE TABLE `system_adverts` (
|
||||||
|
`id` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL,
|
||||||
|
`aid` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL COMMENT '主表ID',
|
||||||
|
`ext01` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL,
|
||||||
|
`ext02` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL,
|
||||||
|
`ext03` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL,
|
||||||
|
`ext04` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL,
|
||||||
|
`ext05` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL,
|
||||||
|
PRIMARY KEY (`id`)
|
||||||
|
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;
|
||||||
|
|
||||||
|
/*
|
||||||
|
Data for table `system_adverts`
|
||||||
|
*/
|
||||||
|
INSERT INTO `system_adverts`(`aid`, `ext01`, `ext02`, `ext03`, `ext04`, `ext05`, `id`) VALUES ('42bf4ceb852e4a1cb641db209a211439', '', '', '', '', '', 'a878623c36284ab6b098420dae6573e3');
|
66
backups/2025-04-09/2025-04-09_system_archives.sql
Normal file
@ -0,0 +1,66 @@
|
|||||||
|
/*
|
||||||
|
Dreamer CMS 数据库备份工具 时间:2025-04-09
|
||||||
|
*/
|
||||||
|
|
||||||
|
DROP TABLE IF EXISTS `system_archives`;
|
||||||
|
|
||||||
|
/*
|
||||||
|
Table structure for table `system_archives`
|
||||||
|
*/
|
||||||
|
CREATE TABLE `system_archives` (
|
||||||
|
`id` varchar(32) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL,
|
||||||
|
`title` varchar(128) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL COMMENT '文章标题',
|
||||||
|
`properties` varchar(32) CHARACTER SET utf8 COLLATE utf8_general_ci DEFAULT 'n' COMMENT '自定义属性',
|
||||||
|
`image_path` varchar(128) CHARACTER SET utf8 COLLATE utf8_general_ci DEFAULT NULL COMMENT '缩略图',
|
||||||
|
`tag` varchar(128) CHARACTER SET utf8 COLLATE utf8_general_ci DEFAULT NULL COMMENT '标签',
|
||||||
|
`description` varchar(256) CHARACTER SET utf8 COLLATE utf8_general_ci DEFAULT NULL COMMENT '内容摘要',
|
||||||
|
`category_id` varchar(32) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL COMMENT '上级栏目',
|
||||||
|
`comment` int DEFAULT '1' COMMENT '允许评论',
|
||||||
|
`subscribe` int DEFAULT '1' COMMENT '允许订阅',
|
||||||
|
`clicks` int DEFAULT '0' COMMENT '浏览量',
|
||||||
|
`weight` int DEFAULT '0' COMMENT '权重',
|
||||||
|
`status` int DEFAULT '1' COMMENT '状态1:已发布0未发布',
|
||||||
|
`category_ids` varchar(1024) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL COMMENT '栏目层级',
|
||||||
|
`create_by` varchar(32) CHARACTER SET utf8 COLLATE utf8_general_ci DEFAULT NULL,
|
||||||
|
`create_time` timestamp NOT NULL DEFAULT '2018-01-01 00:00:00',
|
||||||
|
`update_by` varchar(32) CHARACTER SET utf8 COLLATE utf8_general_ci DEFAULT NULL,
|
||||||
|
`update_time` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
|
||||||
|
PRIMARY KEY (`id`)
|
||||||
|
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin CHECKSUM=1 DELAY_KEY_WRITE=1 ROW_FORMAT=DYNAMIC;
|
||||||
|
|
||||||
|
/*
|
||||||
|
Data for table `system_archives`
|
||||||
|
*/
|
||||||
|
INSERT INTO `system_archives`(`category_id`, `category_ids`, `clicks`, `comment`, `create_by`, `create_time`, `description`, `id`, `image_path`, `properties`, `status`, `subscribe`, `tag`, `title`, `update_by`, `update_time`, `weight`) VALUES ('2512e4593b514db2a10841cbc8a63a23', '.4ol61bbh.mvpeun1s', 9, 1, '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 15:13:23','%Y-%m-%d %H:%i:%s'), '', '07d10ba665644d40ba558b0fe3d4831f', '', 'n', 1, 1, '', '梦想家项目如何在本地搭建环境?', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 15:56:54','%Y-%m-%d %H:%i:%s'), 0);
|
||||||
|
INSERT INTO `system_archives`(`category_id`, `category_ids`, `clicks`, `comment`, `create_by`, `create_time`, `description`, `id`, `image_path`, `properties`, `status`, `subscribe`, `tag`, `title`, `update_by`, `update_time`, `weight`) VALUES ('6498f8307af5475683d4deb7b7b81d31', '.uw6lcqqd', 0, 1, '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2020-07-07 09:08:23','%Y-%m-%d %H:%i:%s'), '', '13037ae7e98048708cf9978368eeb820', '', 'n', 1, 1, '', '产品一', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2020-07-07 09:31:08','%Y-%m-%d %H:%i:%s'), 0);
|
||||||
|
INSERT INTO `system_archives`(`category_id`, `category_ids`, `clicks`, `comment`, `create_by`, `create_time`, `description`, `id`, `image_path`, `properties`, `status`, `subscribe`, `tag`, `title`, `update_by`, `update_time`, `weight`) VALUES ('e6cdbf119da14a30a86a0f9f2189b8e5', '.a54547w2', 2, 1, '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2019-08-15 17:35:39','%Y-%m-%d %H:%i:%s'), '', '182306d8eab44225a5ce123ad6a01ffd', '20230110/d7ecf4498a7d42af86e52e2fde4a6fa8.jpg', 'p', 1, 1, '', '温馨家居搭配设计css3网站模板', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 16:05:39','%Y-%m-%d %H:%i:%s'), 0);
|
||||||
|
INSERT INTO `system_archives`(`category_id`, `category_ids`, `clicks`, `comment`, `create_by`, `create_time`, `description`, `id`, `image_path`, `properties`, `status`, `subscribe`, `tag`, `title`, `update_by`, `update_time`, `weight`) VALUES ('4b1968cc854745418c4c0d305fbe7e15', '.1hq8501w', 0, 1, '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2019-08-16 09:21:14','%Y-%m-%d %H:%i:%s'), '', '18f228df7b8443dfa1039fe3c3e53503', '20190816\ecb040a2c77348958e6fd39b1afebe18.jpg', 'p', 1, 1, '', 'Dreamer CMS是企业在创立初期很好的技术基础框架', '', STR_TO_DATE('2020-06-22 09:20:10','%Y-%m-%d %H:%i:%s'), 0);
|
||||||
|
INSERT INTO `system_archives`(`category_id`, `category_ids`, `clicks`, `comment`, `create_by`, `create_time`, `description`, `id`, `image_path`, `properties`, `status`, `subscribe`, `tag`, `title`, `update_by`, `update_time`, `weight`) VALUES ('4b8e8982fe164177ac85273cb82381b7', '.96nbp5pc.c44273d2', 32, 1, '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 09:26:48','%Y-%m-%d %H:%i:%s'), 'DreamerCMS(梦想家CMS内容管理系统)公开解决了快速搭建展示型网站(如:企业官网、技术博客、信息门户等)的框架体系,是电子政务、电信综合门户、企业信息门户、知识管理平台、电子商务平台的基础性软件系统。', '1a1314addf3443a68bc0922749524d0c', '20230110/3eb507aab5b343c8b5d3ea1784974774.jpg', 'p', 1, 1, '', '二、资源目录和代码之间的关系', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2025-04-08 16:49:42','%Y-%m-%d %H:%i:%s'), 0);
|
||||||
|
INSERT INTO `system_archives`(`category_id`, `category_ids`, `clicks`, `comment`, `create_by`, `create_time`, `description`, `id`, `image_path`, `properties`, `status`, `subscribe`, `tag`, `title`, `update_by`, `update_time`, `weight`) VALUES ('f7f60ce133c6424c9f241884955e313f', '.t5575y4y', 0, 1, '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 12:20:00','%Y-%m-%d %H:%i:%s'), '', '1f7da4c6706c48ab8f9e223dbdfb80b4', '20230110/47bc1c68dce548699041cc922600b783.jpg', 'p', 1, 1, '', '成功案例Banner', '', STR_TO_DATE('2023-01-10 12:19:59','%Y-%m-%d %H:%i:%s'), 0);
|
||||||
|
INSERT INTO `system_archives`(`category_id`, `category_ids`, `clicks`, `comment`, `create_by`, `create_time`, `description`, `id`, `image_path`, `properties`, `status`, `subscribe`, `tag`, `title`, `update_by`, `update_time`, `weight`) VALUES ('b0bb4daa71694c0ebdb59a986d11684f', '.2jk6313y', 0, 1, '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 17:26:12','%Y-%m-%d %H:%i:%s'), '', '23c2811cb842493cbadb0c0a8cc77046', '20230110/b406f329b5de4556884937e37d83972d.png', 'p', 1, 1, '', '百度', '', STR_TO_DATE('2023-01-10 17:26:11','%Y-%m-%d %H:%i:%s'), 0);
|
||||||
|
INSERT INTO `system_archives`(`category_id`, `category_ids`, `clicks`, `comment`, `create_by`, `create_time`, `description`, `id`, `image_path`, `properties`, `status`, `subscribe`, `tag`, `title`, `update_by`, `update_time`, `weight`) VALUES ('b0bb4daa71694c0ebdb59a986d11684f', '.2jk6313y', 0, 1, '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 15:40:01','%Y-%m-%d %H:%i:%s'), '', '250a0fccf75043caaeb2e470057df7ae', '20230110/d62d571762c24c12a8b173cf7fe38dd6.png', 'p', 1, 1, '', 'I Teach You,我教你!', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 17:12:41','%Y-%m-%d %H:%i:%s'), 0);
|
||||||
|
INSERT INTO `system_archives`(`category_id`, `category_ids`, `clicks`, `comment`, `create_by`, `create_time`, `description`, `id`, `image_path`, `properties`, `status`, `subscribe`, `tag`, `title`, `update_by`, `update_time`, `weight`) VALUES ('6b01c5f9ce5b4f49898916d19f7184a7', '.4ol61bbh.yjug0grv', 5, 1, '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 15:23:28','%Y-%m-%d %H:%i:%s'), '', '38bb7cd1c12d4b698a6818aacc9c879c', '', 'n', 1, 1, '', '梦想家内容管理系统部署文档', '', STR_TO_DATE('2025-04-09 10:31:37','%Y-%m-%d %H:%i:%s'), 0);
|
||||||
|
INSERT INTO `system_archives`(`category_id`, `category_ids`, `clicks`, `comment`, `create_by`, `create_time`, `description`, `id`, `image_path`, `properties`, `status`, `subscribe`, `tag`, `title`, `update_by`, `update_time`, `weight`) VALUES ('3c35310d7f0d45cabb1e13462be8e996', '.5znbos25', 0, 1, '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 11:29:53','%Y-%m-%d %H:%i:%s'), '', '42bf4ceb852e4a1cb641db209a211439', '20230110/d27971d23f894b11a0dfb6199aed0093.jpg', 'p', 1, 1, '', '列表页面-右侧广告位', '', STR_TO_DATE('2023-01-10 11:29:52','%Y-%m-%d %H:%i:%s'), 0);
|
||||||
|
INSERT INTO `system_archives`(`category_id`, `category_ids`, `clicks`, `comment`, `create_by`, `create_time`, `description`, `id`, `image_path`, `properties`, `status`, `subscribe`, `tag`, `title`, `update_by`, `update_time`, `weight`) VALUES ('46041acafe0444ac95870f165977b6a0', '.wqz18j7q', 5, 0, '', STR_TO_DATE('2020-07-22 07:44:14','%Y-%m-%d %H:%i:%s'), '', '495c981ae1be45fb8d989d76b2d18672', '', 'n', 1, 0, '', '你好,我们公司想要订购产品?', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2020-07-22 15:48:13','%Y-%m-%d %H:%i:%s'), 0);
|
||||||
|
INSERT INTO `system_archives`(`category_id`, `category_ids`, `clicks`, `comment`, `create_by`, `create_time`, `description`, `id`, `image_path`, `properties`, `status`, `subscribe`, `tag`, `title`, `update_by`, `update_time`, `weight`) VALUES ('f7f60ce133c6424c9f241884955e313f', '.t5575y4y', 0, 1, '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 16:39:41','%Y-%m-%d %H:%i:%s'), '', '498d51b3f1f643638dda51e5e7b7b792', '20230110/dc005133cae84869896721f6c41da0f9.jpg', 'p', 1, 1, '', '官方公众号', '', STR_TO_DATE('2023-01-10 16:39:41','%Y-%m-%d %H:%i:%s'), 0);
|
||||||
|
INSERT INTO `system_archives`(`category_id`, `category_ids`, `clicks`, `comment`, `create_by`, `create_time`, `description`, `id`, `image_path`, `properties`, `status`, `subscribe`, `tag`, `title`, `update_by`, `update_time`, `weight`) VALUES ('83d306aaf1654e81aaef795fc2f9e5b4', '.96nbp5pc.zac9idyl', 0, 1, '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 09:23:25','%Y-%m-%d %H:%i:%s'), '', '50810efa568d4a8d96887def1f8bd110', '20230110/7851bcec99644c0b9f0c46aa5f0787ad.jpg', 'p', 1, 1, '', '梦想家内容管理系统部署文档', '', STR_TO_DATE('2023-01-10 09:23:25','%Y-%m-%d %H:%i:%s'), 0);
|
||||||
|
INSERT INTO `system_archives`(`category_id`, `category_ids`, `clicks`, `comment`, `create_by`, `create_time`, `description`, `id`, `image_path`, `properties`, `status`, `subscribe`, `tag`, `title`, `update_by`, `update_time`, `weight`) VALUES ('5562f6d3f2e24f9c8be3abe69023cc27', '.uw6lcqqd.l8pzde13', 0, 1, '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2020-07-07 09:10:34','%Y-%m-%d %H:%i:%s'), '', '6a9d2d84c2cf4dae97e06b3af5c05e78', '', 'n', 1, 1, '', '硬件产品二', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2020-07-07 09:30:28','%Y-%m-%d %H:%i:%s'), 0);
|
||||||
|
INSERT INTO `system_archives`(`category_id`, `category_ids`, `clicks`, `comment`, `create_by`, `create_time`, `description`, `id`, `image_path`, `properties`, `status`, `subscribe`, `tag`, `title`, `update_by`, `update_time`, `weight`) VALUES ('11a215320ee14543972e91f7f730171e', '.9jdjs0s8', 0, 1, '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 15:28:09','%Y-%m-%d %H:%i:%s'), '', '6c2e8cc97f9346cb8f09926b74a0854f', '20230109/f4b89d05f38c4ba7a0a8dea2e720aa88.jpeg', 'p', 1, 1, '', '轮播图二', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-07 14:51:49','%Y-%m-%d %H:%i:%s'), 0);
|
||||||
|
INSERT INTO `system_archives`(`category_id`, `category_ids`, `clicks`, `comment`, `create_by`, `create_time`, `description`, `id`, `image_path`, `properties`, `status`, `subscribe`, `tag`, `title`, `update_by`, `update_time`, `weight`) VALUES ('15445e172d734d0c87f52530549f91de', '.uw6lcqqd.1gi964u0', 0, 1, '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2020-07-07 09:38:50','%Y-%m-%d %H:%i:%s'), '', '755912b5365540479499a9272157ac3b', '', 'n', 1, 1, '', '软件产品一', '', STR_TO_DATE('2020-07-07 17:38:53','%Y-%m-%d %H:%i:%s'), 0);
|
||||||
|
INSERT INTO `system_archives`(`category_id`, `category_ids`, `clicks`, `comment`, `create_by`, `create_time`, `description`, `id`, `image_path`, `properties`, `status`, `subscribe`, `tag`, `title`, `update_by`, `update_time`, `weight`) VALUES ('4b1968cc854745418c4c0d305fbe7e15', '.1hq8501w', 2, 1, '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2019-08-16 09:47:51','%Y-%m-%d %H:%i:%s'), '', '779bc296ea4a4149bd3c97cdb8cd8593', '20190816\3f3f65a75df74027b3755d155b0f29b2.png', 'p', 1, 1, '', '个人开发者也可以使用Dreamer CMS承接外包项目', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2022-10-19 08:27:09','%Y-%m-%d %H:%i:%s'), 0);
|
||||||
|
INSERT INTO `system_archives`(`category_id`, `category_ids`, `clicks`, `comment`, `create_by`, `create_time`, `description`, `id`, `image_path`, `properties`, `status`, `subscribe`, `tag`, `title`, `update_by`, `update_time`, `weight`) VALUES ('1edfc172378945e5ad90867dbdde1cd9', '.96nbp5pc.6j0r9qzq', 0, 1, '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 09:06:58','%Y-%m-%d %H:%i:%s'), '随着信息技术的不断发展,智慧校园管理系统平台已经成为了学校管理的重要工具之一。从而使得校园内的信息流通更加顺畅,管理更加有效。', '7a4bc5cade9845bbb2528783d995ce20', '20230110/b1f2da7161f746d79a368b6d35994dfd.jpg', 'p', 1, 1, '', '智慧校园管理系统平台组成内容有哪些', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 09:07:24','%Y-%m-%d %H:%i:%s'), 0);
|
||||||
|
INSERT INTO `system_archives`(`category_id`, `category_ids`, `clicks`, `comment`, `create_by`, `create_time`, `description`, `id`, `image_path`, `properties`, `status`, `subscribe`, `tag`, `title`, `update_by`, `update_time`, `weight`) VALUES ('e6cdbf119da14a30a86a0f9f2189b8e5', '.a54547w2', 1, 1, '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2019-08-15 17:37:07','%Y-%m-%d %H:%i:%s'), '', '93b0ac1621024e4682442acd646da397', '20230110/88cc4c8be3bc4b86aa7748020dfba40a.jpg', 'p', 1, 1, '', 'kid儿童用品商城shop网站模板', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 15:33:34','%Y-%m-%d %H:%i:%s'), 0);
|
||||||
|
INSERT INTO `system_archives`(`category_id`, `category_ids`, `clicks`, `comment`, `create_by`, `create_time`, `description`, `id`, `image_path`, `properties`, `status`, `subscribe`, `tag`, `title`, `update_by`, `update_time`, `weight`) VALUES ('f7f60ce133c6424c9f241884955e313f', '.t5575y4y', 0, 1, '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 15:10:36','%Y-%m-%d %H:%i:%s'), '', '9eefb5b8aed845de99855f1d55d92a49', '20230110/2410e5fea7264c2d8778ff3572ebb5d6.jpg', 'p', 1, 1, '', '框架介绍Banner', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 15:11:17','%Y-%m-%d %H:%i:%s'), 0);
|
||||||
|
INSERT INTO `system_archives`(`category_id`, `category_ids`, `clicks`, `comment`, `create_by`, `create_time`, `description`, `id`, `image_path`, `properties`, `status`, `subscribe`, `tag`, `title`, `update_by`, `update_time`, `weight`) VALUES ('4b8e8982fe164177ac85273cb82381b7', '.96nbp5pc.c44273d2', 6, 1, '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 09:25:31','%Y-%m-%d %H:%i:%s'), 'DreamerCMS(梦想家CMS内容管理系统)公开解决了快速搭建展示型网站(如:企业官网、技术博客、信息门户等)的框架体系,是电子政务、电信综合门户、企业信息门户、知识管理平台、电子商务平台的基础性软件系统。', 'b004ec8e2fb84b6a82141dabcc1962e0', '20230110/787877175d2e44f6947877a73c3f2137.jpg', 'p', 1, 1, '', '一、开发环境搭建及项目导入', '', STR_TO_DATE('2023-01-10 12:14:02','%Y-%m-%d %H:%i:%s'), 0);
|
||||||
|
INSERT INTO `system_archives`(`category_id`, `category_ids`, `clicks`, `comment`, `create_by`, `create_time`, `description`, `id`, `image_path`, `properties`, `status`, `subscribe`, `tag`, `title`, `update_by`, `update_time`, `weight`) VALUES ('11a215320ee14543972e91f7f730171e', '.9jdjs0s8', 0, 1, '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 15:06:37','%Y-%m-%d %H:%i:%s'), '', 'b2d86668da714a1c839c016d70066c53', '20230109/227ea68d175c46dc9b92e13e13331df4.jpg', 'p', 1, 1, '', '轮播图一', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-07 14:51:43','%Y-%m-%d %H:%i:%s'), 0);
|
||||||
|
INSERT INTO `system_archives`(`category_id`, `category_ids`, `clicks`, `comment`, `create_by`, `create_time`, `description`, `id`, `image_path`, `properties`, `status`, `subscribe`, `tag`, `title`, `update_by`, `update_time`, `weight`) VALUES ('83d306aaf1654e81aaef795fc2f9e5b4', '.96nbp5pc.zac9idyl', 2, 1, '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 09:11:45','%Y-%m-%d %H:%i:%s'), '免费完整开源:基于MIT协议,源代码完全开源;标签化建站:不需要专业的后台开发技能,只要使用系统提供的标签,就能轻松建设网站;模版开发方便:支持在线上传模版包开发方便快捷;', 'c4abe7b7a3b943a7a4a3a48533a6aa50', '20230110/35d0b73f35fd4b1ba6c2d664f56d4853.jpg', 'p', 1, 1, '', '梦想家内容管理系统v4.0.0发布了', '', STR_TO_DATE('2025-04-08 17:21:18','%Y-%m-%d %H:%i:%s'), 1);
|
||||||
|
INSERT INTO `system_archives`(`category_id`, `category_ids`, `clicks`, `comment`, `create_by`, `create_time`, `description`, `id`, `image_path`, `properties`, `status`, `subscribe`, `tag`, `title`, `update_by`, `update_time`, `weight`) VALUES ('e6cdbf119da14a30a86a0f9f2189b8e5', '.a54547w2', 3, 1, '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2019-08-15 17:38:19','%Y-%m-%d %H:%i:%s'), '', 'cc1b4cc70af54410a9486e7d4babd5a7', '20230110/5aa18ddea43e428593339e08f0c3354b.jpg', 'p', 1, 1, '商务', '大气css3动画BUSINESS商务展会企业模板', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 15:32:51','%Y-%m-%d %H:%i:%s'), 0);
|
||||||
|
INSERT INTO `system_archives`(`category_id`, `category_ids`, `clicks`, `comment`, `create_by`, `create_time`, `description`, `id`, `image_path`, `properties`, `status`, `subscribe`, `tag`, `title`, `update_by`, `update_time`, `weight`) VALUES ('f7f60ce133c6424c9f241884955e313f', '.t5575y4y', 0, 1, '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 09:34:34','%Y-%m-%d %H:%i:%s'), '', 'cc3c8a326842433292ad1bf7cae7e1c1', '20230110/5464eb92f132460f86205386f93c1bb9.jpg', 'p', 1, 1, '', '二维码', '', STR_TO_DATE('2023-01-10 09:34:33','%Y-%m-%d %H:%i:%s'), 0);
|
||||||
|
INSERT INTO `system_archives`(`category_id`, `category_ids`, `clicks`, `comment`, `create_by`, `create_time`, `description`, `id`, `image_path`, `properties`, `status`, `subscribe`, `tag`, `title`, `update_by`, `update_time`, `weight`) VALUES ('d4eb5bf3b4fb48848d95b9cfe7d8629e', '.he9g4d0j.0723u098', 12, 1, '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 17:38:39','%Y-%m-%d %H:%i:%s'), '丽康会是莱福怡家旗下从事健康养身、科学变美,集云端智能、科研、教学、线下服务为一体的大健康产业平台。', 'cca53a7338c042c0afa94f3183a652db', '20230109/45e0857beb7e4965900589cec7104b01.png', 'p', 1, 1, '企业网站,丽康会', '丽康会', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2025-04-08 16:04:26','%Y-%m-%d %H:%i:%s'), 0);
|
||||||
|
INSERT INTO `system_archives`(`category_id`, `category_ids`, `clicks`, `comment`, `create_by`, `create_time`, `description`, `id`, `image_path`, `properties`, `status`, `subscribe`, `tag`, `title`, `update_by`, `update_time`, `weight`) VALUES ('b012217f22754e2ea04f8e7c5278e38b', '.he9g4d0j.5dwqhes7', 20, 1, '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 17:20:11','%Y-%m-%d %H:%i:%s'), '作为广东省唯一一所面向生态建设产业链及生态文明建设领域的高职院校、唯一一所牵头打造“广东森林生态综合示范园”的高职院校、唯一一所参与开展粤港澳大湾区世界级森林城市群建设的高职院校作为广东省唯一一所面向生态建设产业链及生态文明建设领域的高职院校,学校立足生态特色,服务面向农林渔业人才培养,把创新创业双创教育写入“十三五”“十四五”规划,引领双创教育全面融入人才培养,实现“专创融合”,形成了“双融五驱”的“生态版”专创融合育人模式,持续推进双创教学改革。', 'ced8d1640c87401ab0b2eaf0ab68757e', '20230109/1431bc857b4144359e4992b177149b3a.png', 'p', 1, 1, '', '广东生态工程职业学院大学生创新创业网站', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 13:52:34','%Y-%m-%d %H:%i:%s'), 0);
|
||||||
|
INSERT INTO `system_archives`(`category_id`, `category_ids`, `clicks`, `comment`, `create_by`, `create_time`, `description`, `id`, `image_path`, `properties`, `status`, `subscribe`, `tag`, `title`, `update_by`, `update_time`, `weight`) VALUES ('1edfc172378945e5ad90867dbdde1cd9', '.96nbp5pc.6j0r9qzq', 1, 1, '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 08:59:06','%Y-%m-%d %H:%i:%s'), '在信息化与智能化教学环境下的课堂教学及管理模式改变是必然结果,通过信息化管理实现课堂教学模式与管理模式转变是未来发展的必然趋势,但是想要开发这样一个中小学管理系统也不是那么容易的,因为在开发的过程当中我们会遇到各种问题,下面就为大家讲解一下。', 'd33c271fbeef4f529a107500ece6cc7c', '20230110/76007fadcf204426af07caa1e6c163ef.jpg', 'p', 1, 1, '', '中小学管理系统开发过程中遇到的问题', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2025-04-08 11:46:15','%Y-%m-%d %H:%i:%s'), 2);
|
||||||
|
INSERT INTO `system_archives`(`category_id`, `category_ids`, `clicks`, `comment`, `create_by`, `create_time`, `description`, `id`, `image_path`, `properties`, `status`, `subscribe`, `tag`, `title`, `update_by`, `update_time`, `weight`) VALUES ('e6cdbf119da14a30a86a0f9f2189b8e5', '.a54547w2', 5, 1, '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2019-08-15 17:28:10','%Y-%m-%d %H:%i:%s'), '大气orion渐变绿色css3响应式商业模板', 'd64d167032c84521ad21708cccc1f963', '20230110/5a7d2550c7fe478ebf92915261840945.jpg', 'p', 1, 1, 'css3,html5,bootstrap', '大气orion渐变绿色css3响应式商业模板', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 17:35:19','%Y-%m-%d %H:%i:%s'), 0);
|
||||||
|
INSERT INTO `system_archives`(`category_id`, `category_ids`, `clicks`, `comment`, `create_by`, `create_time`, `description`, `id`, `image_path`, `properties`, `status`, `subscribe`, `tag`, `title`, `update_by`, `update_time`, `weight`) VALUES ('4b1968cc854745418c4c0d305fbe7e15', '.1hq8501w', 0, 1, '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2019-08-16 09:49:55','%Y-%m-%d %H:%i:%s'), '', 'e738f12d050849fd9998ac01fd0f5ad7', '20190816\da8377d716dc473a8f35d7a1b1a078c4.jpg', 'p', 1, 1, '', '初学JAVA的同学可以下载源代码来进行学习交流', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2020-06-22 09:20:10','%Y-%m-%d %H:%i:%s'), 0);
|
||||||
|
INSERT INTO `system_archives`(`category_id`, `category_ids`, `clicks`, `comment`, `create_by`, `create_time`, `description`, `id`, `image_path`, `properties`, `status`, `subscribe`, `tag`, `title`, `update_by`, `update_time`, `weight`) VALUES ('b0bb4daa71694c0ebdb59a986d11684f', '.2jk6313y', 0, 1, '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 17:28:32','%Y-%m-%d %H:%i:%s'), '', 'f8ec213214764952815076dde18b8dcc', '20230110/f979828078ad4270a3fdfef2f4e8e2b9.png', 'p', 1, 1, '', '腾讯会议', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 17:29:05','%Y-%m-%d %H:%i:%s'), 0);
|
||||||
|
INSERT INTO `system_archives`(`category_id`, `category_ids`, `clicks`, `comment`, `create_by`, `create_time`, `description`, `id`, `image_path`, `properties`, `status`, `subscribe`, `tag`, `title`, `update_by`, `update_time`, `weight`) VALUES ('44e864cda6a049349e1516ce40eaa58e', '.4ol61bbh.6rztc072', 8, 1, '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 15:19:37','%Y-%m-%d %H:%i:%s'), '', 'f9e263c42e7b41f8861ba64bc0404a6c', '', 'n', 1, 1, '', '2018年07月30日,梦想家发布1.0.0版本', '', STR_TO_DATE('2023-01-10 15:50:39','%Y-%m-%d %H:%i:%s'), 0);
|
||||||
|
INSERT INTO `system_archives`(`category_id`, `category_ids`, `clicks`, `comment`, `create_by`, `create_time`, `description`, `id`, `image_path`, `properties`, `status`, `subscribe`, `tag`, `title`, `update_by`, `update_time`, `weight`) VALUES ('f7f60ce133c6424c9f241884955e313f', '.t5575y4y', 0, 1, '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 12:18:13','%Y-%m-%d %H:%i:%s'), '', 'ffa10f74ca384bc0aae3ab3e1c1beebc', '20230110/86a33e7b1b3049488ea00b452789c5a6.jpg', 'p', 1, 1, '', '新闻中心Banner', '', STR_TO_DATE('2023-01-10 12:18:12','%Y-%m-%d %H:%i:%s'), 0);
|
40
backups/2025-04-09/2025-04-09_system_article.sql
Normal file
27
backups/2025-04-09/2025-04-09_system_attachment.sql
Normal file
@ -0,0 +1,27 @@
|
|||||||
|
/*
|
||||||
|
Dreamer CMS 数据库备份工具 时间:2025-04-09
|
||||||
|
*/
|
||||||
|
|
||||||
|
DROP TABLE IF EXISTS `system_attachment`;
|
||||||
|
|
||||||
|
/*
|
||||||
|
Table structure for table `system_attachment`
|
||||||
|
*/
|
||||||
|
CREATE TABLE `system_attachment` (
|
||||||
|
`id` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL,
|
||||||
|
`code` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL COMMENT '标识码',
|
||||||
|
`filename` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL COMMENT '文件名',
|
||||||
|
`filesize` int DEFAULT NULL COMMENT '文件大小',
|
||||||
|
`filetype` varchar(128) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL COMMENT '文件类型',
|
||||||
|
`filepath` varchar(256) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL COMMENT '文件路径',
|
||||||
|
`create_by` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL COMMENT '创建人',
|
||||||
|
`create_time` timestamp NULL DEFAULT NULL COMMENT '创建时间',
|
||||||
|
`update_by` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL COMMENT '更新人',
|
||||||
|
`update_time` timestamp NULL DEFAULT NULL COMMENT '更新时间',
|
||||||
|
PRIMARY KEY (`id`)
|
||||||
|
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;
|
||||||
|
|
||||||
|
/*
|
||||||
|
Data for table `system_attachment`
|
||||||
|
*/
|
||||||
|
INSERT INTO `system_attachment`(`code`, `create_by`, `create_time`, `filename`, `filepath`, `filesize`, `filetype`, `id`, `update_by`, `update_time`) VALUES ('ez159g51', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2019-12-25 05:47:34','%Y-%m-%d %H:%i:%s'), 'java1.8新特性.pptx', '20191225\acb604753b4c4d9ea281ae977d712f31.pptx', 113690, 'application/vnd.openxmlformats-officedocument.presentationml.presentation', 'abd987209da941349001c85ffece6eb1', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2019-12-25 05:47:34','%Y-%m-%d %H:%i:%s'));
|
26
backups/2025-04-09/2025-04-09_system_cases.sql
Normal file
@ -0,0 +1,26 @@
|
|||||||
|
/*
|
||||||
|
Dreamer CMS 数据库备份工具 时间:2025-04-09
|
||||||
|
*/
|
||||||
|
|
||||||
|
DROP TABLE IF EXISTS `system_cases`;
|
||||||
|
|
||||||
|
/*
|
||||||
|
Table structure for table `system_cases`
|
||||||
|
*/
|
||||||
|
CREATE TABLE `system_cases` (
|
||||||
|
`id` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL,
|
||||||
|
`aid` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL COMMENT '主表ID',
|
||||||
|
`ext01` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL,
|
||||||
|
`ext02` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL,
|
||||||
|
`ext03` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL,
|
||||||
|
`ext04` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL,
|
||||||
|
`ext05` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL,
|
||||||
|
`body` mediumtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin,
|
||||||
|
PRIMARY KEY (`id`)
|
||||||
|
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;
|
||||||
|
|
||||||
|
/*
|
||||||
|
Data for table `system_cases`
|
||||||
|
*/
|
||||||
|
INSERT INTO `system_cases`(`aid`, `body`, `ext01`, `ext02`, `ext03`, `ext04`, `ext05`, `id`) VALUES ('ced8d1640c87401ab0b2eaf0ab68757e', '<p><img src="/resources//uploads/20230109/1673256268085098771.png" title="1673256268085098771.png" alt="1673256268085098771.png" width="1920" height="1881" border="0" vspace="0" style="width: 1920px; height: 1881px;"/></p>', '', '', '', '', '', '3d40572d8bb24c4eb2bfef414f4a4cae');
|
||||||
|
INSERT INTO `system_cases`(`aid`, `body`, `ext01`, `ext02`, `ext03`, `ext04`, `ext05`, `id`) VALUES ('cca53a7338c042c0afa94f3183a652db', '<p><img src="/resources//uploads/20230109/1673257095752047342.jpg" title="1673257095752047342.jpg" alt="1.jpg"/></p><p><img src="/resources//uploads/20230109/1673257104865002732.jpg" title="1673257104865002732.jpg" alt="2.jpg"/></p><p><img src="/resources//uploads/20230109/1673257115970041534.png" title="1673257115970041534.png" alt="3.png"/></p>', '', '', '', '', '', 'b61babd4f83441c6a78e97097d7b4d42');
|
166
backups/2025-04-09/2025-04-09_system_category.sql
Normal file
45
backups/2025-04-09/2025-04-09_system_fields.sql
Normal file
@ -0,0 +1,45 @@
|
|||||||
|
/*
|
||||||
|
Dreamer CMS 数据库备份工具 时间:2025-04-09
|
||||||
|
*/
|
||||||
|
|
||||||
|
DROP TABLE IF EXISTS `system_fields`;
|
||||||
|
|
||||||
|
/*
|
||||||
|
Table structure for table `system_fields`
|
||||||
|
*/
|
||||||
|
CREATE TABLE `system_fields` (
|
||||||
|
`id` varchar(32) NOT NULL,
|
||||||
|
`form_id` varchar(32) NOT NULL,
|
||||||
|
`field_text` varchar(32) DEFAULT NULL COMMENT '字段提示名',
|
||||||
|
`field_name` varchar(128) NOT NULL COMMENT '字段名',
|
||||||
|
`type` int DEFAULT '1' COMMENT '类型:0系统自动生成表单字段',
|
||||||
|
`data_type` varchar(32) DEFAULT NULL COMMENT '数据类型',
|
||||||
|
`default_value` varchar(128) DEFAULT NULL COMMENT '默认值',
|
||||||
|
`max_length` int DEFAULT NULL COMMENT '最大长度',
|
||||||
|
`create_by` varchar(32) DEFAULT NULL,
|
||||||
|
`create_time` timestamp NOT NULL DEFAULT '2018-01-01 00:00:00',
|
||||||
|
`update_by` varchar(32) DEFAULT NULL,
|
||||||
|
`update_time` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
|
||||||
|
`ext01` varchar(32) DEFAULT NULL,
|
||||||
|
`ext02` varchar(32) DEFAULT NULL,
|
||||||
|
`ext03` varchar(32) DEFAULT NULL,
|
||||||
|
`ext04` varchar(32) DEFAULT NULL,
|
||||||
|
`ext05` varchar(32) DEFAULT NULL,
|
||||||
|
PRIMARY KEY (`id`)
|
||||||
|
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||||||
|
|
||||||
|
/*
|
||||||
|
Data for table `system_fields`
|
||||||
|
*/
|
||||||
|
INSERT INTO `system_fields`(`create_by`, `create_time`, `data_type`, `default_value`, `ext01`, `ext02`, `ext03`, `ext04`, `ext05`, `field_name`, `field_text`, `form_id`, `id`, `max_length`, `type`, `update_by`, `update_time`) VALUES ('9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2018-09-21 11:51:24','%Y-%m-%d %H:%i:%s'), 'html', '', '', '', '', '', '', 'content', '文章内容', 'c17ddcad9fb149a6bf90f7bba0e0696b', '01a3d20d81f24d678d50238fcd5892ca', 200, 1, '', STR_TO_DATE('2018-09-21 11:51:24','%Y-%m-%d %H:%i:%s'));
|
||||||
|
INSERT INTO `system_fields`(`create_by`, `create_time`, `data_type`, `default_value`, `ext01`, `ext02`, `ext03`, `ext04`, `ext05`, `field_name`, `field_text`, `form_id`, `id`, `max_length`, `type`, `update_by`, `update_time`) VALUES ('9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2019-08-20 11:30:53','%Y-%m-%d %H:%i:%s'), 'html', '', '', '', '', '', '', 'body', '内容', '9b5112043c2240d8823bd15759c67604', '125fcd235ab5419ca50e513485f359cf', 200, 1, '', STR_TO_DATE('2019-08-20 11:30:53','%Y-%m-%d %H:%i:%s'));
|
||||||
|
INSERT INTO `system_fields`(`create_by`, `create_time`, `data_type`, `default_value`, `ext01`, `ext02`, `ext03`, `ext04`, `ext05`, `field_name`, `field_text`, `form_id`, `id`, `max_length`, `type`, `update_by`, `update_time`) VALUES ('9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 15:01:45','%Y-%m-%d %H:%i:%s'), 'varchar', '#', '', '', '', '', '', 'href', '链接地址', 'be8b37d8083e432fabec23c5ffff2796', '86380936c8f8411a9caaf9d9301dca32', 128, 1, '', STR_TO_DATE('2023-01-09 15:01:45','%Y-%m-%d %H:%i:%s'));
|
||||||
|
INSERT INTO `system_fields`(`create_by`, `create_time`, `data_type`, `default_value`, `ext01`, `ext02`, `ext03`, `ext04`, `ext05`, `field_name`, `field_text`, `form_id`, `id`, `max_length`, `type`, `update_by`, `update_time`) VALUES ('9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2019-08-16 09:05:41','%Y-%m-%d %H:%i:%s'), 'varchar', '', '', '', '', '', '', 'source', '客户来源', '06c540abf3a64d9699762711439c82dd', '86601971f1bb47bd81e06f2167ba4398', 255, 1, '', STR_TO_DATE('2019-08-16 09:05:41','%Y-%m-%d %H:%i:%s'));
|
||||||
|
INSERT INTO `system_fields`(`create_by`, `create_time`, `data_type`, `default_value`, `ext01`, `ext02`, `ext03`, `ext04`, `ext05`, `field_name`, `field_text`, `form_id`, `id`, `max_length`, `type`, `update_by`, `update_time`) VALUES ('9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 15:12:07','%Y-%m-%d %H:%i:%s'), 'html', '', '', '', '', '', '', 'answer', '答案', '0c3bd3829eda49a68a82b2e55262c6ad', '8adde5a8824f490c88d16c1c8aff494a', 2000, 1, '', STR_TO_DATE('2023-01-10 15:12:07','%Y-%m-%d %H:%i:%s'));
|
||||||
|
INSERT INTO `system_fields`(`create_by`, `create_time`, `data_type`, `default_value`, `ext01`, `ext02`, `ext03`, `ext04`, `ext05`, `field_name`, `field_text`, `form_id`, `id`, `max_length`, `type`, `update_by`, `update_time`) VALUES ('9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2018-09-25 14:33:17','%Y-%m-%d %H:%i:%s'), 'varchar', '', '', '', '', '', '', 'link_url', '链接地址', '02c73a0271644e8c91cf2400d9325e93', 'a2b7dcd22d1042ef929e2d17c97e747c', 256, 1, '', STR_TO_DATE('2018-09-25 14:33:16','%Y-%m-%d %H:%i:%s'));
|
||||||
|
INSERT INTO `system_fields`(`create_by`, `create_time`, `data_type`, `default_value`, `ext01`, `ext02`, `ext03`, `ext04`, `ext05`, `field_name`, `field_text`, `form_id`, `id`, `max_length`, `type`, `update_by`, `update_time`) VALUES ('9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2020-07-22 06:18:20','%Y-%m-%d %H:%i:%s'), 'varchar', '', '', '', '', '', '', 'telephone', '电话', '33a091d40c5e484b880daa744ef4e8aa', 'a7be21842fc14c108fb779dd1826f6b6', 32, 1, '', STR_TO_DATE('2020-07-22 14:18:20','%Y-%m-%d %H:%i:%s'));
|
||||||
|
INSERT INTO `system_fields`(`create_by`, `create_time`, `data_type`, `default_value`, `ext01`, `ext02`, `ext03`, `ext04`, `ext05`, `field_name`, `field_text`, `form_id`, `id`, `max_length`, `type`, `update_by`, `update_time`) VALUES ('9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2020-07-22 06:24:03','%Y-%m-%d %H:%i:%s'), 'textarea', '', '', '', '', '', '', 'content', '内容', '33a091d40c5e484b880daa744ef4e8aa', 'dddaf4417cec46ed86571035a50d17a7', 500, 1, '', STR_TO_DATE('2020-07-22 14:24:03','%Y-%m-%d %H:%i:%s'));
|
||||||
|
INSERT INTO `system_fields`(`create_by`, `create_time`, `data_type`, `default_value`, `ext01`, `ext02`, `ext03`, `ext04`, `ext05`, `field_name`, `field_text`, `form_id`, `id`, `max_length`, `type`, `update_by`, `update_time`) VALUES ('9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2020-07-22 07:46:47','%Y-%m-%d %H:%i:%s'), 'textarea', '', '', '', '', '', '', 'reply', '回复内容', '33a091d40c5e484b880daa744ef4e8aa', 'e67c80193b63443d8587971590fba810', 500, 1, '', STR_TO_DATE('2020-07-22 15:46:47','%Y-%m-%d %H:%i:%s'));
|
||||||
|
INSERT INTO `system_fields`(`create_by`, `create_time`, `data_type`, `default_value`, `ext01`, `ext02`, `ext03`, `ext04`, `ext05`, `field_name`, `field_text`, `form_id`, `id`, `max_length`, `type`, `update_by`, `update_time`) VALUES ('9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 17:23:29','%Y-%m-%d %H:%i:%s'), 'html', '', '', '', '', '', '', 'body', '详情', '6af72885122340c8966bd0e14a4aaae0', 'e6fe93a73a4b45aaa8cca09b9390fa83', 2000, 1, '', STR_TO_DATE('2023-01-09 17:23:28','%Y-%m-%d %H:%i:%s'));
|
||||||
|
INSERT INTO `system_fields`(`create_by`, `create_time`, `data_type`, `default_value`, `ext01`, `ext02`, `ext03`, `ext04`, `ext05`, `field_name`, `field_text`, `form_id`, `id`, `max_length`, `type`, `update_by`, `update_time`) VALUES ('9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2019-08-16 09:06:19','%Y-%m-%d %H:%i:%s'), 'textarea', '', '', '', '', '', '', 'content', '评价内容', '06c540abf3a64d9699762711439c82dd', 'e7d3405934a148c19a7fc1327551a146', 200, 1, '', STR_TO_DATE('2019-08-16 09:06:19','%Y-%m-%d %H:%i:%s'));
|
||||||
|
INSERT INTO `system_fields`(`create_by`, `create_time`, `data_type`, `default_value`, `ext01`, `ext02`, `ext03`, `ext04`, `ext05`, `field_name`, `field_text`, `form_id`, `id`, `max_length`, `type`, `update_by`, `update_time`) VALUES ('9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2019-08-16 09:05:18','%Y-%m-%d %H:%i:%s'), 'varchar', '', '', '', '', '', '', 'evaluator', '评价人', '06c540abf3a64d9699762711439c82dd', 'f312ae651c254b0b88bf090ae3db6c3f', 64, 1, '', STR_TO_DATE('2019-08-16 09:05:18','%Y-%m-%d %H:%i:%s'));
|
40
backups/2025-04-09/2025-04-09_system_forms.sql
Normal file
@ -0,0 +1,40 @@
|
|||||||
|
/*
|
||||||
|
Dreamer CMS 数据库备份工具 时间:2025-04-09
|
||||||
|
*/
|
||||||
|
|
||||||
|
DROP TABLE IF EXISTS `system_forms`;
|
||||||
|
|
||||||
|
/*
|
||||||
|
Table structure for table `system_forms`
|
||||||
|
*/
|
||||||
|
CREATE TABLE `system_forms` (
|
||||||
|
`id` varchar(32) NOT NULL,
|
||||||
|
`form_name` varchar(32) DEFAULT NULL COMMENT '表单名',
|
||||||
|
`table_name` varchar(128) NOT NULL COMMENT '表名',
|
||||||
|
`code` varchar(32) DEFAULT NULL COMMENT '编码系统自动生成',
|
||||||
|
`type` int DEFAULT '1' COMMENT '类型:0系统模型,1自定义模型',
|
||||||
|
`create_by` varchar(32) DEFAULT NULL,
|
||||||
|
`create_time` timestamp NOT NULL DEFAULT '2018-01-01 00:00:00',
|
||||||
|
`update_by` varchar(32) DEFAULT NULL,
|
||||||
|
`update_time` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
|
||||||
|
`ext01` varchar(32) DEFAULT NULL,
|
||||||
|
`ext02` varchar(32) DEFAULT NULL,
|
||||||
|
`ext03` varchar(32) DEFAULT NULL,
|
||||||
|
`ext04` varchar(32) DEFAULT NULL,
|
||||||
|
`ext05` varchar(32) DEFAULT NULL,
|
||||||
|
PRIMARY KEY (`id`)
|
||||||
|
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||||||
|
|
||||||
|
/*
|
||||||
|
Data for table `system_forms`
|
||||||
|
*/
|
||||||
|
INSERT INTO `system_forms`(`code`, `create_by`, `create_time`, `ext01`, `ext02`, `ext03`, `ext04`, `ext05`, `form_name`, `id`, `table_name`, `type`, `update_by`, `update_time`) VALUES ('80AZ783M', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2018-09-25 14:30:02','%Y-%m-%d %H:%i:%s'), '', '', '', '', '', '友情链接', '02c73a0271644e8c91cf2400d9325e93', 'links', 0, '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 17:23:56','%Y-%m-%d %H:%i:%s'));
|
||||||
|
INSERT INTO `system_forms`(`code`, `create_by`, `create_time`, `ext01`, `ext02`, `ext03`, `ext04`, `ext05`, `form_name`, `id`, `table_name`, `type`, `update_by`, `update_time`) VALUES ('2EFPN7JY', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2019-08-16 09:04:22','%Y-%m-%d %H:%i:%s'), '', '', '', '', '', '客户评价', '06c540abf3a64d9699762711439c82dd', 'evaluate', 1, '', STR_TO_DATE('2019-08-16 09:04:22','%Y-%m-%d %H:%i:%s'));
|
||||||
|
INSERT INTO `system_forms`(`code`, `create_by`, `create_time`, `ext01`, `ext02`, `ext03`, `ext04`, `ext05`, `form_name`, `id`, `table_name`, `type`, `update_by`, `update_time`) VALUES ('g10i4nk0', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 15:08:58','%Y-%m-%d %H:%i:%s'), '', '', '', '', '', '常见问题', '0c3bd3829eda49a68a82b2e55262c6ad', 'question', 0, '', STR_TO_DATE('2023-01-10 15:08:57','%Y-%m-%d %H:%i:%s'));
|
||||||
|
INSERT INTO `system_forms`(`code`, `create_by`, `create_time`, `ext01`, `ext02`, `ext03`, `ext04`, `ext05`, `form_name`, `id`, `table_name`, `type`, `update_by`, `update_time`) VALUES ('8t2lkr8d', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2020-07-22 06:10:04','%Y-%m-%d %H:%i:%s'), '', '', '', '', '', '留言管理', '33a091d40c5e484b880daa744ef4e8aa', 'message', 1, '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2020-07-22 06:10:36','%Y-%m-%d %H:%i:%s'));
|
||||||
|
INSERT INTO `system_forms`(`code`, `create_by`, `create_time`, `ext01`, `ext02`, `ext03`, `ext04`, `ext05`, `form_name`, `id`, `table_name`, `type`, `update_by`, `update_time`) VALUES ('3956250o', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 15:22:07','%Y-%m-%d %H:%i:%s'), '', '', '', '', '', '成功案例', '6af72885122340c8966bd0e14a4aaae0', 'cases', 0, '', STR_TO_DATE('2023-01-09 15:22:07','%Y-%m-%d %H:%i:%s'));
|
||||||
|
INSERT INTO `system_forms`(`code`, `create_by`, `create_time`, `ext01`, `ext02`, `ext03`, `ext04`, `ext05`, `form_name`, `id`, `table_name`, `type`, `update_by`, `update_time`) VALUES ('r76b8ek9', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 10:50:40','%Y-%m-%d %H:%i:%s'), '', '', '', '', '', '广告管理', '70ef18e654ff404c925a9621f042df9e', 'adverts', 0, '', STR_TO_DATE('2023-01-10 10:50:39','%Y-%m-%d %H:%i:%s'));
|
||||||
|
INSERT INTO `system_forms`(`code`, `create_by`, `create_time`, `ext01`, `ext02`, `ext03`, `ext04`, `ext05`, `form_name`, `id`, `table_name`, `type`, `update_by`, `update_time`) VALUES ('3NF20KCW', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2019-08-15 17:26:20','%Y-%m-%d %H:%i:%s'), '', '', '', '', '', '模版中心', '9b5112043c2240d8823bd15759c67604', 'templates', 1, '', STR_TO_DATE('2019-08-15 17:26:20','%Y-%m-%d %H:%i:%s'));
|
||||||
|
INSERT INTO `system_forms`(`code`, `create_by`, `create_time`, `ext01`, `ext02`, `ext03`, `ext04`, `ext05`, `form_name`, `id`, `table_name`, `type`, `update_by`, `update_time`) VALUES ('h4j2gb6u', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 15:01:24','%Y-%m-%d %H:%i:%s'), '', '', '', '', '', '轮播图', 'be8b37d8083e432fabec23c5ffff2796', 'sliders', 0, '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 15:01:47','%Y-%m-%d %H:%i:%s'));
|
||||||
|
INSERT INTO `system_forms`(`code`, `create_by`, `create_time`, `ext01`, `ext02`, `ext03`, `ext04`, `ext05`, `form_name`, `id`, `table_name`, `type`, `update_by`, `update_time`) VALUES ('V1WL66A0', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2018-09-12 09:59:38','%Y-%m-%d %H:%i:%s'), 'selected', '', '', '', '', '普通文章', 'c17ddcad9fb149a6bf90f7bba0e0696b', 'article', 0, '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2022-09-06 08:27:52','%Y-%m-%d %H:%i:%s'));
|
||||||
|
INSERT INTO `system_forms`(`code`, `create_by`, `create_time`, `ext01`, `ext02`, `ext03`, `ext04`, `ext05`, `form_name`, `id`, `table_name`, `type`, `update_by`, `update_time`) VALUES ('430a3t01', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-10 09:33:39','%Y-%m-%d %H:%i:%s'), '', '', '', '', '', '图片管理', 'cb42e2d801554573be6a616c5847d9ae', 'images', 0, '', STR_TO_DATE('2023-01-10 09:33:39','%Y-%m-%d %H:%i:%s'));
|
28
backups/2025-04-09/2025-04-09_system_images.sql
Normal file
@ -0,0 +1,28 @@
|
|||||||
|
/*
|
||||||
|
Dreamer CMS 数据库备份工具 时间:2025-04-09
|
||||||
|
*/
|
||||||
|
|
||||||
|
DROP TABLE IF EXISTS `system_images`;
|
||||||
|
|
||||||
|
/*
|
||||||
|
Table structure for table `system_images`
|
||||||
|
*/
|
||||||
|
CREATE TABLE `system_images` (
|
||||||
|
`id` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL,
|
||||||
|
`aid` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL COMMENT '主表ID',
|
||||||
|
`ext01` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL,
|
||||||
|
`ext02` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL,
|
||||||
|
`ext03` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL,
|
||||||
|
`ext04` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL,
|
||||||
|
`ext05` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL,
|
||||||
|
PRIMARY KEY (`id`)
|
||||||
|
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;
|
||||||
|
|
||||||
|
/*
|
||||||
|
Data for table `system_images`
|
||||||
|
*/
|
||||||
|
INSERT INTO `system_images`(`aid`, `ext01`, `ext02`, `ext03`, `ext04`, `ext05`, `id`) VALUES ('498d51b3f1f643638dda51e5e7b7b792', '', '', '', '', '', '01a3114ad6d545929f0d9c254ae4597c');
|
||||||
|
INSERT INTO `system_images`(`aid`, `ext01`, `ext02`, `ext03`, `ext04`, `ext05`, `id`) VALUES ('1f7da4c6706c48ab8f9e223dbdfb80b4', '', '', '', '', '', '5d1bee097a1b41a4bc8622aebbc80775');
|
||||||
|
INSERT INTO `system_images`(`aid`, `ext01`, `ext02`, `ext03`, `ext04`, `ext05`, `id`) VALUES ('9eefb5b8aed845de99855f1d55d92a49', '', '', '', '', '', 'aa68151d0e444370bc35f85364d08304');
|
||||||
|
INSERT INTO `system_images`(`aid`, `ext01`, `ext02`, `ext03`, `ext04`, `ext05`, `id`) VALUES ('cc3c8a326842433292ad1bf7cae7e1c1', '', '', '', '', '', 'f689bb080c674b1384483ce015b6b81a');
|
||||||
|
INSERT INTO `system_images`(`aid`, `ext01`, `ext02`, `ext03`, `ext04`, `ext05`, `id`) VALUES ('ffa10f74ca384bc0aae3ab3e1c1beebc', '', '', '', '', '', 'fa0f63587d0646e8992ea1169fa11e30');
|
52
backups/2025-04-09/2025-04-09_system_labels.sql
Normal file
@ -0,0 +1,52 @@
|
|||||||
|
/*
|
||||||
|
Dreamer CMS 数据库备份工具 时间:2025-04-09
|
||||||
|
*/
|
||||||
|
|
||||||
|
DROP TABLE IF EXISTS `system_labels`;
|
||||||
|
|
||||||
|
/*
|
||||||
|
Table structure for table `system_labels`
|
||||||
|
*/
|
||||||
|
CREATE TABLE `system_labels` (
|
||||||
|
`id` varchar(32) NOT NULL,
|
||||||
|
`tag_name` varchar(128) NOT NULL COMMENT '标签名称',
|
||||||
|
`pinyin` varchar(256) DEFAULT NULL COMMENT '拼音',
|
||||||
|
`first_char` varchar(2) DEFAULT NULL COMMENT '首字母',
|
||||||
|
`tag_count` varchar(64) NOT NULL COMMENT '标签使用次数',
|
||||||
|
`create_by` varchar(32) DEFAULT NULL,
|
||||||
|
`create_time` timestamp NOT NULL DEFAULT '2018-01-01 00:00:00',
|
||||||
|
`update_by` varchar(32) DEFAULT NULL,
|
||||||
|
`update_time` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
|
||||||
|
PRIMARY KEY (`id`)
|
||||||
|
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||||||
|
|
||||||
|
/*
|
||||||
|
Data for table `system_labels`
|
||||||
|
*/
|
||||||
|
INSERT INTO `system_labels`(`create_by`, `create_time`, `first_char`, `id`, `pinyin`, `tag_count`, `tag_name`, `update_by`, `update_time`) VALUES ('', STR_TO_DATE('2018-09-27 11:29:08','%Y-%m-%d %H:%i:%s'), 'h', '241d2e14a9764795acc29ff6b4ef0a4a', 'hbase', '1', 'hbase', '', STR_TO_DATE('2018-09-27 11:29:08','%Y-%m-%d %H:%i:%s'));
|
||||||
|
INSERT INTO `system_labels`(`create_by`, `create_time`, `first_char`, `id`, `pinyin`, `tag_count`, `tag_name`, `update_by`, `update_time`) VALUES ('', STR_TO_DATE('2023-01-10 15:33:29','%Y-%m-%d %H:%i:%s'), 'b', '26820b75843f4ad9be7bd8755f29ce5f', 'bootstrap', '1', 'bootstrap', '', STR_TO_DATE('2023-01-10 15:33:29','%Y-%m-%d %H:%i:%s'));
|
||||||
|
INSERT INTO `system_labels`(`create_by`, `create_time`, `first_char`, `id`, `pinyin`, `tag_count`, `tag_name`, `update_by`, `update_time`) VALUES ('', STR_TO_DATE('2018-09-21 12:47:09','%Y-%m-%d %H:%i:%s'), 'c', '27ee21fd44ee4b3996d2546e700ca68a', 'css', '1', 'css', '', STR_TO_DATE('2018-09-21 12:47:09','%Y-%m-%d %H:%i:%s'));
|
||||||
|
INSERT INTO `system_labels`(`create_by`, `create_time`, `first_char`, `id`, `pinyin`, `tag_count`, `tag_name`, `update_by`, `update_time`) VALUES ('', STR_TO_DATE('2018-09-21 13:40:16','%Y-%m-%d %H:%i:%s'), 'h', '2df0b5c5dc474fc38969ce4fab5b1ee7', 'huakai', '1', '花开', '', STR_TO_DATE('2018-09-21 13:40:15','%Y-%m-%d %H:%i:%s'));
|
||||||
|
INSERT INTO `system_labels`(`create_by`, `create_time`, `first_char`, `id`, `pinyin`, `tag_count`, `tag_name`, `update_by`, `update_time`) VALUES ('', STR_TO_DATE('2018-09-27 10:54:28','%Y-%m-%d %H:%i:%s'), 'd', '30b42859b3b2400396b123947fb4f5b4', 'danli', '1', '单例', '', STR_TO_DATE('2018-09-27 10:54:28','%Y-%m-%d %H:%i:%s'));
|
||||||
|
INSERT INTO `system_labels`(`create_by`, `create_time`, `first_char`, `id`, `pinyin`, `tag_count`, `tag_name`, `update_by`, `update_time`) VALUES ('', STR_TO_DATE('2018-09-27 11:29:08','%Y-%m-%d %H:%i:%s'), 'd', '3459b5788ec04732b336c484db6c8806', 'dashuju', '1', '大数据', '', STR_TO_DATE('2018-09-27 11:29:08','%Y-%m-%d %H:%i:%s'));
|
||||||
|
INSERT INTO `system_labels`(`create_by`, `create_time`, `first_char`, `id`, `pinyin`, `tag_count`, `tag_name`, `update_by`, `update_time`) VALUES ('', STR_TO_DATE('2018-09-21 13:44:36','%Y-%m-%d %H:%i:%s'), 'z', '3808d4ebd78a4861bc49cf3d653000aa', 'zhiyefazhan', '1', '职业发展', '', STR_TO_DATE('2018-09-21 13:44:35','%Y-%m-%d %H:%i:%s'));
|
||||||
|
INSERT INTO `system_labels`(`create_by`, `create_time`, `first_char`, `id`, `pinyin`, `tag_count`, `tag_name`, `update_by`, `update_time`) VALUES ('', STR_TO_DATE('2018-09-27 11:19:00','%Y-%m-%d %H:%i:%s'), 'y', '5b471f24146144899e5227a5dc4eaadd', 'yuanxing', '1', '原型', '', STR_TO_DATE('2018-09-27 11:18:59','%Y-%m-%d %H:%i:%s'));
|
||||||
|
INSERT INTO `system_labels`(`create_by`, `create_time`, `first_char`, `id`, `pinyin`, `tag_count`, `tag_name`, `update_by`, `update_time`) VALUES ('', STR_TO_DATE('2019-12-18 02:18:59','%Y-%m-%d %H:%i:%s'), 'e', '5e7586fcb4d44c15a3d94e93f6281c54', 'eee', '1', 'eee', '', STR_TO_DATE('2019-12-18 10:18:59','%Y-%m-%d %H:%i:%s'));
|
||||||
|
INSERT INTO `system_labels`(`create_by`, `create_time`, `first_char`, `id`, `pinyin`, `tag_count`, `tag_name`, `update_by`, `update_time`) VALUES ('', STR_TO_DATE('2018-09-27 11:29:08','%Y-%m-%d %H:%i:%s'), 'h', '96f315f72dfa498e8e65afe85a22775e', 'hive', '1', 'hive', '', STR_TO_DATE('2018-09-27 11:29:08','%Y-%m-%d %H:%i:%s'));
|
||||||
|
INSERT INTO `system_labels`(`create_by`, `create_time`, `first_char`, `id`, `pinyin`, `tag_count`, `tag_name`, `update_by`, `update_time`) VALUES ('', STR_TO_DATE('2018-09-21 12:47:09','%Y-%m-%d %H:%i:%s'), 'h', 'a49146f9af0b43a592998f6072af08bf', 'html', '1', 'html', '', STR_TO_DATE('2018-09-21 12:47:08','%Y-%m-%d %H:%i:%s'));
|
||||||
|
INSERT INTO `system_labels`(`create_by`, `create_time`, `first_char`, `id`, `pinyin`, `tag_count`, `tag_name`, `update_by`, `update_time`) VALUES ('', STR_TO_DATE('2019-12-18 02:21:34','%Y-%m-%d %H:%i:%s'), 'e', 'a8e12dfe133a4bd8808e029f8a8c4a05', 'eeee', '1', 'eeee', '', STR_TO_DATE('2019-12-18 10:21:34','%Y-%m-%d %H:%i:%s'));
|
||||||
|
INSERT INTO `system_labels`(`create_by`, `create_time`, `first_char`, `id`, `pinyin`, `tag_count`, `tag_name`, `update_by`, `update_time`) VALUES ('', STR_TO_DATE('2018-09-21 13:42:05','%Y-%m-%d %H:%i:%s'), 'y', 'a96f5f9c526d447cbee797b2536af1b3', 'yaoqiang', '1', '要强', '', STR_TO_DATE('2018-09-21 13:42:04','%Y-%m-%d %H:%i:%s'));
|
||||||
|
INSERT INTO `system_labels`(`create_by`, `create_time`, `first_char`, `id`, `pinyin`, `tag_count`, `tag_name`, `update_by`, `update_time`) VALUES ('', STR_TO_DATE('2018-09-21 12:47:09','%Y-%m-%d %H:%i:%s'), 'j', 'a9d47da353be4e10aac3e1e23338862a', 'js', '1', 'js', '', STR_TO_DATE('2018-09-21 12:47:08','%Y-%m-%d %H:%i:%s'));
|
||||||
|
INSERT INTO `system_labels`(`create_by`, `create_time`, `first_char`, `id`, `pinyin`, `tag_count`, `tag_name`, `update_by`, `update_time`) VALUES ('', STR_TO_DATE('2023-01-10 15:33:29','%Y-%m-%d %H:%i:%s'), 'h', 'b4fb9ea9f0674a68a59f86a54c7dec14', 'html5', '1', 'html5', '', STR_TO_DATE('2023-01-10 15:33:29','%Y-%m-%d %H:%i:%s'));
|
||||||
|
INSERT INTO `system_labels`(`create_by`, `create_time`, `first_char`, `id`, `pinyin`, `tag_count`, `tag_name`, `update_by`, `update_time`) VALUES ('', STR_TO_DATE('2023-03-03 17:37:20','%Y-%m-%d %H:%i:%s'), 'q', 'c0cd46edaaad454aab2094dd78d71bac', 'qiyewangzhan', '1', '企业网站', '', STR_TO_DATE('2023-03-03 17:37:20','%Y-%m-%d %H:%i:%s'));
|
||||||
|
INSERT INTO `system_labels`(`create_by`, `create_time`, `first_char`, `id`, `pinyin`, `tag_count`, `tag_name`, `update_by`, `update_time`) VALUES ('', STR_TO_DATE('2023-01-10 15:33:29','%Y-%m-%d %H:%i:%s'), 'c', 'c297c0a4dfce482c925683b74a9f23c0', 'css3', '1', 'css3', '', STR_TO_DATE('2023-01-10 15:33:29','%Y-%m-%d %H:%i:%s'));
|
||||||
|
INSERT INTO `system_labels`(`create_by`, `create_time`, `first_char`, `id`, `pinyin`, `tag_count`, `tag_name`, `update_by`, `update_time`) VALUES ('', STR_TO_DATE('2018-09-27 11:16:22','%Y-%m-%d %H:%i:%s'), 'f', 'cd6cd19104ab4bdf86bad96c0c9ac0cf', 'factory', '1', 'factory', '', STR_TO_DATE('2018-09-27 11:16:21','%Y-%m-%d %H:%i:%s'));
|
||||||
|
INSERT INTO `system_labels`(`create_by`, `create_time`, `first_char`, `id`, `pinyin`, `tag_count`, `tag_name`, `update_by`, `update_time`) VALUES ('', STR_TO_DATE('2018-09-27 11:16:22','%Y-%m-%d %H:%i:%s'), 'g', 'd51ddfca743b47f686120300691cecd0', 'gongchangmoshi', '1', '工厂模式', '', STR_TO_DATE('2018-09-27 11:16:21','%Y-%m-%d %H:%i:%s'));
|
||||||
|
INSERT INTO `system_labels`(`create_by`, `create_time`, `first_char`, `id`, `pinyin`, `tag_count`, `tag_name`, `update_by`, `update_time`) VALUES ('', STR_TO_DATE('2023-03-03 17:37:20','%Y-%m-%d %H:%i:%s'), 'l', 'd5e8848871a742b1a9f758ee0128857b', 'likanghui', '1', '丽康会', '', STR_TO_DATE('2023-03-03 17:37:20','%Y-%m-%d %H:%i:%s'));
|
||||||
|
INSERT INTO `system_labels`(`create_by`, `create_time`, `first_char`, `id`, `pinyin`, `tag_count`, `tag_name`, `update_by`, `update_time`) VALUES ('', STR_TO_DATE('2023-01-10 15:32:51','%Y-%m-%d %H:%i:%s'), 's', 'ded41af645344940b3f022591138f221', 'shangwu', '1', '商务', '', STR_TO_DATE('2023-01-10 15:32:51','%Y-%m-%d %H:%i:%s'));
|
||||||
|
INSERT INTO `system_labels`(`create_by`, `create_time`, `first_char`, `id`, `pinyin`, `tag_count`, `tag_name`, `update_by`, `update_time`) VALUES ('', STR_TO_DATE('2018-09-27 11:19:00','%Y-%m-%d %H:%i:%s'), 'j', 'e281ef86dfbb4d75b8141f8abfb7291b', 'jianzaozhe', '1', '建造者', '', STR_TO_DATE('2018-09-27 11:18:59','%Y-%m-%d %H:%i:%s'));
|
||||||
|
INSERT INTO `system_labels`(`create_by`, `create_time`, `first_char`, `id`, `pinyin`, `tag_count`, `tag_name`, `update_by`, `update_time`) VALUES ('', STR_TO_DATE('2019-12-18 02:34:41','%Y-%m-%d %H:%i:%s'), 'q', 'e39a57377c814132b9db8d7c1105a3db', 'qqq', '1', 'qqq', '', STR_TO_DATE('2019-12-18 10:34:41','%Y-%m-%d %H:%i:%s'));
|
||||||
|
INSERT INTO `system_labels`(`create_by`, `create_time`, `first_char`, `id`, `pinyin`, `tag_count`, `tag_name`, `update_by`, `update_time`) VALUES ('', STR_TO_DATE('2018-09-27 10:54:28','%Y-%m-%d %H:%i:%s'), 's', 'e4bf078774b840b5a13eafa48c03a3a7', 'singleton', '1', 'singleton', '', STR_TO_DATE('2018-09-27 10:54:27','%Y-%m-%d %H:%i:%s'));
|
||||||
|
INSERT INTO `system_labels`(`create_by`, `create_time`, `first_char`, `id`, `pinyin`, `tag_count`, `tag_name`, `update_by`, `update_time`) VALUES ('', STR_TO_DATE('2018-09-21 12:47:09','%Y-%m-%d %H:%i:%s'), 's', 'e6d72c095f9c4532a298337e6a612c22', 'script', '1', 'script', '', STR_TO_DATE('2018-09-21 12:47:09','%Y-%m-%d %H:%i:%s'));
|
||||||
|
INSERT INTO `system_labels`(`create_by`, `create_time`, `first_char`, `id`, `pinyin`, `tag_count`, `tag_name`, `update_by`, `update_time`) VALUES ('', STR_TO_DATE('2018-09-27 11:29:08','%Y-%m-%d %H:%i:%s'), 'h', 'f55bab7dc7234dfa9883c181e8d29825', 'hadoop', '1', 'hadoop', '', STR_TO_DATE('2018-09-27 11:29:08','%Y-%m-%d %H:%i:%s'));
|
||||||
|
INSERT INTO `system_labels`(`create_by`, `create_time`, `first_char`, `id`, `pinyin`, `tag_count`, `tag_name`, `update_by`, `update_time`) VALUES ('', STR_TO_DATE('2018-09-28 16:52:32','%Y-%m-%d %H:%i:%s'), 't', 'fdf1a43c32a7454dbfd42626ec4d4263', 'thymeleaf', '1', 'thymeleaf', '', STR_TO_DATE('2018-09-28 16:52:31','%Y-%m-%d %H:%i:%s'));
|
29
backups/2025-04-09/2025-04-09_system_links.sql
Normal file
@ -0,0 +1,29 @@
|
|||||||
|
/*
|
||||||
|
Dreamer CMS 数据库备份工具 时间:2025-04-09
|
||||||
|
*/
|
||||||
|
|
||||||
|
DROP TABLE IF EXISTS `system_links`;
|
||||||
|
|
||||||
|
/*
|
||||||
|
Table structure for table `system_links`
|
||||||
|
*/
|
||||||
|
CREATE TABLE `system_links` (
|
||||||
|
`id` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL,
|
||||||
|
`aid` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL COMMENT '主表ID',
|
||||||
|
`ext01` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL,
|
||||||
|
`ext02` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL,
|
||||||
|
`ext03` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL,
|
||||||
|
`ext04` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL,
|
||||||
|
`ext05` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL,
|
||||||
|
`link_url` varchar(256) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT '',
|
||||||
|
PRIMARY KEY (`id`)
|
||||||
|
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;
|
||||||
|
|
||||||
|
/*
|
||||||
|
Data for table `system_links`
|
||||||
|
*/
|
||||||
|
INSERT INTO `system_links`(`aid`, `ext01`, `ext02`, `ext03`, `ext04`, `ext05`, `id`, `link_url`) VALUES ('47864f1e06334cdc8c87b9419dc63abf', '', '', '', '', '', '00de5fcc84f44d07ba2fd3b80098dd3a', 'http://www.itechyou.cn');
|
||||||
|
INSERT INTO `system_links`(`aid`, `ext01`, `ext02`, `ext03`, `ext04`, `ext05`, `id`, `link_url`) VALUES ('23c2811cb842493cbadb0c0a8cc77046', '', '', '', '', '', '321fea9714014d8bbedb3230c7be51b9', 'https://www.baidu.com');
|
||||||
|
INSERT INTO `system_links`(`aid`, `ext01`, `ext02`, `ext03`, `ext04`, `ext05`, `id`, `link_url`) VALUES ('f8ec213214764952815076dde18b8dcc', '', '', '', '', '', '3e2822483ec64b54a8242da961a7427a', 'https://www.tencent.com');
|
||||||
|
INSERT INTO `system_links`(`aid`, `ext01`, `ext02`, `ext03`, `ext04`, `ext05`, `id`, `link_url`) VALUES ('598fb8d59fbf4bdca544d71cb64c1ce0', '', '', '', '', '', '60534518cfa04fb8bc864119035f6970', 'http://www.baidu.com');
|
||||||
|
INSERT INTO `system_links`(`aid`, `ext01`, `ext02`, `ext03`, `ext04`, `ext05`, `id`, `link_url`) VALUES ('250a0fccf75043caaeb2e470057df7ae', '', '', '', '', '', 'ea915bfc524a4c8988cca02a781308e2', 'https://www.iteachyou.cc');
|
1819
backups/2025-04-09/2025-04-09_system_logger.sql
Normal file
44
backups/2025-04-09/2025-04-09_system_menu.sql
Normal file
@ -0,0 +1,44 @@
|
|||||||
|
/*
|
||||||
|
Dreamer CMS 数据库备份工具 时间:2025-04-09
|
||||||
|
*/
|
||||||
|
|
||||||
|
DROP TABLE IF EXISTS `system_menu`;
|
||||||
|
|
||||||
|
/*
|
||||||
|
Table structure for table `system_menu`
|
||||||
|
*/
|
||||||
|
CREATE TABLE `system_menu` (
|
||||||
|
`id` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL,
|
||||||
|
`menu_name` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL COMMENT '菜单名称',
|
||||||
|
`menu_code` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL COMMENT '菜单编码',
|
||||||
|
`menu_url` varchar(512) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL COMMENT '菜单路径',
|
||||||
|
`parent_id` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT '-1' COMMENT '上级菜单',
|
||||||
|
`menu_icon` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL COMMENT '菜单图标',
|
||||||
|
`sort` int DEFAULT '50' COMMENT '排序',
|
||||||
|
`remark` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin COMMENT '描述',
|
||||||
|
`create_by` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL,
|
||||||
|
`create_time` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
|
||||||
|
`update_by` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL,
|
||||||
|
`update_time` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
|
||||||
|
PRIMARY KEY (`id`)
|
||||||
|
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;
|
||||||
|
|
||||||
|
/*
|
||||||
|
Data for table `system_menu`
|
||||||
|
*/
|
||||||
|
INSERT INTO `system_menu`(`create_by`, `create_time`, `id`, `menu_code`, `menu_icon`, `menu_name`, `menu_url`, `parent_id`, `remark`, `sort`, `update_by`, `update_time`) VALUES ('9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-10 17:18:36','%Y-%m-%d %H:%i:%s'), '302fc47d7ef24f9e86926b445c007c94', 'system:menu:variable', 'fa fa-list-ol', '变量管理', '/admin/variable', '-1', '变量管理', 9, '', NULL);
|
||||||
|
INSERT INTO `system_menu`(`create_by`, `create_time`, `id`, `menu_code`, `menu_icon`, `menu_name`, `menu_url`, `parent_id`, `remark`, `sort`, `update_by`, `update_time`) VALUES ('1443c458e49c44539b63212cba8b9b1e', STR_TO_DATE('2023-04-10 17:18:40','%Y-%m-%d %H:%i:%s'), '3a209b4322064d19a3e4fd776a8caf6d', 'system:menu:role', '', '角色管理', '/admin/role', 'd54278919d67487f94f136389c2f26e0', '角色管理', 2, '', NULL);
|
||||||
|
INSERT INTO `system_menu`(`create_by`, `create_time`, `id`, `menu_code`, `menu_icon`, `menu_name`, `menu_url`, `parent_id`, `remark`, `sort`, `update_by`, `update_time`) VALUES ('1443c458e49c44539b63212cba8b9b1e', STR_TO_DATE('2023-04-10 17:18:44','%Y-%m-%d %H:%i:%s'), '3f274f5fb2284de0ba0d6d78cba88b25', 'system:menu:permission', '', '权限管理', '/admin/permission', 'd54278919d67487f94f136389c2f26e0', '权限管理', 4, '', NULL);
|
||||||
|
INSERT INTO `system_menu`(`create_by`, `create_time`, `id`, `menu_code`, `menu_icon`, `menu_name`, `menu_url`, `parent_id`, `remark`, `sort`, `update_by`, `update_time`) VALUES ('9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-10 17:18:04','%Y-%m-%d %H:%i:%s'), '4279223df18f4ea6bc2d030169cfb36a', 'system:menu:attachment', 'fa fa-chain', '附件管理', '/admin/attachment', '-1', '', 6, '', NULL);
|
||||||
|
INSERT INTO `system_menu`(`create_by`, `create_time`, `id`, `menu_code`, `menu_icon`, `menu_name`, `menu_url`, `parent_id`, `remark`, `sort`, `update_by`, `update_time`) VALUES ('9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-10 17:18:49','%Y-%m-%d %H:%i:%s'), '554efae277dc4935b0f683c2fc7511af', 'system:menu:template', 'fa fa-files-o', '模板管理', '/admin/templates', '-1', '模板管理', 7, '', NULL);
|
||||||
|
INSERT INTO `system_menu`(`create_by`, `create_time`, `id`, `menu_code`, `menu_icon`, `menu_name`, `menu_url`, `parent_id`, `remark`, `sort`, `update_by`, `update_time`) VALUES ('9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-10 17:18:54','%Y-%m-%d %H:%i:%s'), '73af24f76a964beda44c1e541b22cc6b', 'system:menu:form', 'fa fa-check-square-o', '表单模型', '/admin/forms', '-1', '表单模型', 6, '', NULL);
|
||||||
|
INSERT INTO `system_menu`(`create_by`, `create_time`, `id`, `menu_code`, `menu_icon`, `menu_name`, `menu_url`, `parent_id`, `remark`, `sort`, `update_by`, `update_time`) VALUES ('9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-10 17:18:58','%Y-%m-%d %H:%i:%s'), '7d9a2cf8f6e542159f02eb8bc0c29adc', 'system:menu:task', '', '计划任务', '/admin/task', 'd54278919d67487f94f136389c2f26e0', '计划任务', 50, '', NULL);
|
||||||
|
INSERT INTO `system_menu`(`create_by`, `create_time`, `id`, `menu_code`, `menu_icon`, `menu_name`, `menu_url`, `parent_id`, `remark`, `sort`, `update_by`, `update_time`) VALUES ('9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-10 17:19:02','%Y-%m-%d %H:%i:%s'), '8e4e2a664ff2486695788a284b5b01d5', 'system:menu:label', 'fa fa-tags', '标签管理', '/admin/label', '-1', '标签管理', 3, '', NULL);
|
||||||
|
INSERT INTO `system_menu`(`create_by`, `create_time`, `id`, `menu_code`, `menu_icon`, `menu_name`, `menu_url`, `parent_id`, `remark`, `sort`, `update_by`, `update_time`) VALUES ('9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-10 17:19:06','%Y-%m-%d %H:%i:%s'), '8e5f3b75442e4daea9519f64aed5e46b', 'system:menu:setting', 'fa fa-wrench', '网站配置', '/admin/system', '-1', '网站配置', 10, '', NULL);
|
||||||
|
INSERT INTO `system_menu`(`create_by`, `create_time`, `id`, `menu_code`, `menu_icon`, `menu_name`, `menu_url`, `parent_id`, `remark`, `sort`, `update_by`, `update_time`) VALUES ('9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-10 17:19:10','%Y-%m-%d %H:%i:%s'), '9a59901cf44f4d8f91a6ec4774ba265f', 'system:menu:theme', 'fa fa-puzzle-piece', '风格设置', '/admin/theme', '-1', '风格设置', 8, '', NULL);
|
||||||
|
INSERT INTO `system_menu`(`create_by`, `create_time`, `id`, `menu_code`, `menu_icon`, `menu_name`, `menu_url`, `parent_id`, `remark`, `sort`, `update_by`, `update_time`) VALUES ('1443c458e49c44539b63212cba8b9b1e', STR_TO_DATE('2023-04-10 17:19:14','%Y-%m-%d %H:%i:%s'), 'a2a639ec04a14cfda08f023b16be012b', 'system:menu:user', '', '用户管理', '/admin/user', 'd54278919d67487f94f136389c2f26e0', '用户管理', 1, '', NULL);
|
||||||
|
INSERT INTO `system_menu`(`create_by`, `create_time`, `id`, `menu_code`, `menu_icon`, `menu_name`, `menu_url`, `parent_id`, `remark`, `sort`, `update_by`, `update_time`) VALUES ('9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-10 17:19:17','%Y-%m-%d %H:%i:%s'), 'bba76b5b9ea648768014be2b5b2b7d1a', 'system:menu:article', 'fa fa-columns', '栏目/文章', '/admin/category', '-1', '栏目/文章', 2, '', NULL);
|
||||||
|
INSERT INTO `system_menu`(`create_by`, `create_time`, `id`, `menu_code`, `menu_icon`, `menu_name`, `menu_url`, `parent_id`, `remark`, `sort`, `update_by`, `update_time`) VALUES ('9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-10 17:19:21','%Y-%m-%d %H:%i:%s'), 'c36571773d8b4430a1c409ec1b3ad901', 'system:menu:static', 'fa fa-rocket', '静态化', '/admin/static', '-1', '静态化', 2, '', NULL);
|
||||||
|
INSERT INTO `system_menu`(`create_by`, `create_time`, `id`, `menu_code`, `menu_icon`, `menu_name`, `menu_url`, `parent_id`, `remark`, `sort`, `update_by`, `update_time`) VALUES ('1443c458e49c44539b63212cba8b9b1e', STR_TO_DATE('2023-04-10 17:19:25','%Y-%m-%d %H:%i:%s'), 'd54278919d67487f94f136389c2f26e0', 'system:menu:system', 'fa fa-cog', '系统管理', '', '-1', '系统管理', 11, '', NULL);
|
||||||
|
INSERT INTO `system_menu`(`create_by`, `create_time`, `id`, `menu_code`, `menu_icon`, `menu_name`, `menu_url`, `parent_id`, `remark`, `sort`, `update_by`, `update_time`) VALUES ('1443c458e49c44539b63212cba8b9b1e', STR_TO_DATE('2023-04-10 17:19:30','%Y-%m-%d %H:%i:%s'), 'e34bc9371b98490f8dd13a01685eb174', 'system:menu:menu', '', '菜单管理', '/admin/menu', 'd54278919d67487f94f136389c2f26e0', '菜单管理', 3, '', NULL);
|
||||||
|
INSERT INTO `system_menu`(`create_by`, `create_time`, `id`, `menu_code`, `menu_icon`, `menu_name`, `menu_url`, `parent_id`, `remark`, `sort`, `update_by`, `update_time`) VALUES ('9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-10 17:19:34','%Y-%m-%d %H:%i:%s'), 'e351b1f957c34ed19471624091721a5a', 'system:menu:database', '', '备份/还原', '/admin/database', 'd54278919d67487f94f136389c2f26e0', '数据库备份/还原', 6, '', NULL);
|
29
backups/2025-04-09/2025-04-09_system_message.sql
Normal file
@ -0,0 +1,29 @@
|
|||||||
|
/*
|
||||||
|
Dreamer CMS 数据库备份工具 时间:2025-04-09
|
||||||
|
*/
|
||||||
|
|
||||||
|
DROP TABLE IF EXISTS `system_message`;
|
||||||
|
|
||||||
|
/*
|
||||||
|
Table structure for table `system_message`
|
||||||
|
*/
|
||||||
|
CREATE TABLE `system_message` (
|
||||||
|
`id` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL,
|
||||||
|
`aid` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL COMMENT '主表ID',
|
||||||
|
`ext01` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL,
|
||||||
|
`ext02` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL,
|
||||||
|
`ext03` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL,
|
||||||
|
`ext04` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL,
|
||||||
|
`ext05` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL,
|
||||||
|
`telephone` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT '',
|
||||||
|
`content` mediumtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin,
|
||||||
|
`reply` mediumtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin,
|
||||||
|
PRIMARY KEY (`id`)
|
||||||
|
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;
|
||||||
|
|
||||||
|
/*
|
||||||
|
Data for table `system_message`
|
||||||
|
*/
|
||||||
|
INSERT INTO `system_message`(`aid`, `content`, `ext01`, `ext02`, `ext03`, `ext04`, `ext05`, `id`, `reply`, `telephone`) VALUES ('495c981ae1be45fb8d989d76b2d18672', '你好,我们公司想要订购产品?请问是怎么个操作流程?', '', '', '', '', '', '5c41458ebf3849b5befe56a5b0b5d329', '订购产品加添加官方唯一指定微信:wangjn2015,我们会线上为您解答各种问题。', '13888888888');
|
||||||
|
INSERT INTO `system_message`(`aid`, `content`, `ext01`, `ext02`, `ext03`, `ext04`, `ext05`, `id`, `reply`, `telephone`) VALUES ('4c5ef6e38d944a0d9888547c8a292d8b', '<img src=0 onerror=alert(1) />', '', '', '', '', '', '859e1d2b1ac046df99c190d612db0940', '', '<img src=0 onerror=alert(1) />');
|
||||||
|
INSERT INTO `system_message`(`aid`, `content`, `ext01`, `ext02`, `ext03`, `ext04`, `ext05`, `id`, `reply`, `telephone`) VALUES ('92fb5b85ae8f433299ff167dc7320a12', '', '', '', '', '', '', '921d6bda4f6d4e5fb670972b5d8c2f08', '', '<img src=0 onerror=alert(1) />');
|
118
backups/2025-04-09/2025-04-09_system_permission.sql
Normal file
@ -0,0 +1,118 @@
|
|||||||
|
/*
|
||||||
|
Dreamer CMS 数据库备份工具 时间:2025-04-09
|
||||||
|
*/
|
||||||
|
|
||||||
|
DROP TABLE IF EXISTS `system_permission`;
|
||||||
|
|
||||||
|
/*
|
||||||
|
Table structure for table `system_permission`
|
||||||
|
*/
|
||||||
|
CREATE TABLE `system_permission` (
|
||||||
|
`id` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL,
|
||||||
|
`permission_name` varchar(128) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL COMMENT '权限名称',
|
||||||
|
`permission_code` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL COMMENT '权限编码',
|
||||||
|
`menu_id` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL COMMENT '所属菜单',
|
||||||
|
`permission_url` varchar(512) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL COMMENT '权限路径',
|
||||||
|
`remark` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin COMMENT '描述',
|
||||||
|
`create_by` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL,
|
||||||
|
`create_time` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
|
||||||
|
`update_by` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL,
|
||||||
|
`update_time` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
|
||||||
|
PRIMARY KEY (`id`)
|
||||||
|
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;
|
||||||
|
|
||||||
|
/*
|
||||||
|
Data for table `system_permission`
|
||||||
|
*/
|
||||||
|
INSERT INTO `system_permission`(`create_by`, `create_time`, `id`, `menu_id`, `permission_code`, `permission_name`, `permission_url`, `remark`, `update_by`, `update_time`) VALUES ('9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-10 16:34:13','%Y-%m-%d %H:%i:%s'), '0021626fece146b29d5c11371795174f', '302fc47d7ef24f9e86926b445c007c94', 'system:variable:update', '变量修改', '/admin/variable/update', '变量修改', '', NULL);
|
||||||
|
INSERT INTO `system_permission`(`create_by`, `create_time`, `id`, `menu_id`, `permission_code`, `permission_name`, `permission_url`, `remark`, `update_by`, `update_time`) VALUES ('9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-10 17:59:10','%Y-%m-%d %H:%i:%s'), '00c06f4d546f4076af86d95a1781eb8d', 'c36571773d8b4430a1c409ec1b3ad901', 'system:static:generate', '静态化生成首页', '/admin/static/generateIndex', '静态化生成首页', '', NULL);
|
||||||
|
INSERT INTO `system_permission`(`create_by`, `create_time`, `id`, `menu_id`, `permission_code`, `permission_name`, `permission_url`, `remark`, `update_by`, `update_time`) VALUES ('9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-10 17:50:33','%Y-%m-%d %H:%i:%s'), '02317939fd7a4e7fa2afb96b8d7fbdf7', 'bba76b5b9ea648768014be2b5b2b7d1a', 'system:category:page', '栏目分页', '/admin/category/list', '栏目列表分页', '', NULL);
|
||||||
|
INSERT INTO `system_permission`(`create_by`, `create_time`, `id`, `menu_id`, `permission_code`, `permission_name`, `permission_url`, `remark`, `update_by`, `update_time`) VALUES ('9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-10 17:11:33','%Y-%m-%d %H:%i:%s'), '06978840c3144bad8d932a439978bb11', '3f274f5fb2284de0ba0d6d78cba88b25', 'system:permission:page', '权限分页', '/admin/permission/list', '权限列表分页', '', NULL);
|
||||||
|
INSERT INTO `system_permission`(`create_by`, `create_time`, `id`, `menu_id`, `permission_code`, `permission_name`, `permission_url`, `remark`, `update_by`, `update_time`) VALUES ('9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-10 17:43:22','%Y-%m-%d %H:%i:%s'), '1645361764222644224', '9a59901cf44f4d8f91a6ec4774ba265f', 'system:theme:update', '风格修改', '/admin/theme/update', '风格修改', '', NULL);
|
||||||
|
INSERT INTO `system_permission`(`create_by`, `create_time`, `id`, `menu_id`, `permission_code`, `permission_name`, `permission_url`, `remark`, `update_by`, `update_time`) VALUES ('9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-10 18:09:41','%Y-%m-%d %H:%i:%s'), '1645368296356196352', '8e4e2a664ff2486695788a284b5b01d5', 'system:label:index', '标签分页', '/admin/label/toIndex', '标签分页', '', NULL);
|
||||||
|
INSERT INTO `system_permission`(`create_by`, `create_time`, `id`, `menu_id`, `permission_code`, `permission_name`, `permission_url`, `remark`, `update_by`, `update_time`) VALUES ('9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-10 18:09:45','%Y-%m-%d %H:%i:%s'), '1645368378262564864', '8e4e2a664ff2486695788a284b5b01d5', 'system:label:delete', '标签删除', '/admin/label/delete', '标签删除', '', NULL);
|
||||||
|
INSERT INTO `system_permission`(`create_by`, `create_time`, `id`, `menu_id`, `permission_code`, `permission_name`, `permission_url`, `remark`, `update_by`, `update_time`) VALUES ('9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-10 17:19:58','%Y-%m-%d %H:%i:%s'), '1834abd8a8444da9b3261eab1921e48b', '554efae277dc4935b0f683c2fc7511af', 'system:template:index', '模版列表页面', '/admin/templates/toIndex', '模版列表页面', '', NULL);
|
||||||
|
INSERT INTO `system_permission`(`create_by`, `create_time`, `id`, `menu_id`, `permission_code`, `permission_name`, `permission_url`, `remark`, `update_by`, `update_time`) VALUES ('9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-10 18:01:00','%Y-%m-%d %H:%i:%s'), '1af8eb6fe8b2467299b5e3982334680c', 'e34bc9371b98490f8dd13a01685eb174', 'system:menu:delete', '菜单删除', '/admin/menu/delete', '菜单删除', '', NULL);
|
||||||
|
INSERT INTO `system_permission`(`create_by`, `create_time`, `id`, `menu_id`, `permission_code`, `permission_name`, `permission_url`, `remark`, `update_by`, `update_time`) VALUES ('9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-10 18:01:06','%Y-%m-%d %H:%i:%s'), '1b60036611154e578000acb2f7e85806', 'e34bc9371b98490f8dd13a01685eb174', 'system:menu:toedit', '菜单编辑页面', '/admin/menu/toEdit', '菜单编辑页面', '', NULL);
|
||||||
|
INSERT INTO `system_permission`(`create_by`, `create_time`, `id`, `menu_id`, `permission_code`, `permission_name`, `permission_url`, `remark`, `update_by`, `update_time`) VALUES ('9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-10 17:28:03','%Y-%m-%d %H:%i:%s'), '1dea679eee5d4d55b312a3cc2c3d6cb9', '73af24f76a964beda44c1e541b22cc6b', 'system:form:update', '表单模型修改', '/admin/forms/edit', '表单模型修改', '', NULL);
|
||||||
|
INSERT INTO `system_permission`(`create_by`, `create_time`, `id`, `menu_id`, `permission_code`, `permission_name`, `permission_url`, `remark`, `update_by`, `update_time`) VALUES ('9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-10 18:01:13','%Y-%m-%d %H:%i:%s'), '2081aa9f80494a2db466ccf574eb5d9e', 'e34bc9371b98490f8dd13a01685eb174', 'system:menu:page', '菜单分页', '/admin/menu/list', '菜单列表分页', '', NULL);
|
||||||
|
INSERT INTO `system_permission`(`create_by`, `create_time`, `id`, `menu_id`, `permission_code`, `permission_name`, `permission_url`, `remark`, `update_by`, `update_time`) VALUES ('9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-10 17:20:02','%Y-%m-%d %H:%i:%s'), '22a32bcea576405390c3d9134a2b4aa3', '554efae277dc4935b0f683c2fc7511af', 'system:template:toedit', '模板编辑页面', '/admin/templates/toEdit', '模板编辑页面', '', NULL);
|
||||||
|
INSERT INTO `system_permission`(`create_by`, `create_time`, `id`, `menu_id`, `permission_code`, `permission_name`, `permission_url`, `remark`, `update_by`, `update_time`) VALUES ('9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-10 16:34:32','%Y-%m-%d %H:%i:%s'), '24448371caaf44d889911de27259df03', '302fc47d7ef24f9e86926b445c007c94', 'system:variable:detail', '变量详情', '/admin/variable/details', '变量详情', '', NULL);
|
||||||
|
INSERT INTO `system_permission`(`create_by`, `create_time`, `id`, `menu_id`, `permission_code`, `permission_name`, `permission_url`, `remark`, `update_by`, `update_time`) VALUES ('9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-10 17:39:39','%Y-%m-%d %H:%i:%s'), '27ed46e1fdfb4ed0a2d8d17f74687eb8', '7d9a2cf8f6e542159f02eb8bc0c29adc', 'system:task:page', '任务分页', '/admin/task/list', '任务分页列表', '', NULL);
|
||||||
|
INSERT INTO `system_permission`(`create_by`, `create_time`, `id`, `menu_id`, `permission_code`, `permission_name`, `permission_url`, `remark`, `update_by`, `update_time`) VALUES ('9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-10 17:08:16','%Y-%m-%d %H:%i:%s'), '288636f1dda441fabc33e0c1303e1f8f', '4279223df18f4ea6bc2d030169cfb36a', 'system:attachment:delete', '附件删除', '/admin/attachment/delete', '附件删除', '', NULL);
|
||||||
|
INSERT INTO `system_permission`(`create_by`, `create_time`, `id`, `menu_id`, `permission_code`, `permission_name`, `permission_url`, `remark`, `update_by`, `update_time`) VALUES ('9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-10 17:33:15','%Y-%m-%d %H:%i:%s'), '28e65447e7334c64840931816c61aa88', '7d9a2cf8f6e542159f02eb8bc0c29adc', 'system:task:update', '任务修改', '/admin/task/update', '任务修改', '', NULL);
|
||||||
|
INSERT INTO `system_permission`(`create_by`, `create_time`, `id`, `menu_id`, `permission_code`, `permission_name`, `permission_url`, `remark`, `update_by`, `update_time`) VALUES ('1443c458e49c44539b63212cba8b9b1e', STR_TO_DATE('2023-04-10 17:43:46','%Y-%m-%d %H:%i:%s'), '2ac8fbc2a6f144309c2872f390c6cc5e', 'a2a639ec04a14cfda08f023b16be012b', 'system:user:grant', '用户授权', '/admin/user/grant', '用户授权', '', NULL);
|
||||||
|
INSERT INTO `system_permission`(`create_by`, `create_time`, `id`, `menu_id`, `permission_code`, `permission_name`, `permission_url`, `remark`, `update_by`, `update_time`) VALUES ('9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-10 17:39:00','%Y-%m-%d %H:%i:%s'), '2d030ca88d0945008fd2af849538c288', '9a59901cf44f4d8f91a6ec4774ba265f', 'system:theme:status', '修改风格状态', '/admin/theme/updateStatus', '修改风格状态', '', NULL);
|
||||||
|
INSERT INTO `system_permission`(`create_by`, `create_time`, `id`, `menu_id`, `permission_code`, `permission_name`, `permission_url`, `remark`, `update_by`, `update_time`) VALUES ('9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-10 17:59:12','%Y-%m-%d %H:%i:%s'), '32e9850a99c444ff918d312364795310', 'c36571773d8b4430a1c409ec1b3ad901', 'system:static:generate', '静态化生成栏目', '/admin/static/generateCategory', '静态化生成栏目', '', NULL);
|
||||||
|
INSERT INTO `system_permission`(`create_by`, `create_time`, `id`, `menu_id`, `permission_code`, `permission_name`, `permission_url`, `remark`, `update_by`, `update_time`) VALUES ('9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-10 16:56:16','%Y-%m-%d %H:%i:%s'), '36397947b81d472c9f8be0b047643570', '3a209b4322064d19a3e4fd776a8caf6d', 'system:role:grant', '分配权限', '/admin/role/grant', '分配权限', '', NULL);
|
||||||
|
INSERT INTO `system_permission`(`create_by`, `create_time`, `id`, `menu_id`, `permission_code`, `permission_name`, `permission_url`, `remark`, `update_by`, `update_time`) VALUES ('9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-10 17:04:56','%Y-%m-%d %H:%i:%s'), '3da506ac7fa641c59cce5da3d4abe923', '3f274f5fb2284de0ba0d6d78cba88b25', 'system:permission:toadd', '权限添加页面', '/admin/permission/toAdd', '权限添加页面', '', NULL);
|
||||||
|
INSERT INTO `system_permission`(`create_by`, `create_time`, `id`, `menu_id`, `permission_code`, `permission_name`, `permission_url`, `remark`, `update_by`, `update_time`) VALUES ('9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-10 17:27:15','%Y-%m-%d %H:%i:%s'), '3db8b8b77958494bb099060007102f64', '73af24f76a964beda44c1e541b22cc6b', 'system:field:add', '字段添加', '/admin/field/add', '字段添加', '', NULL);
|
||||||
|
INSERT INTO `system_permission`(`create_by`, `create_time`, `id`, `menu_id`, `permission_code`, `permission_name`, `permission_url`, `remark`, `update_by`, `update_time`) VALUES ('9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-10 16:34:43','%Y-%m-%d %H:%i:%s'), '3dc943d341a54ef78d0810d6e18db2b6', '302fc47d7ef24f9e86926b445c007c94', 'system:variable:add', '变量添加', '/admin/variable/add', '变量添加', '', NULL);
|
||||||
|
INSERT INTO `system_permission`(`create_by`, `create_time`, `id`, `menu_id`, `permission_code`, `permission_name`, `permission_url`, `remark`, `update_by`, `update_time`) VALUES ('9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-10 17:39:48','%Y-%m-%d %H:%i:%s'), '3e3c9021ff864c1d8f8c060c770b3ade', '9a59901cf44f4d8f91a6ec4774ba265f', 'system:theme:delete', '风格删除', '/admin/theme/delete', '风格删除', '', NULL);
|
||||||
|
INSERT INTO `system_permission`(`create_by`, `create_time`, `id`, `menu_id`, `permission_code`, `permission_name`, `permission_url`, `remark`, `update_by`, `update_time`) VALUES ('9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-10 17:33:19','%Y-%m-%d %H:%i:%s'), '3e81f20878754f4ca1396c2f330df94a', '7d9a2cf8f6e542159f02eb8bc0c29adc', 'system:task:toedit', '任务编辑页面', '/admin/task/toEdit', '任务编辑页面', '', NULL);
|
||||||
|
INSERT INTO `system_permission`(`create_by`, `create_time`, `id`, `menu_id`, `permission_code`, `permission_name`, `permission_url`, `remark`, `update_by`, `update_time`) VALUES ('9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-10 17:54:38','%Y-%m-%d %H:%i:%s'), '409cbc0a45a9409eab73b1e4dace337a', 'bba76b5b9ea648768014be2b5b2b7d1a', 'system:article:update', '文章修改', '/admin/archives/edit', '文章修改', '', NULL);
|
||||||
|
INSERT INTO `system_permission`(`create_by`, `create_time`, `id`, `menu_id`, `permission_code`, `permission_name`, `permission_url`, `remark`, `update_by`, `update_time`) VALUES ('1443c458e49c44539b63212cba8b9b1e', STR_TO_DATE('2023-04-10 17:43:53','%Y-%m-%d %H:%i:%s'), '43477ac0764c4ace8a2ee0fbcec94bf6', 'a2a639ec04a14cfda08f023b16be012b', 'system:user:page', '用户分页', '/admin/user/list', '用户列表分页', '', NULL);
|
||||||
|
INSERT INTO `system_permission`(`create_by`, `create_time`, `id`, `menu_id`, `permission_code`, `permission_name`, `permission_url`, `remark`, `update_by`, `update_time`) VALUES ('9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-10 16:35:06','%Y-%m-%d %H:%i:%s'), '439f1457e59c4b2188d9c0a5aa74530d', '302fc47d7ef24f9e86926b445c007c94', 'system:variable:toedit', '变量编辑页面', '/admin/variable/toEdit', '变量编辑页面', '', NULL);
|
||||||
|
INSERT INTO `system_permission`(`create_by`, `create_time`, `id`, `menu_id`, `permission_code`, `permission_name`, `permission_url`, `remark`, `update_by`, `update_time`) VALUES ('9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-10 17:22:35','%Y-%m-%d %H:%i:%s'), '464188e9e2ab44838c51b333dc8a7cab', '73af24f76a964beda44c1e541b22cc6b', 'system:form:add', '表单模型添加', '/admin/forms/add', '表单模型添加', '', NULL);
|
||||||
|
INSERT INTO `system_permission`(`create_by`, `create_time`, `id`, `menu_id`, `permission_code`, `permission_name`, `permission_url`, `remark`, `update_by`, `update_time`) VALUES ('9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-10 17:50:39','%Y-%m-%d %H:%i:%s'), '4cada378f9c94faab51abc7b074c4b21', 'bba76b5b9ea648768014be2b5b2b7d1a', 'system:category:toadd', '栏目添加页面', '/admin/category/toAdd', '栏目添加页面', '', NULL);
|
||||||
|
INSERT INTO `system_permission`(`create_by`, `create_time`, `id`, `menu_id`, `permission_code`, `permission_name`, `permission_url`, `remark`, `update_by`, `update_time`) VALUES ('9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-10 17:37:16','%Y-%m-%d %H:%i:%s'), '4d44a773fbae4009a7eb9cea814d264a', '8e5f3b75442e4daea9519f64aed5e46b', 'system:setting:index', '网站配置页面', '/admin/system/toIndex', '网站配置页面', '', NULL);
|
||||||
|
INSERT INTO `system_permission`(`create_by`, `create_time`, `id`, `menu_id`, `permission_code`, `permission_name`, `permission_url`, `remark`, `update_by`, `update_time`) VALUES ('9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-10 17:54:43','%Y-%m-%d %H:%i:%s'), '4f7e17d9c53f41669f8137d046767e54', 'bba76b5b9ea648768014be2b5b2b7d1a', 'system:article:add', '文章添加', '/admin/archives/add', '文章添加', '', NULL);
|
||||||
|
INSERT INTO `system_permission`(`create_by`, `create_time`, `id`, `menu_id`, `permission_code`, `permission_name`, `permission_url`, `remark`, `update_by`, `update_time`) VALUES ('9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-10 16:35:17','%Y-%m-%d %H:%i:%s'), '52dee6913f294f2b91f8bccf58f212a1', '302fc47d7ef24f9e86926b445c007c94', 'system:variable:toadd', '变量添加页面', '/admin/variable/toAdd', '变量添加页面', '', NULL);
|
||||||
|
INSERT INTO `system_permission`(`create_by`, `create_time`, `id`, `menu_id`, `permission_code`, `permission_name`, `permission_url`, `remark`, `update_by`, `update_time`) VALUES ('9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-10 17:39:17','%Y-%m-%d %H:%i:%s'), '52ee486739e349e9ac20d10039c55854', '9a59901cf44f4d8f91a6ec4774ba265f', 'system:theme:page', '风格分页', '/admin/theme/list', '风格列表分页', '', NULL);
|
||||||
|
INSERT INTO `system_permission`(`create_by`, `create_time`, `id`, `menu_id`, `permission_code`, `permission_name`, `permission_url`, `remark`, `update_by`, `update_time`) VALUES ('9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-10 16:35:33','%Y-%m-%d %H:%i:%s'), '53f80cc8c2614c969c10e22e27c74c96', '302fc47d7ef24f9e86926b445c007c94', 'system:variable:delete', '变量删除', '/admin/variable/delete', '变量删除', '', NULL);
|
||||||
|
INSERT INTO `system_permission`(`create_by`, `create_time`, `id`, `menu_id`, `permission_code`, `permission_name`, `permission_url`, `remark`, `update_by`, `update_time`) VALUES ('1443c458e49c44539b63212cba8b9b1e', STR_TO_DATE('2023-04-10 17:43:57','%Y-%m-%d %H:%i:%s'), '549fa86d5ba54e95b21713749043eb7c', 'a2a639ec04a14cfda08f023b16be012b', 'system:user:toadd', '用户添加页面', '/admin/user/toAdd', '用户添加页面', '', NULL);
|
||||||
|
INSERT INTO `system_permission`(`create_by`, `create_time`, `id`, `menu_id`, `permission_code`, `permission_name`, `permission_url`, `remark`, `update_by`, `update_time`) VALUES ('9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-10 17:27:19','%Y-%m-%d %H:%i:%s'), '5904297bb36e44cabcacde6b2e717286', '73af24f76a964beda44c1e541b22cc6b', 'system:field:toadd', '字段添加页面', '/admin/field/toAdd', '字段添加页面', '', NULL);
|
||||||
|
INSERT INTO `system_permission`(`create_by`, `create_time`, `id`, `menu_id`, `permission_code`, `permission_name`, `permission_url`, `remark`, `update_by`, `update_time`) VALUES ('9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-10 17:50:43','%Y-%m-%d %H:%i:%s'), '5c1855b664e948f9acf87b2cb4412cd7', 'bba76b5b9ea648768014be2b5b2b7d1a', 'system:category:add', '栏目添加', '/admin/category/add', '栏目添加', '', NULL);
|
||||||
|
INSERT INTO `system_permission`(`create_by`, `create_time`, `id`, `menu_id`, `permission_code`, `permission_name`, `permission_url`, `remark`, `update_by`, `update_time`) VALUES ('1443c458e49c44539b63212cba8b9b1e', STR_TO_DATE('2023-04-10 17:44:01','%Y-%m-%d %H:%i:%s'), '5d4de92f398d493ca8c811d7d0f8173b', 'a2a639ec04a14cfda08f023b16be012b', 'system:user:delete', '用户删除', '/admin/user/delete', '用户删除', '', NULL);
|
||||||
|
INSERT INTO `system_permission`(`create_by`, `create_time`, `id`, `menu_id`, `permission_code`, `permission_name`, `permission_url`, `remark`, `update_by`, `update_time`) VALUES ('9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-10 17:05:01','%Y-%m-%d %H:%i:%s'), '624af3497f5f46aab08ccb69a5bf3eed', '3f274f5fb2284de0ba0d6d78cba88b25', 'system:permission:add', '权限添加', '/admin/permission/add', '权限添加', '', NULL);
|
||||||
|
INSERT INTO `system_permission`(`create_by`, `create_time`, `id`, `menu_id`, `permission_code`, `permission_name`, `permission_url`, `remark`, `update_by`, `update_time`) VALUES ('9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-10 17:50:47','%Y-%m-%d %H:%i:%s'), '658f4d2b087441a580b3068e6e0b5e03', 'bba76b5b9ea648768014be2b5b2b7d1a', 'system:category:sort', '更新栏目排序', '/admin/category/updateSort', '更新栏目排序', '', NULL);
|
||||||
|
INSERT INTO `system_permission`(`create_by`, `create_time`, `id`, `menu_id`, `permission_code`, `permission_name`, `permission_url`, `remark`, `update_by`, `update_time`) VALUES ('9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-10 17:08:10','%Y-%m-%d %H:%i:%s'), '66c662afec6a47139962dadb8fbc7c63', '4279223df18f4ea6bc2d030169cfb36a', 'system:attachment:add', '附件添加', '/admin/attachment/add', '附件添加', '', NULL);
|
||||||
|
INSERT INTO `system_permission`(`create_by`, `create_time`, `id`, `menu_id`, `permission_code`, `permission_name`, `permission_url`, `remark`, `update_by`, `update_time`) VALUES ('9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-10 17:33:22','%Y-%m-%d %H:%i:%s'), '69f26fc0b7ea45d8b242410849143cd8', '7d9a2cf8f6e542159f02eb8bc0c29adc', 'system:task:add', '任务添加', '/admin/task/add', '任务添加', '', NULL);
|
||||||
|
INSERT INTO `system_permission`(`create_by`, `create_time`, `id`, `menu_id`, `permission_code`, `permission_name`, `permission_url`, `remark`, `update_by`, `update_time`) VALUES ('9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-10 17:27:23','%Y-%m-%d %H:%i:%s'), '69f72de2b835460fa54a1bc89540b66f', '73af24f76a964beda44c1e541b22cc6b', 'system:field:delete', '字段删除', '/admin/field/delete', '字段删除', '', NULL);
|
||||||
|
INSERT INTO `system_permission`(`create_by`, `create_time`, `id`, `menu_id`, `permission_code`, `permission_name`, `permission_url`, `remark`, `update_by`, `update_time`) VALUES ('9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-10 17:05:11','%Y-%m-%d %H:%i:%s'), '6aa5d3a29ddd4e79bb9c1aa3b5151f91', '3f274f5fb2284de0ba0d6d78cba88b25', 'system:permission:toedit', '权限编辑页面', '/admin/permission/toEdit', '权限编辑页面', '', NULL);
|
||||||
|
INSERT INTO `system_permission`(`create_by`, `create_time`, `id`, `menu_id`, `permission_code`, `permission_name`, `permission_url`, `remark`, `update_by`, `update_time`) VALUES ('9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-10 17:27:28','%Y-%m-%d %H:%i:%s'), '6b4b176268d2484492d3c00eeb41b17a', '73af24f76a964beda44c1e541b22cc6b', 'system:field:toedit', '字段编辑页面', '/admin/field/toEdit', '字段编辑页面', '', NULL);
|
||||||
|
INSERT INTO `system_permission`(`create_by`, `create_time`, `id`, `menu_id`, `permission_code`, `permission_name`, `permission_url`, `remark`, `update_by`, `update_time`) VALUES ('9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-10 17:39:06','%Y-%m-%d %H:%i:%s'), '6c773710ee734e56a73f3361df3dada3', '9a59901cf44f4d8f91a6ec4774ba265f', 'system:theme:add', '风格添加', '/admin/theme/add', '风格添加', '', NULL);
|
||||||
|
INSERT INTO `system_permission`(`create_by`, `create_time`, `id`, `menu_id`, `permission_code`, `permission_name`, `permission_url`, `remark`, `update_by`, `update_time`) VALUES ('9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-10 18:04:43','%Y-%m-%d %H:%i:%s'), '6d12857966cb4e33871d6f41163039bb', 'e351b1f957c34ed19471624091721a5a', 'system:database:restore', '数据库还原', '/admin/database/restore', '数据库还原', '', NULL);
|
||||||
|
INSERT INTO `system_permission`(`create_by`, `create_time`, `id`, `menu_id`, `permission_code`, `permission_name`, `permission_url`, `remark`, `update_by`, `update_time`) VALUES ('9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-10 17:50:52','%Y-%m-%d %H:%i:%s'), '6f0894006aae444a8e346c9c8b2a2037', 'bba76b5b9ea648768014be2b5b2b7d1a', 'system:category:toedit', '栏目编辑页面', '/admin/category/toEdit', '栏目编辑页面', '', NULL);
|
||||||
|
INSERT INTO `system_permission`(`create_by`, `create_time`, `id`, `menu_id`, `permission_code`, `permission_name`, `permission_url`, `remark`, `update_by`, `update_time`) VALUES ('9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-10 17:22:43','%Y-%m-%d %H:%i:%s'), '7246d58658274505bbc9548cee9215be', '73af24f76a964beda44c1e541b22cc6b', 'system:form:toedit', '表单模型编辑页面', '/admin/forms/toEdit', '表单模型编辑页面', '', NULL);
|
||||||
|
INSERT INTO `system_permission`(`create_by`, `create_time`, `id`, `menu_id`, `permission_code`, `permission_name`, `permission_url`, `remark`, `update_by`, `update_time`) VALUES ('9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-10 17:05:27','%Y-%m-%d %H:%i:%s'), '74ff05d146f148a3bd60aa6f29fa64a6', '3f274f5fb2284de0ba0d6d78cba88b25', 'system:permission:update', '权限修改', '/admin/permission/update', '权限修改', '', NULL);
|
||||||
|
INSERT INTO `system_permission`(`create_by`, `create_time`, `id`, `menu_id`, `permission_code`, `permission_name`, `permission_url`, `remark`, `update_by`, `update_time`) VALUES ('9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-10 17:50:57','%Y-%m-%d %H:%i:%s'), '757ec4ffac6640c0b3bf9cd1b90125f9', 'bba76b5b9ea648768014be2b5b2b7d1a', 'system:category:delete', '栏目删除', '/admin/category/delete', '栏目删除', '', NULL);
|
||||||
|
INSERT INTO `system_permission`(`create_by`, `create_time`, `id`, `menu_id`, `permission_code`, `permission_name`, `permission_url`, `remark`, `update_by`, `update_time`) VALUES ('9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-10 17:54:48','%Y-%m-%d %H:%i:%s'), '75ebf1ce1d724f30a5c0fb8853e2a157', 'bba76b5b9ea648768014be2b5b2b7d1a', 'system:article:toedit', '文章编辑页面', '/admin/archives/toEdit', '文章编辑页面', '', NULL);
|
||||||
|
INSERT INTO `system_permission`(`create_by`, `create_time`, `id`, `menu_id`, `permission_code`, `permission_name`, `permission_url`, `remark`, `update_by`, `update_time`) VALUES ('9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-10 17:51:01','%Y-%m-%d %H:%i:%s'), '774b62f0c21541f087e7c7fdb66c276e', 'bba76b5b9ea648768014be2b5b2b7d1a', 'system:category:update', '栏目修改', '/admin/category/edit', '栏目修改', '', NULL);
|
||||||
|
INSERT INTO `system_permission`(`create_by`, `create_time`, `id`, `menu_id`, `permission_code`, `permission_name`, `permission_url`, `remark`, `update_by`, `update_time`) VALUES ('1443c458e49c44539b63212cba8b9b1e', STR_TO_DATE('2023-04-10 17:44:06','%Y-%m-%d %H:%i:%s'), '77bbc217e0c74c879956e3427fdf92fd', 'a2a639ec04a14cfda08f023b16be012b', 'system:user:togrant', '用户授权页面', '/admin/user/toGrant', '用户授权页面', '', NULL);
|
||||||
|
INSERT INTO `system_permission`(`create_by`, `create_time`, `id`, `menu_id`, `permission_code`, `permission_name`, `permission_url`, `remark`, `update_by`, `update_time`) VALUES ('1443c458e49c44539b63212cba8b9b1e', STR_TO_DATE('2023-04-10 17:44:09','%Y-%m-%d %H:%i:%s'), '7bc152d0f3154da0a45f38eba46274bc', 'a2a639ec04a14cfda08f023b16be012b', 'system:user:add', '用户添加', '/admin/user/add', '/admin/user', '', NULL);
|
||||||
|
INSERT INTO `system_permission`(`create_by`, `create_time`, `id`, `menu_id`, `permission_code`, `permission_name`, `permission_url`, `remark`, `update_by`, `update_time`) VALUES ('9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-10 17:58:54','%Y-%m-%d %H:%i:%s'), '7d647ebfe4ee4504839b2100f203c099', 'c36571773d8b4430a1c409ec1b3ad901', 'system:static:index', '静态化页面', '/admin/static/toIndex', '静态化页面', '', NULL);
|
||||||
|
INSERT INTO `system_permission`(`create_by`, `create_time`, `id`, `menu_id`, `permission_code`, `permission_name`, `permission_url`, `remark`, `update_by`, `update_time`) VALUES ('9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-10 17:11:39','%Y-%m-%d %H:%i:%s'), '8007bc25749a404c81ae94a26a27d9f2', '3a209b4322064d19a3e4fd776a8caf6d', 'system:role:page', '角色分页', '/admin/role/list', '角色列表分页', '', NULL);
|
||||||
|
INSERT INTO `system_permission`(`create_by`, `create_time`, `id`, `menu_id`, `permission_code`, `permission_name`, `permission_url`, `remark`, `update_by`, `update_time`) VALUES ('9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-10 16:59:51','%Y-%m-%d %H:%i:%s'), '8768c30f6afc4e9880c1c8184d43fda0', '3a209b4322064d19a3e4fd776a8caf6d', 'system:role:delete', '角色删除', '/admin/role/delete', '角色删除', '', NULL);
|
||||||
|
INSERT INTO `system_permission`(`create_by`, `create_time`, `id`, `menu_id`, `permission_code`, `permission_name`, `permission_url`, `remark`, `update_by`, `update_time`) VALUES ('9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-10 17:23:19','%Y-%m-%d %H:%i:%s'), '88062db561414f08bf45297743f6f873', '73af24f76a964beda44c1e541b22cc6b', 'system:form:toadd', '表单模型添加页面', '/admin/forms/toAdd', '表单模型添加页面', '', NULL);
|
||||||
|
INSERT INTO `system_permission`(`create_by`, `create_time`, `id`, `menu_id`, `permission_code`, `permission_name`, `permission_url`, `remark`, `update_by`, `update_time`) VALUES ('9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-10 17:11:41','%Y-%m-%d %H:%i:%s'), '88bc472b75f84a07a68205f53d8b6721', '302fc47d7ef24f9e86926b445c007c94', 'system:variable:page', '变量分页', '/admin/variable/list', '变量列表分页', '', NULL);
|
||||||
|
INSERT INTO `system_permission`(`create_by`, `create_time`, `id`, `menu_id`, `permission_code`, `permission_name`, `permission_url`, `remark`, `update_by`, `update_time`) VALUES ('9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-10 16:59:13','%Y-%m-%d %H:%i:%s'), '8b4036e54b344e89936a89b261e68910', '3a209b4322064d19a3e4fd776a8caf6d', 'system:role:toedit', '角色编辑页面', '/admin/role/toEdit', '角色编辑页面', '', NULL);
|
||||||
|
INSERT INTO `system_permission`(`create_by`, `create_time`, `id`, `menu_id`, `permission_code`, `permission_name`, `permission_url`, `remark`, `update_by`, `update_time`) VALUES ('9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-10 17:51:07','%Y-%m-%d %H:%i:%s'), '8ec6278b500c40549dcf7dee8484cb5a', 'bba76b5b9ea648768014be2b5b2b7d1a', 'system:category:page', '加载子栏目', '/admin/category/loadSon', '加载子栏目', '', NULL);
|
||||||
|
INSERT INTO `system_permission`(`create_by`, `create_time`, `id`, `menu_id`, `permission_code`, `permission_name`, `permission_url`, `remark`, `update_by`, `update_time`) VALUES ('9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-10 17:27:36','%Y-%m-%d %H:%i:%s'), '90f5c75226bc4b24903d52272cb648f4', '73af24f76a964beda44c1e541b22cc6b', 'system:field:update', '字段编辑', '/admin/field/edit', '字段编辑', '', NULL);
|
||||||
|
INSERT INTO `system_permission`(`create_by`, `create_time`, `id`, `menu_id`, `permission_code`, `permission_name`, `permission_url`, `remark`, `update_by`, `update_time`) VALUES ('9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-10 17:37:37','%Y-%m-%d %H:%i:%s'), '94c7660c225c49aba36e72a40c848870', '8e5f3b75442e4daea9519f64aed5e46b', 'system:setting:update', '网站配置编辑', '/admin/system/update', '网站配置修改', '', NULL);
|
||||||
|
INSERT INTO `system_permission`(`create_by`, `create_time`, `id`, `menu_id`, `permission_code`, `permission_name`, `permission_url`, `remark`, `update_by`, `update_time`) VALUES ('9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-10 17:54:55','%Y-%m-%d %H:%i:%s'), 'a044b4b9dc744a4b99d5fcfdfdbb9de0', 'bba76b5b9ea648768014be2b5b2b7d1a', 'system:article:toadd', '文章添加页面', '/admin/archives/toAdd', '文章添加页面', '', NULL);
|
||||||
|
INSERT INTO `system_permission`(`create_by`, `create_time`, `id`, `menu_id`, `permission_code`, `permission_name`, `permission_url`, `remark`, `update_by`, `update_time`) VALUES ('9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-10 16:58:46','%Y-%m-%d %H:%i:%s'), 'a092727121b141728466cfbe30cad4df', '3a209b4322064d19a3e4fd776a8caf6d', 'system:role:toadd', '角色添加页面', '/admin/role/toAdd', '角色添加页面', '', NULL);
|
||||||
|
INSERT INTO `system_permission`(`create_by`, `create_time`, `id`, `menu_id`, `permission_code`, `permission_name`, `permission_url`, `remark`, `update_by`, `update_time`) VALUES ('9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-10 17:23:46','%Y-%m-%d %H:%i:%s'), 'a98eaad89fd04d0c9b92344f7ae964cc', '73af24f76a964beda44c1e541b22cc6b', 'system:form:page', '表单模型分页', '/admin/forms/list', '表单模型列表分页', '', NULL);
|
||||||
|
INSERT INTO `system_permission`(`create_by`, `create_time`, `id`, `menu_id`, `permission_code`, `permission_name`, `permission_url`, `remark`, `update_by`, `update_time`) VALUES ('9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-10 17:33:26','%Y-%m-%d %H:%i:%s'), 'acc03032f1964de5aa29e127fec3423d', '7d9a2cf8f6e542159f02eb8bc0c29adc', 'system:task:delete', '任务删除', '/admin/task/delete', '任务删除', '', NULL);
|
||||||
|
INSERT INTO `system_permission`(`create_by`, `create_time`, `id`, `menu_id`, `permission_code`, `permission_name`, `permission_url`, `remark`, `update_by`, `update_time`) VALUES ('1443c458e49c44539b63212cba8b9b1e', STR_TO_DATE('2023-04-10 17:44:13','%Y-%m-%d %H:%i:%s'), 'ad281cd3eae7429b8ba19d3cfdda82b9', 'a2a639ec04a14cfda08f023b16be012b', 'system:user:update', '用户修改', '/admin/user/update', '用户修改', '', NULL);
|
||||||
|
INSERT INTO `system_permission`(`create_by`, `create_time`, `id`, `menu_id`, `permission_code`, `permission_name`, `permission_url`, `remark`, `update_by`, `update_time`) VALUES ('9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-10 17:20:08','%Y-%m-%d %H:%i:%s'), 'aed59cbffc634186bb50e723706e28a6', '554efae277dc4935b0f683c2fc7511af', 'system:template:save', '保存模板', '/admin/templates/save', '保存模板', '', NULL);
|
||||||
|
INSERT INTO `system_permission`(`create_by`, `create_time`, `id`, `menu_id`, `permission_code`, `permission_name`, `permission_url`, `remark`, `update_by`, `update_time`) VALUES ('1443c458e49c44539b63212cba8b9b1e', STR_TO_DATE('2023-04-10 17:44:19','%Y-%m-%d %H:%i:%s'), 'af50a1c96b1d4cc7b0ebe827a07b12ea', 'a2a639ec04a14cfda08f023b16be012b', 'system:user:toedit', '用户编辑页面', '/admin/user/toEdit', '用户编辑页面', '', NULL);
|
||||||
|
INSERT INTO `system_permission`(`create_by`, `create_time`, `id`, `menu_id`, `permission_code`, `permission_name`, `permission_url`, `remark`, `update_by`, `update_time`) VALUES ('9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-10 18:01:17','%Y-%m-%d %H:%i:%s'), 'af5c1c56f07d4e8e9105297d7033e374', 'e34bc9371b98490f8dd13a01685eb174', 'system:menu:update', '菜单修改', '/admin/menu/update', '菜单修改', '', NULL);
|
||||||
|
INSERT INTO `system_permission`(`create_by`, `create_time`, `id`, `menu_id`, `permission_code`, `permission_name`, `permission_url`, `remark`, `update_by`, `update_time`) VALUES ('9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-10 17:33:31','%Y-%m-%d %H:%i:%s'), 'b02299961fbf4dadb2fe4736a60e25a9', '7d9a2cf8f6e542159f02eb8bc0c29adc', 'system:task:run', '执行任务', '/admin/task/run', '执行任务', '', NULL);
|
||||||
|
INSERT INTO `system_permission`(`create_by`, `create_time`, `id`, `menu_id`, `permission_code`, `permission_name`, `permission_url`, `remark`, `update_by`, `update_time`) VALUES ('9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-10 17:11:29','%Y-%m-%d %H:%i:%s'), 'c212b53705fc440aa28c6643d4ed2504', '4279223df18f4ea6bc2d030169cfb36a', 'system:attachment:page', '附件分页', '/admin/attachment/list', '附件列表分页', '', NULL);
|
||||||
|
INSERT INTO `system_permission`(`create_by`, `create_time`, `id`, `menu_id`, `permission_code`, `permission_name`, `permission_url`, `remark`, `update_by`, `update_time`) VALUES ('9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-10 17:23:30','%Y-%m-%d %H:%i:%s'), 'c6f35c46177749c4ac5cdeb1ae9f0ac6', '73af24f76a964beda44c1e541b22cc6b', 'system:form:delete', '表单模型删除', '/admin/forms/delete', '表单模型删除', '', NULL);
|
||||||
|
INSERT INTO `system_permission`(`create_by`, `create_time`, `id`, `menu_id`, `permission_code`, `permission_name`, `permission_url`, `remark`, `update_by`, `update_time`) VALUES ('9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-10 16:56:49','%Y-%m-%d %H:%i:%s'), 'cafb3df287664753bf689ecb4c987980', '3a209b4322064d19a3e4fd776a8caf6d', 'system:role:togrant', '分配权限页面', '/admin/role/toGrant', '分配权限页面', '', NULL);
|
||||||
|
INSERT INTO `system_permission`(`create_by`, `create_time`, `id`, `menu_id`, `permission_code`, `permission_name`, `permission_url`, `remark`, `update_by`, `update_time`) VALUES ('9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-10 18:04:53','%Y-%m-%d %H:%i:%s'), 'cef8a09ccdd44917a819ab6ffc234fac', 'e351b1f957c34ed19471624091721a5a', 'system:database:tables', '显示所有表', '/admin/database/showTables', '显示所有表', '', NULL);
|
||||||
|
INSERT INTO `system_permission`(`create_by`, `create_time`, `id`, `menu_id`, `permission_code`, `permission_name`, `permission_url`, `remark`, `update_by`, `update_time`) VALUES ('9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-10 16:59:06','%Y-%m-%d %H:%i:%s'), 'cfe4d80d1a734346896f8b7043692ca4', '3a209b4322064d19a3e4fd776a8caf6d', 'system:role:add', '角色添加', '/admin/role/add', '角色添加', '', NULL);
|
||||||
|
INSERT INTO `system_permission`(`create_by`, `create_time`, `id`, `menu_id`, `permission_code`, `permission_name`, `permission_url`, `remark`, `update_by`, `update_time`) VALUES ('9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-10 18:01:21','%Y-%m-%d %H:%i:%s'), 'cff0a61680e743e4961e368f5df4b1ed', 'e34bc9371b98490f8dd13a01685eb174', 'system:menu:add', '菜单添加', '/admin/menu/add', '菜单添加', '', NULL);
|
||||||
|
INSERT INTO `system_permission`(`create_by`, `create_time`, `id`, `menu_id`, `permission_code`, `permission_name`, `permission_url`, `remark`, `update_by`, `update_time`) VALUES ('9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-10 17:20:16','%Y-%m-%d %H:%i:%s'), 'd708435df80f4885a9948eb308825737', '554efae277dc4935b0f683c2fc7511af', 'system:template:view', '查看模板页面', '/admin/templates/toView', '查看模板页面', '', NULL);
|
||||||
|
INSERT INTO `system_permission`(`create_by`, `create_time`, `id`, `menu_id`, `permission_code`, `permission_name`, `permission_url`, `remark`, `update_by`, `update_time`) VALUES ('9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-10 17:55:03','%Y-%m-%d %H:%i:%s'), 'd8bf8e157a874c23b84826ae08ac8dd7', 'bba76b5b9ea648768014be2b5b2b7d1a', 'system:article:page', '文章分页', '/admin/archives/list', '文章列表分页', '', NULL);
|
||||||
|
INSERT INTO `system_permission`(`create_by`, `create_time`, `id`, `menu_id`, `permission_code`, `permission_name`, `permission_url`, `remark`, `update_by`, `update_time`) VALUES ('9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-10 17:33:35','%Y-%m-%d %H:%i:%s'), 'd8c4ce82dbd6456f8c9e4747d0e3b432', '7d9a2cf8f6e542159f02eb8bc0c29adc', 'system:task:toadd', '任务添加页面', '/admin/task/toAdd', '任务添加页面', '', NULL);
|
||||||
|
INSERT INTO `system_permission`(`create_by`, `create_time`, `id`, `menu_id`, `permission_code`, `permission_name`, `permission_url`, `remark`, `update_by`, `update_time`) VALUES ('9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-10 17:05:29','%Y-%m-%d %H:%i:%s'), 'dce21ad906264745a30373629e7c8884', '3f274f5fb2284de0ba0d6d78cba88b25', 'system:permission:delete', '权限删除', '/admin/permission/delete', '权限删除', '', NULL);
|
||||||
|
INSERT INTO `system_permission`(`create_by`, `create_time`, `id`, `menu_id`, `permission_code`, `permission_name`, `permission_url`, `remark`, `update_by`, `update_time`) VALUES ('9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-10 18:04:58','%Y-%m-%d %H:%i:%s'), 'e9c1bbd7ae734f0dbb452662bae28766', 'e351b1f957c34ed19471624091721a5a', 'system:database:backup', '备份数据表', '/admin/database/backup', '备份数据表', '', NULL);
|
||||||
|
INSERT INTO `system_permission`(`create_by`, `create_time`, `id`, `menu_id`, `permission_code`, `permission_name`, `permission_url`, `remark`, `update_by`, `update_time`) VALUES ('9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-10 16:59:26','%Y-%m-%d %H:%i:%s'), 'ebe7715a8cc347658cd7170dedc72264', '3a209b4322064d19a3e4fd776a8caf6d', 'system:role:update', '角色修改', '/admin/role/update', '角色修改', '', NULL);
|
||||||
|
INSERT INTO `system_permission`(`create_by`, `create_time`, `id`, `menu_id`, `permission_code`, `permission_name`, `permission_url`, `remark`, `update_by`, `update_time`) VALUES ('9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-10 18:01:28','%Y-%m-%d %H:%i:%s'), 'f2b31d257c81432f9e6d74dd935e193b', 'e34bc9371b98490f8dd13a01685eb174', 'system:menu:toadd', '菜单添加页面', '/admin/menu/toAdd', '菜单添加页面', '', NULL);
|
||||||
|
INSERT INTO `system_permission`(`create_by`, `create_time`, `id`, `menu_id`, `permission_code`, `permission_name`, `permission_url`, `remark`, `update_by`, `update_time`) VALUES ('9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-10 18:05:07','%Y-%m-%d %H:%i:%s'), 'f65a2c299f5d4131b5a42bf8d727fce0', 'e351b1f957c34ed19471624091721a5a', 'system:database:struct', '查看表结构', '/admin/database/showStruct', '查看表结构', '', NULL);
|
||||||
|
INSERT INTO `system_permission`(`create_by`, `create_time`, `id`, `menu_id`, `permission_code`, `permission_name`, `permission_url`, `remark`, `update_by`, `update_time`) VALUES ('9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-10 18:05:17','%Y-%m-%d %H:%i:%s'), 'fac8472bcaed4cef86c34739d0763cde', 'e351b1f957c34ed19471624091721a5a', 'system:database:torestore', '数据库还原页面', '/admin/database/toRestore', '数据库还原页面', '', NULL);
|
||||||
|
INSERT INTO `system_permission`(`create_by`, `create_time`, `id`, `menu_id`, `permission_code`, `permission_name`, `permission_url`, `remark`, `update_by`, `update_time`) VALUES ('9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-10 17:55:09','%Y-%m-%d %H:%i:%s'), 'fc73b83db35844a1b7d707a92326c036', 'bba76b5b9ea648768014be2b5b2b7d1a', 'system:article:delete', '文章删除', '/admin/archives/delete', '文章删除', '', NULL);
|
||||||
|
INSERT INTO `system_permission`(`create_by`, `create_time`, `id`, `menu_id`, `permission_code`, `permission_name`, `permission_url`, `remark`, `update_by`, `update_time`) VALUES ('9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-10 17:33:41','%Y-%m-%d %H:%i:%s'), 'fd5fb667850a4595a56115ad330e8d1b', '7d9a2cf8f6e542159f02eb8bc0c29adc', 'system:task:status', '启用或禁用任务', '/admin/task/changeStatus', '启用或禁用任务', '', NULL);
|
25
backups/2025-04-09/2025-04-09_system_question.sql
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
/*
|
||||||
|
Dreamer CMS 数据库备份工具 时间:2025-04-09
|
||||||
|
*/
|
||||||
|
|
||||||
|
DROP TABLE IF EXISTS `system_question`;
|
||||||
|
|
||||||
|
/*
|
||||||
|
Table structure for table `system_question`
|
||||||
|
*/
|
||||||
|
CREATE TABLE `system_question` (
|
||||||
|
`id` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL,
|
||||||
|
`aid` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL COMMENT '主表ID',
|
||||||
|
`ext01` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL,
|
||||||
|
`ext02` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL,
|
||||||
|
`ext03` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL,
|
||||||
|
`ext04` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL,
|
||||||
|
`ext05` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL,
|
||||||
|
`answer` mediumtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin,
|
||||||
|
PRIMARY KEY (`id`)
|
||||||
|
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;
|
||||||
|
|
||||||
|
/*
|
||||||
|
Data for table `system_question`
|
||||||
|
*/
|
||||||
|
INSERT INTO `system_question`(`aid`, `answer`, `ext01`, `ext02`, `ext03`, `ext04`, `ext05`, `id`) VALUES ('07d10ba665644d40ba558b0fe3d4831f', '<p style="box-sizing: border-box; margin: 0px 0em 16px; line-height: 1.6; word-break: break-word; color: rgb(64, 72, 91); font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Liberation Sans", "PingFang SC", "Microsoft YaHei", "Hiragino Sans GB", "Wenquanyi Micro Hei", "WenQuanYi Zen Hei", "ST Heiti", SimHei, SimSun, "WenQuanYi Zen Hei Sharp", sans-serif; white-space: normal; background-color: rgb(255, 255, 255);"><span style="font-size: 14px;">CMS包括两个部分(代码部分、资源部分)代码不多说。资源就是图片、模版等,该目录在application.yml中web.resource-path配置项目中配置。视频教程:</span></p><pre style="box-sizing: border-box; overflow: auto; font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; font-size: 13.6px; margin-top: 0px; margin-bottom: 0px; overflow-wrap: normal; padding: 16px; line-height: 1.45; background-color: rgb(39, 40, 34); border-radius: 3px; word-break: normal; min-height: 52px; tab-size: 4; color: rgb(248, 248, 242);"><span style="font-size: 14px;">CMS后台使用教程:https://www.iteachyou.cc/list-6s3bg7tf/dreamercms/1/10Dreamer <br/>CMS模版开发教程:https://www.iteachyou.cc/list-l54xs53b/tempdev/1/10 <br/>百度网盘下载链接:https://pan.baidu.com/s/1plsfBl_ds_5TkVa-yRkESQ 提取码:2c8i<br/>在线观看视频地址:https://space.bilibili.com/482273402<br/></span></pre><p><span style="font-size: 14px;">1. 克隆项目到本地工作空间</span></p><p><span style="font-size: 14px;">2. 导入Eclipse或Sts等开发工具(推荐使用Spring Tools Suite 4),项目需要使用Lombok支持,Lombok安装教程,请参考</span><a href="https://gitee.com/link?target=https%3A%2F%2Fwww.iteachyou.cc%2Farticle%2F55ec2939c29147eca5bebabf19621655" style="box-sizing: border-box; background: transparent; color: rgb(9, 94, 171); text-decoration: underline; cursor: pointer; overflow-wrap: break-word; font-size: 14px;"><span style="font-size: 14px;">https://www.iteachyou.cc/article/55ec2939c29147eca5bebabf19621655</span></a></p><p><span style="font-size: 14px;">3. 项目需要Redis,请自行修改application.yml中Redis配置</span></p><p><span style="font-size: 14px;">4. 修改项目资源目录,application.yml文件web.resource-path配置项(如D:/dreamer-cms/)</span></p><p><span style="font-size: 14px;">5. 导入数据库src/main/resources/db/db.sql,要求Mysql5.7版本,并修改application-(dev|prd).yml中数据配置</span></p><p><span style="font-size: 14px;">6. 将项目src/main/resources/db/dreamer-cms.zip文件解压,保证解压后的目录路径的名称和资源目录一致</span></p><p><span style="font-size: 14px;">7. 运行项目DreamerCMSApplication.java</span></p><p><span style="font-size: 14px;">8. 网站首页:</span><a href="https://gitee.com/link?target=http%3A%2F%2Flocalhost%3A8888" style="box-sizing: border-box; background: transparent; color: rgb(9, 94, 171); text-decoration: underline; cursor: pointer; overflow-wrap: break-word; font-size: 14px;"><span style="font-size: 14px;">http://localhost:8888</span></a><span style="font-size: 14px;"> 项目管理后台:</span><a href="https://gitee.com/link?target=http%3A%2F%2Flocalhost%3A8888%2Fadmin" style="box-sizing: border-box; background: transparent; color: rgb(9, 94, 171); text-decoration: underline; cursor: pointer; overflow-wrap: break-word; font-size: 14px;"><span style="font-size: 14px;">http://localhost:8888/admin</span></a></p><p><span style="font-size: 14px;">9. 管理后台用户名:wangjn;密码:123456</span></p><p><span style="font-size: 14px;">10. 模版标签开发教程请参考:</span><a href="https://gitee.com/link?target=http%3A%2F%2Fdoc.www.iteachyou.cc" style="box-sizing: border-box; background: transparent; color: rgb(9, 94, 171); text-decoration: underline; cursor: pointer; overflow-wrap: break-word; font-size: 14px;"><span style="font-size: 14px;">http://doc.www.iteachyou.cc</span></a></p><p><br/></p>', '', '', '', '', '', 'b978ae1d04754e2686397489391cbb53');
|
26
backups/2025-04-09/2025-04-09_system_role.sql
Normal file
@ -0,0 +1,26 @@
|
|||||||
|
/*
|
||||||
|
Dreamer CMS 数据库备份工具 时间:2025-04-09
|
||||||
|
*/
|
||||||
|
|
||||||
|
DROP TABLE IF EXISTS `system_role`;
|
||||||
|
|
||||||
|
/*
|
||||||
|
Table structure for table `system_role`
|
||||||
|
*/
|
||||||
|
CREATE TABLE `system_role` (
|
||||||
|
`id` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL,
|
||||||
|
`role_name` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL COMMENT '角色名称',
|
||||||
|
`role_code` varchar(8) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL COMMENT '角色编码',
|
||||||
|
`create_by` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL,
|
||||||
|
`create_time` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
|
||||||
|
`update_by` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL,
|
||||||
|
`update_time` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
|
||||||
|
PRIMARY KEY (`id`)
|
||||||
|
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;
|
||||||
|
|
||||||
|
/*
|
||||||
|
Data for table `system_role`
|
||||||
|
*/
|
||||||
|
INSERT INTO `system_role`(`create_by`, `create_time`, `id`, `role_code`, `role_name`, `update_by`, `update_time`) VALUES ('9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-04-11 08:21:36','%Y-%m-%d %H:%i:%s'), '08d8ce83eef944d88f0817187c308bfd', '11111111', '演示角色', '', NULL);
|
||||||
|
INSERT INTO `system_role`(`create_by`, `create_time`, `id`, `role_code`, `role_name`, `update_by`, `update_time`) VALUES ('9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2025-04-09 10:45:44','%Y-%m-%d %H:%i:%s'), '1909799863477366784', '44l7pwq9', '管理员', '', NULL);
|
||||||
|
INSERT INTO `system_role`(`create_by`, `create_time`, `id`, `role_code`, `role_name`, `update_by`, `update_time`) VALUES ('9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2021-03-09 07:24:25','%Y-%m-%d %H:%i:%s'), '51c3cad610ce4dc4a279df50eec4d1ff', '00000000', '超级管理员', '', NULL);
|
158
backups/2025-04-09/2025-04-09_system_role_permission.sql
Normal file
@ -0,0 +1,158 @@
|
|||||||
|
/*
|
||||||
|
Dreamer CMS 数据库备份工具 时间:2025-04-09
|
||||||
|
*/
|
||||||
|
|
||||||
|
DROP TABLE IF EXISTS `system_role_permission`;
|
||||||
|
|
||||||
|
/*
|
||||||
|
Table structure for table `system_role_permission`
|
||||||
|
*/
|
||||||
|
CREATE TABLE `system_role_permission` (
|
||||||
|
`id` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL,
|
||||||
|
`role_id` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL COMMENT '角色ID',
|
||||||
|
`permission_id` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL COMMENT '权限ID',
|
||||||
|
`type` int DEFAULT '1' COMMENT '类型(1:菜单;2:权限)',
|
||||||
|
PRIMARY KEY (`id`)
|
||||||
|
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;
|
||||||
|
|
||||||
|
/*
|
||||||
|
Data for table `system_role_permission`
|
||||||
|
*/
|
||||||
|
INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1645626994450268160', '302fc47d7ef24f9e86926b445c007c94', '08d8ce83eef944d88f0817187c308bfd', 1);
|
||||||
|
INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1645626994450268161', '0021626fece146b29d5c11371795174f', '08d8ce83eef944d88f0817187c308bfd', 2);
|
||||||
|
INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1645626994450268162', '24448371caaf44d889911de27259df03', '08d8ce83eef944d88f0817187c308bfd', 2);
|
||||||
|
INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1645626994450268163', '439f1457e59c4b2188d9c0a5aa74530d', '08d8ce83eef944d88f0817187c308bfd', 2);
|
||||||
|
INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1645626994450268164', '52dee6913f294f2b91f8bccf58f212a1', '08d8ce83eef944d88f0817187c308bfd', 2);
|
||||||
|
INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1645626994450268165', '53f80cc8c2614c969c10e22e27c74c96', '08d8ce83eef944d88f0817187c308bfd', 2);
|
||||||
|
INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1645626994450268166', '88bc472b75f84a07a68205f53d8b6721', '08d8ce83eef944d88f0817187c308bfd', 2);
|
||||||
|
INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1645626994450268167', '3dc943d341a54ef78d0810d6e18db2b6', '08d8ce83eef944d88f0817187c308bfd', 2);
|
||||||
|
INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1645626994450268168', '4279223df18f4ea6bc2d030169cfb36a', '08d8ce83eef944d88f0817187c308bfd', 1);
|
||||||
|
INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1645626994450268169', 'c212b53705fc440aa28c6643d4ed2504', '08d8ce83eef944d88f0817187c308bfd', 2);
|
||||||
|
INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1645626994450268170', '288636f1dda441fabc33e0c1303e1f8f', '08d8ce83eef944d88f0817187c308bfd', 2);
|
||||||
|
INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1645626994450268171', '73af24f76a964beda44c1e541b22cc6b', '08d8ce83eef944d88f0817187c308bfd', 1);
|
||||||
|
INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1645626994450268172', '1dea679eee5d4d55b312a3cc2c3d6cb9', '08d8ce83eef944d88f0817187c308bfd', 2);
|
||||||
|
INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1645626994450268173', '464188e9e2ab44838c51b333dc8a7cab', '08d8ce83eef944d88f0817187c308bfd', 2);
|
||||||
|
INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1645626994450268174', '5904297bb36e44cabcacde6b2e717286', '08d8ce83eef944d88f0817187c308bfd', 2);
|
||||||
|
INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1645626994450268175', '69f72de2b835460fa54a1bc89540b66f', '08d8ce83eef944d88f0817187c308bfd', 2);
|
||||||
|
INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1645626994450268176', '6b4b176268d2484492d3c00eeb41b17a', '08d8ce83eef944d88f0817187c308bfd', 2);
|
||||||
|
INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1645626994450268177', '88062db561414f08bf45297743f6f873', '08d8ce83eef944d88f0817187c308bfd', 2);
|
||||||
|
INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1645626994450268178', '90f5c75226bc4b24903d52272cb648f4', '08d8ce83eef944d88f0817187c308bfd', 2);
|
||||||
|
INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1645626994450268179', 'a98eaad89fd04d0c9b92344f7ae964cc', '08d8ce83eef944d88f0817187c308bfd', 2);
|
||||||
|
INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1645626994450268180', 'c6f35c46177749c4ac5cdeb1ae9f0ac6', '08d8ce83eef944d88f0817187c308bfd', 2);
|
||||||
|
INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1645626994450268181', '8e4e2a664ff2486695788a284b5b01d5', '08d8ce83eef944d88f0817187c308bfd', 1);
|
||||||
|
INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1645626994450268182', '1645368296356196352', '08d8ce83eef944d88f0817187c308bfd', 2);
|
||||||
|
INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1645626994450268183', '9a59901cf44f4d8f91a6ec4774ba265f', '08d8ce83eef944d88f0817187c308bfd', 1);
|
||||||
|
INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1645626994450268184', '1645361764222644224', '08d8ce83eef944d88f0817187c308bfd', 2);
|
||||||
|
INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1645626994450268185', '52ee486739e349e9ac20d10039c55854', '08d8ce83eef944d88f0817187c308bfd', 2);
|
||||||
|
INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1645626994450268186', 'bba76b5b9ea648768014be2b5b2b7d1a', '08d8ce83eef944d88f0817187c308bfd', 1);
|
||||||
|
INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1645626994450268187', '02317939fd7a4e7fa2afb96b8d7fbdf7', '08d8ce83eef944d88f0817187c308bfd', 2);
|
||||||
|
INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1645626994450268188', '4cada378f9c94faab51abc7b074c4b21', '08d8ce83eef944d88f0817187c308bfd', 2);
|
||||||
|
INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1645626994450268189', '5c1855b664e948f9acf87b2cb4412cd7', '08d8ce83eef944d88f0817187c308bfd', 2);
|
||||||
|
INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1909799984449482752', '302fc47d7ef24f9e86926b445c007c94', '1909799863477366784', 1);
|
||||||
|
INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1909799984449482753', '0021626fece146b29d5c11371795174f', '1909799863477366784', 2);
|
||||||
|
INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1909799984449482754', '24448371caaf44d889911de27259df03', '1909799863477366784', 2);
|
||||||
|
INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1909799984449482755', '3dc943d341a54ef78d0810d6e18db2b6', '1909799863477366784', 2);
|
||||||
|
INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1909799984449482756', '439f1457e59c4b2188d9c0a5aa74530d', '1909799863477366784', 2);
|
||||||
|
INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1909799984449482757', '52dee6913f294f2b91f8bccf58f212a1', '1909799863477366784', 2);
|
||||||
|
INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1909799984449482758', '53f80cc8c2614c969c10e22e27c74c96', '1909799863477366784', 2);
|
||||||
|
INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1909799984449482759', '88bc472b75f84a07a68205f53d8b6721', '1909799863477366784', 2);
|
||||||
|
INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1909799984449482760', '4279223df18f4ea6bc2d030169cfb36a', '1909799863477366784', 1);
|
||||||
|
INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1909799984449482761', '288636f1dda441fabc33e0c1303e1f8f', '1909799863477366784', 2);
|
||||||
|
INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1909799984449482762', '66c662afec6a47139962dadb8fbc7c63', '1909799863477366784', 2);
|
||||||
|
INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1909799984449482763', 'c212b53705fc440aa28c6643d4ed2504', '1909799863477366784', 2);
|
||||||
|
INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1909799984449482764', '554efae277dc4935b0f683c2fc7511af', '1909799863477366784', 1);
|
||||||
|
INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1909799984449482765', '1834abd8a8444da9b3261eab1921e48b', '1909799863477366784', 2);
|
||||||
|
INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1909799984449482766', '22a32bcea576405390c3d9134a2b4aa3', '1909799863477366784', 2);
|
||||||
|
INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1909799984449482767', 'aed59cbffc634186bb50e723706e28a6', '1909799863477366784', 2);
|
||||||
|
INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1909799984449482768', 'd708435df80f4885a9948eb308825737', '1909799863477366784', 2);
|
||||||
|
INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1909799984449482769', '73af24f76a964beda44c1e541b22cc6b', '1909799863477366784', 1);
|
||||||
|
INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1909799984449482770', '1dea679eee5d4d55b312a3cc2c3d6cb9', '1909799863477366784', 2);
|
||||||
|
INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1909799984449482771', '3db8b8b77958494bb099060007102f64', '1909799863477366784', 2);
|
||||||
|
INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1909799984449482772', '464188e9e2ab44838c51b333dc8a7cab', '1909799863477366784', 2);
|
||||||
|
INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1909799984449482773', '5904297bb36e44cabcacde6b2e717286', '1909799863477366784', 2);
|
||||||
|
INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1909799984449482774', '69f72de2b835460fa54a1bc89540b66f', '1909799863477366784', 2);
|
||||||
|
INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1909799984449482775', '6b4b176268d2484492d3c00eeb41b17a', '1909799863477366784', 2);
|
||||||
|
INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1909799984449482776', '7246d58658274505bbc9548cee9215be', '1909799863477366784', 2);
|
||||||
|
INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1909799984449482777', '88062db561414f08bf45297743f6f873', '1909799863477366784', 2);
|
||||||
|
INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1909799984449482778', '90f5c75226bc4b24903d52272cb648f4', '1909799863477366784', 2);
|
||||||
|
INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1909799984449482779', 'a98eaad89fd04d0c9b92344f7ae964cc', '1909799863477366784', 2);
|
||||||
|
INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1909799984449482780', 'c6f35c46177749c4ac5cdeb1ae9f0ac6', '1909799863477366784', 2);
|
||||||
|
INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1909799984449482781', '8e4e2a664ff2486695788a284b5b01d5', '1909799863477366784', 1);
|
||||||
|
INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1909799984449482782', '1645368296356196352', '1909799863477366784', 2);
|
||||||
|
INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1909799984449482783', '1645368378262564864', '1909799863477366784', 2);
|
||||||
|
INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1909799984449482784', '8e5f3b75442e4daea9519f64aed5e46b', '1909799863477366784', 1);
|
||||||
|
INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1909799984449482785', '4d44a773fbae4009a7eb9cea814d264a', '1909799863477366784', 2);
|
||||||
|
INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1909799984449482786', '94c7660c225c49aba36e72a40c848870', '1909799863477366784', 2);
|
||||||
|
INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1909799984449482787', '9a59901cf44f4d8f91a6ec4774ba265f', '1909799863477366784', 1);
|
||||||
|
INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1909799984449482788', '1645361764222644224', '1909799863477366784', 2);
|
||||||
|
INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1909799984449482789', '2d030ca88d0945008fd2af849538c288', '1909799863477366784', 2);
|
||||||
|
INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1909799984449482790', '3e3c9021ff864c1d8f8c060c770b3ade', '1909799863477366784', 2);
|
||||||
|
INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1909799984449482791', '52ee486739e349e9ac20d10039c55854', '1909799863477366784', 2);
|
||||||
|
INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1909799984449482792', '6c773710ee734e56a73f3361df3dada3', '1909799863477366784', 2);
|
||||||
|
INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1909799984449482793', 'bba76b5b9ea648768014be2b5b2b7d1a', '1909799863477366784', 1);
|
||||||
|
INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1909799984449482794', '02317939fd7a4e7fa2afb96b8d7fbdf7', '1909799863477366784', 2);
|
||||||
|
INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1909799984449482795', '409cbc0a45a9409eab73b1e4dace337a', '1909799863477366784', 2);
|
||||||
|
INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1909799984449482796', '4cada378f9c94faab51abc7b074c4b21', '1909799863477366784', 2);
|
||||||
|
INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1909799984449482797', '4f7e17d9c53f41669f8137d046767e54', '1909799863477366784', 2);
|
||||||
|
INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1909799984449482798', '5c1855b664e948f9acf87b2cb4412cd7', '1909799863477366784', 2);
|
||||||
|
INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1909799984449482799', '658f4d2b087441a580b3068e6e0b5e03', '1909799863477366784', 2);
|
||||||
|
INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1909799984449482800', '6f0894006aae444a8e346c9c8b2a2037', '1909799863477366784', 2);
|
||||||
|
INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1909799984449482801', '757ec4ffac6640c0b3bf9cd1b90125f9', '1909799863477366784', 2);
|
||||||
|
INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1909799984449482802', '75ebf1ce1d724f30a5c0fb8853e2a157', '1909799863477366784', 2);
|
||||||
|
INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1909799984449482803', '774b62f0c21541f087e7c7fdb66c276e', '1909799863477366784', 2);
|
||||||
|
INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1909799984449482804', '8ec6278b500c40549dcf7dee8484cb5a', '1909799863477366784', 2);
|
||||||
|
INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1909799984449482805', 'a044b4b9dc744a4b99d5fcfdfdbb9de0', '1909799863477366784', 2);
|
||||||
|
INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1909799984449482806', 'd8bf8e157a874c23b84826ae08ac8dd7', '1909799863477366784', 2);
|
||||||
|
INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1909799984449482807', 'fc73b83db35844a1b7d707a92326c036', '1909799863477366784', 2);
|
||||||
|
INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1909799984449482808', 'c36571773d8b4430a1c409ec1b3ad901', '1909799863477366784', 1);
|
||||||
|
INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1909799984449482809', '00c06f4d546f4076af86d95a1781eb8d', '1909799863477366784', 2);
|
||||||
|
INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1909799984449482810', '32e9850a99c444ff918d312364795310', '1909799863477366784', 2);
|
||||||
|
INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1909799984449482811', '7d647ebfe4ee4504839b2100f203c099', '1909799863477366784', 2);
|
||||||
|
INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1909799984449482812', 'd54278919d67487f94f136389c2f26e0', '1909799863477366784', 1);
|
||||||
|
INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1909799984449482813', '3a209b4322064d19a3e4fd776a8caf6d', '1909799863477366784', 1);
|
||||||
|
INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1909799984449482814', '36397947b81d472c9f8be0b047643570', '1909799863477366784', 2);
|
||||||
|
INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1909799984449482815', '8007bc25749a404c81ae94a26a27d9f2', '1909799863477366784', 2);
|
||||||
|
INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1909799984449482816', '8768c30f6afc4e9880c1c8184d43fda0', '1909799863477366784', 2);
|
||||||
|
INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1909799984449482817', '8b4036e54b344e89936a89b261e68910', '1909799863477366784', 2);
|
||||||
|
INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1909799984449482818', 'a092727121b141728466cfbe30cad4df', '1909799863477366784', 2);
|
||||||
|
INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1909799984449482819', 'cafb3df287664753bf689ecb4c987980', '1909799863477366784', 2);
|
||||||
|
INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1909799984449482820', 'cfe4d80d1a734346896f8b7043692ca4', '1909799863477366784', 2);
|
||||||
|
INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1909799984449482821', 'ebe7715a8cc347658cd7170dedc72264', '1909799863477366784', 2);
|
||||||
|
INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1909799984449482822', '3f274f5fb2284de0ba0d6d78cba88b25', '1909799863477366784', 1);
|
||||||
|
INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1909799984449482823', '06978840c3144bad8d932a439978bb11', '1909799863477366784', 2);
|
||||||
|
INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1909799984449482824', '3da506ac7fa641c59cce5da3d4abe923', '1909799863477366784', 2);
|
||||||
|
INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1909799984449482825', '624af3497f5f46aab08ccb69a5bf3eed', '1909799863477366784', 2);
|
||||||
|
INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1909799984449482826', '6aa5d3a29ddd4e79bb9c1aa3b5151f91', '1909799863477366784', 2);
|
||||||
|
INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1909799984449482827', '74ff05d146f148a3bd60aa6f29fa64a6', '1909799863477366784', 2);
|
||||||
|
INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1909799984449482828', 'dce21ad906264745a30373629e7c8884', '1909799863477366784', 2);
|
||||||
|
INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1909799984449482829', '7d9a2cf8f6e542159f02eb8bc0c29adc', '1909799863477366784', 1);
|
||||||
|
INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1909799984449482830', '27ed46e1fdfb4ed0a2d8d17f74687eb8', '1909799863477366784', 2);
|
||||||
|
INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1909799984449482831', '28e65447e7334c64840931816c61aa88', '1909799863477366784', 2);
|
||||||
|
INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1909799984449482832', '3e81f20878754f4ca1396c2f330df94a', '1909799863477366784', 2);
|
||||||
|
INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1909799984449482833', '69f26fc0b7ea45d8b242410849143cd8', '1909799863477366784', 2);
|
||||||
|
INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1909799984449482834', 'acc03032f1964de5aa29e127fec3423d', '1909799863477366784', 2);
|
||||||
|
INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1909799984449482835', 'b02299961fbf4dadb2fe4736a60e25a9', '1909799863477366784', 2);
|
||||||
|
INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1909799984449482836', 'd8c4ce82dbd6456f8c9e4747d0e3b432', '1909799863477366784', 2);
|
||||||
|
INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1909799984449482837', 'fd5fb667850a4595a56115ad330e8d1b', '1909799863477366784', 2);
|
||||||
|
INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1909799984449482838', 'a2a639ec04a14cfda08f023b16be012b', '1909799863477366784', 1);
|
||||||
|
INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1909799984449482839', '2ac8fbc2a6f144309c2872f390c6cc5e', '1909799863477366784', 2);
|
||||||
|
INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1909799984449482840', '43477ac0764c4ace8a2ee0fbcec94bf6', '1909799863477366784', 2);
|
||||||
|
INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1909799984449482841', '549fa86d5ba54e95b21713749043eb7c', '1909799863477366784', 2);
|
||||||
|
INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1909799984449482842', '5d4de92f398d493ca8c811d7d0f8173b', '1909799863477366784', 2);
|
||||||
|
INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1909799984449482843', '77bbc217e0c74c879956e3427fdf92fd', '1909799863477366784', 2);
|
||||||
|
INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1909799984449482844', '7bc152d0f3154da0a45f38eba46274bc', '1909799863477366784', 2);
|
||||||
|
INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1909799984449482845', 'ad281cd3eae7429b8ba19d3cfdda82b9', '1909799863477366784', 2);
|
||||||
|
INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1909799984449482846', 'af50a1c96b1d4cc7b0ebe827a07b12ea', '1909799863477366784', 2);
|
||||||
|
INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1909799984449482847', 'e34bc9371b98490f8dd13a01685eb174', '1909799863477366784', 1);
|
||||||
|
INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1909799984449482848', '1af8eb6fe8b2467299b5e3982334680c', '1909799863477366784', 2);
|
||||||
|
INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1909799984449482849', '1b60036611154e578000acb2f7e85806', '1909799863477366784', 2);
|
||||||
|
INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1909799984449482850', '2081aa9f80494a2db466ccf574eb5d9e', '1909799863477366784', 2);
|
||||||
|
INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1909799984449482851', 'af5c1c56f07d4e8e9105297d7033e374', '1909799863477366784', 2);
|
||||||
|
INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1909799984449482852', 'cff0a61680e743e4961e368f5df4b1ed', '1909799863477366784', 2);
|
||||||
|
INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1909799984449482853', 'f2b31d257c81432f9e6d74dd935e193b', '1909799863477366784', 2);
|
||||||
|
INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1909799984449482854', 'e351b1f957c34ed19471624091721a5a', '1909799863477366784', 1);
|
||||||
|
INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1909799984449482855', '6d12857966cb4e33871d6f41163039bb', '1909799863477366784', 2);
|
||||||
|
INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1909799984449482856', 'cef8a09ccdd44917a819ab6ffc234fac', '1909799863477366784', 2);
|
||||||
|
INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1909799984449482857', 'e9c1bbd7ae734f0dbb452662bae28766', '1909799863477366784', 2);
|
||||||
|
INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1909799984449482858', 'f65a2c299f5d4131b5a42bf8d727fce0', '1909799863477366784', 2);
|
||||||
|
INSERT INTO `system_role_permission`(`id`, `permission_id`, `role_id`, `type`) VALUES ('1909799984449482859', 'fac8472bcaed4cef86c34739d0763cde', '1909799863477366784', 2);
|
27
backups/2025-04-09/2025-04-09_system_scheduled.sql
Normal file
@ -0,0 +1,27 @@
|
|||||||
|
/*
|
||||||
|
Dreamer CMS 数据库备份工具 时间:2025-04-09
|
||||||
|
*/
|
||||||
|
|
||||||
|
DROP TABLE IF EXISTS `system_scheduled`;
|
||||||
|
|
||||||
|
/*
|
||||||
|
Table structure for table `system_scheduled`
|
||||||
|
*/
|
||||||
|
CREATE TABLE `system_scheduled` (
|
||||||
|
`id` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL,
|
||||||
|
`task_name` varchar(128) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL COMMENT '任务名称',
|
||||||
|
`clazz_name` varchar(512) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL COMMENT '完整类路径',
|
||||||
|
`cron_expression` varchar(128) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL COMMENT 'cron表达式',
|
||||||
|
`remark` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin COMMENT '描述',
|
||||||
|
`status` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL COMMENT '状态(1:启用;0:禁用)',
|
||||||
|
`create_by` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL,
|
||||||
|
`create_time` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
|
||||||
|
`update_by` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL,
|
||||||
|
`update_time` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
|
||||||
|
PRIMARY KEY (`id`)
|
||||||
|
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;
|
||||||
|
|
||||||
|
/*
|
||||||
|
Data for table `system_scheduled`
|
||||||
|
*/
|
||||||
|
INSERT INTO `system_scheduled`(`clazz_name`, `create_by`, `create_time`, `cron_expression`, `id`, `remark`, `status`, `task_name`, `update_by`, `update_time`) VALUES ('cc.iteachyou.cms.task.tasks.DataBaseBackupTask', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2022-07-23 11:01:23','%Y-%m-%d %H:%i:%s'), '*/5 * * * * ?', 'e634e0b659fd456fa23946840734ac19', '数据库备份(每日0点备份一次)', '0', '数据库备份', '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2021-03-16 03:55:31','%Y-%m-%d %H:%i:%s'));
|
75
backups/2025-04-09/2025-04-09_system_search.sql
Normal file
@ -0,0 +1,75 @@
|
|||||||
|
/*
|
||||||
|
Dreamer CMS 数据库备份工具 时间:2025-04-09
|
||||||
|
*/
|
||||||
|
|
||||||
|
DROP TABLE IF EXISTS `system_search`;
|
||||||
|
|
||||||
|
/*
|
||||||
|
Table structure for table `system_search`
|
||||||
|
*/
|
||||||
|
CREATE TABLE `system_search` (
|
||||||
|
`id` varchar(32) NOT NULL,
|
||||||
|
`keywords` varchar(128) NOT NULL COMMENT '文章标题',
|
||||||
|
`create_time` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
|
||||||
|
PRIMARY KEY (`id`)
|
||||||
|
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||||||
|
|
||||||
|
/*
|
||||||
|
Data for table `system_search`
|
||||||
|
*/
|
||||||
|
INSERT INTO `system_search`(`create_time`, `id`, `keywords`) VALUES (STR_TO_DATE('2020-04-02 03:17:33','%Y-%m-%d %H:%i:%s'), '0576a469a5d44f5189c15108c7faeab2', '商务展会');
|
||||||
|
INSERT INTO `system_search`(`create_time`, `id`, `keywords`) VALUES (STR_TO_DATE('2020-04-02 03:26:18','%Y-%m-%d %H:%i:%s'), '101784639d6f47b481bb60e910e0ff6e', '商务展会');
|
||||||
|
INSERT INTO `system_search`(`create_time`, `id`, `keywords`) VALUES (STR_TO_DATE('2020-04-02 03:26:57','%Y-%m-%d %H:%i:%s'), '144d69a4ddbd4a6788bee5d6e5d1f791', '商务展会');
|
||||||
|
INSERT INTO `system_search`(`create_time`, `id`, `keywords`) VALUES (STR_TO_DATE('2020-04-02 02:40:53','%Y-%m-%d %H:%i:%s'), '14ed5a98124c4715bc35ff76dc4e7e62', 'ddd');
|
||||||
|
INSERT INTO `system_search`(`create_time`, `id`, `keywords`) VALUES (STR_TO_DATE('2020-04-02 02:41:44','%Y-%m-%d %H:%i:%s'), '14fc6be9ee154f1c83601f1601805566', 'orion');
|
||||||
|
INSERT INTO `system_search`(`create_time`, `id`, `keywords`) VALUES (STR_TO_DATE('2020-04-02 02:39:04','%Y-%m-%d %H:%i:%s'), '190e8c68f24941cf8ba4717999d90135', 'ddd');
|
||||||
|
INSERT INTO `system_search`(`create_time`, `id`, `keywords`) VALUES (STR_TO_DATE('2020-04-02 02:40:26','%Y-%m-%d %H:%i:%s'), '199ed8841e4241cfbfc2f34a54185459', 'ddd');
|
||||||
|
INSERT INTO `system_search`(`create_time`, `id`, `keywords`) VALUES (STR_TO_DATE('2020-04-02 03:29:36','%Y-%m-%d %H:%i:%s'), '1fd26fcab46d4cb7bda59fba0b90b712', '商务展会');
|
||||||
|
INSERT INTO `system_search`(`create_time`, `id`, `keywords`) VALUES (STR_TO_DATE('2020-04-02 02:52:41','%Y-%m-%d %H:%i:%s'), '243b5395cb374d9d8cde05048fa76d23', 'kid');
|
||||||
|
INSERT INTO `system_search`(`create_time`, `id`, `keywords`) VALUES (STR_TO_DATE('2022-08-27 09:37:31','%Y-%m-%d %H:%i:%s'), '2450911e68ae4e269b96811153b1a010', '');
|
||||||
|
INSERT INTO `system_search`(`create_time`, `id`, `keywords`) VALUES (STR_TO_DATE('2020-04-02 03:14:32','%Y-%m-%d %H:%i:%s'), '2525f2133f494568856f8ad44242bbf9', '商务展会');
|
||||||
|
INSERT INTO `system_search`(`create_time`, `id`, `keywords`) VALUES (STR_TO_DATE('2018-09-25 16:55:49','%Y-%m-%d %H:%i:%s'), '27b96c0b2575442cb34d62d1520865f0', '生命');
|
||||||
|
INSERT INTO `system_search`(`create_time`, `id`, `keywords`) VALUES (STR_TO_DATE('2018-09-29 10:13:52','%Y-%m-%d %H:%i:%s'), '38f9dd4448864a77b50a2753a01e6566', '123');
|
||||||
|
INSERT INTO `system_search`(`create_time`, `id`, `keywords`) VALUES (STR_TO_DATE('2018-09-25 16:55:54','%Y-%m-%d %H:%i:%s'), '3a009f62856e4b59b2bbbe8dc856ebe1', '生命');
|
||||||
|
INSERT INTO `system_search`(`create_time`, `id`, `keywords`) VALUES (STR_TO_DATE('2022-08-27 09:41:47','%Y-%m-%d %H:%i:%s'), '3dbdba537a3c4a0f8d5ad48d3266860e', '');
|
||||||
|
INSERT INTO `system_search`(`create_time`, `id`, `keywords`) VALUES (STR_TO_DATE('2020-04-02 03:26:20','%Y-%m-%d %H:%i:%s'), '536dccc79be54304a0e5da5ab14b6d7e', '商务展会');
|
||||||
|
INSERT INTO `system_search`(`create_time`, `id`, `keywords`) VALUES (STR_TO_DATE('2020-04-02 03:19:24','%Y-%m-%d %H:%i:%s'), '549e965be5514399b45823dc45334159', '商务展会');
|
||||||
|
INSERT INTO `system_search`(`create_time`, `id`, `keywords`) VALUES (STR_TO_DATE('2022-08-27 09:42:05','%Y-%m-%d %H:%i:%s'), '5569b7a76a5c429d8d47c12cbc1cfd63', '');
|
||||||
|
INSERT INTO `system_search`(`create_time`, `id`, `keywords`) VALUES (STR_TO_DATE('2020-04-02 01:35:31','%Y-%m-%d %H:%i:%s'), '5e0a340ef72d4a48ab79490da80c9787', 'ddd');
|
||||||
|
INSERT INTO `system_search`(`create_time`, `id`, `keywords`) VALUES (STR_TO_DATE('2020-04-02 03:13:45','%Y-%m-%d %H:%i:%s'), '62dd8ec00f014f679bf67971adea862d', '商务展会');
|
||||||
|
INSERT INTO `system_search`(`create_time`, `id`, `keywords`) VALUES (STR_TO_DATE('2020-04-02 03:18:59','%Y-%m-%d %H:%i:%s'), '665a4ff7f9274656b84d7591bafa6fa9', '商务展会');
|
||||||
|
INSERT INTO `system_search`(`create_time`, `id`, `keywords`) VALUES (STR_TO_DATE('2020-04-02 01:35:58','%Y-%m-%d %H:%i:%s'), '66a2dfda9e474cbeb7ea933611020fce', 'ddd');
|
||||||
|
INSERT INTO `system_search`(`create_time`, `id`, `keywords`) VALUES (STR_TO_DATE('2020-04-02 03:14:26','%Y-%m-%d %H:%i:%s'), '6b3c43b6e6434a7c80707318f0a31205', '商务展会');
|
||||||
|
INSERT INTO `system_search`(`create_time`, `id`, `keywords`) VALUES (STR_TO_DATE('2018-09-29 13:59:37','%Y-%m-%d %H:%i:%s'), '6fd3f7e5383c43d3a80231e04b274366', '网页');
|
||||||
|
INSERT INTO `system_search`(`create_time`, `id`, `keywords`) VALUES (STR_TO_DATE('2018-09-29 10:18:10','%Y-%m-%d %H:%i:%s'), '71378a798659412ba35c5bf4b049d993', '生涯');
|
||||||
|
INSERT INTO `system_search`(`create_time`, `id`, `keywords`) VALUES (STR_TO_DATE('2018-09-25 15:17:08','%Y-%m-%d %H:%i:%s'), '78c3ef5c791c41bf98c8f653b424eb3a', '程序员');
|
||||||
|
INSERT INTO `system_search`(`create_time`, `id`, `keywords`) VALUES (STR_TO_DATE('2020-04-02 03:10:42','%Y-%m-%d %H:%i:%s'), '7dafe01549344990856819ea0cdd04ba', '商务展会');
|
||||||
|
INSERT INTO `system_search`(`create_time`, `id`, `keywords`) VALUES (STR_TO_DATE('2020-04-02 01:35:00','%Y-%m-%d %H:%i:%s'), '7eb0417789c14fae8f81e2cb09cdd960', 'ddd');
|
||||||
|
INSERT INTO `system_search`(`create_time`, `id`, `keywords`) VALUES (STR_TO_DATE('2020-04-02 02:52:12','%Y-%m-%d %H:%i:%s'), '8d2758e477934827b8e66e15eb3de577', 'orion');
|
||||||
|
INSERT INTO `system_search`(`create_time`, `id`, `keywords`) VALUES (STR_TO_DATE('2020-04-02 03:28:34','%Y-%m-%d %H:%i:%s'), '9481b56b96d64fa89434ac74764c7a23', '商务展会');
|
||||||
|
INSERT INTO `system_search`(`create_time`, `id`, `keywords`) VALUES (STR_TO_DATE('2020-04-02 02:41:22','%Y-%m-%d %H:%i:%s'), '97429b54220e4b12a34269cf4c729ae8', 'ddd');
|
||||||
|
INSERT INTO `system_search`(`create_time`, `id`, `keywords`) VALUES (STR_TO_DATE('2018-09-25 15:13:43','%Y-%m-%d %H:%i:%s'), '9a022ea5908746c8be4b617dc843bad7', '程序员');
|
||||||
|
INSERT INTO `system_search`(`create_time`, `id`, `keywords`) VALUES (STR_TO_DATE('2020-04-02 03:28:59','%Y-%m-%d %H:%i:%s'), '9ae46553ba814124bb77936e37c321ec', '商务展会');
|
||||||
|
INSERT INTO `system_search`(`create_time`, `id`, `keywords`) VALUES (STR_TO_DATE('2022-08-27 09:42:02','%Y-%m-%d %H:%i:%s'), '9be1095deab6495ba9568f808b61f213', '');
|
||||||
|
INSERT INTO `system_search`(`create_time`, `id`, `keywords`) VALUES (STR_TO_DATE('2022-08-27 09:37:25','%Y-%m-%d %H:%i:%s'), 'a5f113715b38457990af523306cf1492', '');
|
||||||
|
INSERT INTO `system_search`(`create_time`, `id`, `keywords`) VALUES (STR_TO_DATE('2020-04-02 03:14:20','%Y-%m-%d %H:%i:%s'), 'a66efae4d3d54a97904b9aa80e3df11b', '商务展会');
|
||||||
|
INSERT INTO `system_search`(`create_time`, `id`, `keywords`) VALUES (STR_TO_DATE('2021-04-03 04:10:53','%Y-%m-%d %H:%i:%s'), 'ac19c322c2b04d1fa4f74f9c5f14a9c7', '大气ORION渐变');
|
||||||
|
INSERT INTO `system_search`(`create_time`, `id`, `keywords`) VALUES (STR_TO_DATE('2022-10-19 08:27:53','%Y-%m-%d %H:%i:%s'), 'b0e0178193444fc4af7a115fb7491b77', 'dreamer');
|
||||||
|
INSERT INTO `system_search`(`create_time`, `id`, `keywords`) VALUES (STR_TO_DATE('2022-08-27 09:42:02','%Y-%m-%d %H:%i:%s'), 'b1508eadf0f745cb8f6009334cbc0d6b', '');
|
||||||
|
INSERT INTO `system_search`(`create_time`, `id`, `keywords`) VALUES (STR_TO_DATE('2020-04-02 03:25:25','%Y-%m-%d %H:%i:%s'), 'b3e145bb35e54356a7f641ddc34da677', '商务展会');
|
||||||
|
INSERT INTO `system_search`(`create_time`, `id`, `keywords`) VALUES (STR_TO_DATE('2020-04-02 03:09:53','%Y-%m-%d %H:%i:%s'), 'c009c85f6cd2409a81e136a79e8eb424', '商务展会');
|
||||||
|
INSERT INTO `system_search`(`create_time`, `id`, `keywords`) VALUES (STR_TO_DATE('2020-04-02 05:59:17','%Y-%m-%d %H:%i:%s'), 'ce488145bd9648699955635e947a6dde', '商务展会');
|
||||||
|
INSERT INTO `system_search`(`create_time`, `id`, `keywords`) VALUES (STR_TO_DATE('2022-10-19 08:25:16','%Y-%m-%d %H:%i:%s'), 'cf1a12196c4e40b18267c94f39320d54', 'dreamer');
|
||||||
|
INSERT INTO `system_search`(`create_time`, `id`, `keywords`) VALUES (STR_TO_DATE('2020-04-02 03:12:19','%Y-%m-%d %H:%i:%s'), 'd05cfad7936041a1ae18fbf39b568cc4', '商务展会');
|
||||||
|
INSERT INTO `system_search`(`create_time`, `id`, `keywords`) VALUES (STR_TO_DATE('2020-05-15 06:36:20','%Y-%m-%d %H:%i:%s'), 'db15a8e41db3459fa9540f5c4a8001fe', '商务展会');
|
||||||
|
INSERT INTO `system_search`(`create_time`, `id`, `keywords`) VALUES (STR_TO_DATE('2020-04-02 03:27:32','%Y-%m-%d %H:%i:%s'), 'df4816a927d6405a99712b85eb75eae6', '商务展会');
|
||||||
|
INSERT INTO `system_search`(`create_time`, `id`, `keywords`) VALUES (STR_TO_DATE('2020-04-02 03:19:50','%Y-%m-%d %H:%i:%s'), 'ea72063604a249db8df3cbed171b83f4', '商务展会');
|
||||||
|
INSERT INTO `system_search`(`create_time`, `id`, `keywords`) VALUES (STR_TO_DATE('2020-04-02 03:28:05','%Y-%m-%d %H:%i:%s'), 'eb01083582c242bc9f915fa671de8314', '商务展会');
|
||||||
|
INSERT INTO `system_search`(`create_time`, `id`, `keywords`) VALUES (STR_TO_DATE('2022-08-27 09:39:35','%Y-%m-%d %H:%i:%s'), 'ec69f55aea2a46259b76352e162b6775', '');
|
||||||
|
INSERT INTO `system_search`(`create_time`, `id`, `keywords`) VALUES (STR_TO_DATE('2020-04-02 02:49:11','%Y-%m-%d %H:%i:%s'), 'f0f604b09dbd4b3783758ad80bea5e9f', 'orion');
|
||||||
|
INSERT INTO `system_search`(`create_time`, `id`, `keywords`) VALUES (STR_TO_DATE('2018-09-25 15:17:53','%Y-%m-%d %H:%i:%s'), 'f2c798f6baba4963ae23883d2afe41ee', '程序员');
|
||||||
|
INSERT INTO `system_search`(`create_time`, `id`, `keywords`) VALUES (STR_TO_DATE('2020-04-02 03:18:33','%Y-%m-%d %H:%i:%s'), 'f45e52d31d57470ab0fd0b8987ba29b7', '商务展会');
|
||||||
|
INSERT INTO `system_search`(`create_time`, `id`, `keywords`) VALUES (STR_TO_DATE('2020-04-02 03:25:34','%Y-%m-%d %H:%i:%s'), 'f4cdbb9d28c24a498fd83652a984cbcf', '商务展会');
|
||||||
|
INSERT INTO `system_search`(`create_time`, `id`, `keywords`) VALUES (STR_TO_DATE('2020-04-02 03:09:02','%Y-%m-%d %H:%i:%s'), 'f7f3c4a6bcac48ad9663431cb6c3cf10', '商务展会');
|
||||||
|
INSERT INTO `system_search`(`create_time`, `id`, `keywords`) VALUES (STR_TO_DATE('2022-08-27 09:36:15','%Y-%m-%d %H:%i:%s'), 'fa8a8d2d66d641b8a7a7dbabf32367bc', '');
|
||||||
|
INSERT INTO `system_search`(`create_time`, `id`, `keywords`) VALUES (STR_TO_DATE('2020-04-02 03:00:05','%Y-%m-%d %H:%i:%s'), 'fd8c5fa78c164962bdbc92248d0b65df', 'kid');
|
29
backups/2025-04-09/2025-04-09_system_setting.sql
Normal file
@ -0,0 +1,29 @@
|
|||||||
|
/*
|
||||||
|
Dreamer CMS 数据库备份工具 时间:2025-04-09
|
||||||
|
*/
|
||||||
|
|
||||||
|
DROP TABLE IF EXISTS `system_setting`;
|
||||||
|
|
||||||
|
/*
|
||||||
|
Table structure for table `system_setting`
|
||||||
|
*/
|
||||||
|
CREATE TABLE `system_setting` (
|
||||||
|
`id` varchar(32) NOT NULL,
|
||||||
|
`website` varchar(128) NOT NULL COMMENT '网站地址',
|
||||||
|
`title` varchar(64) NOT NULL COMMENT '站点标题',
|
||||||
|
`keywords` varchar(128) NOT NULL COMMENT '站点关键词',
|
||||||
|
`describe` varchar(256) NOT NULL COMMENT '站点描述',
|
||||||
|
`icp` varchar(32) NOT NULL COMMENT '备案号',
|
||||||
|
`copyright` varchar(128) NOT NULL COMMENT '版权',
|
||||||
|
`uploaddir` varchar(32) DEFAULT 'uploads/' COMMENT '上传目录',
|
||||||
|
`appid` varchar(128) DEFAULT NULL COMMENT '畅言appid',
|
||||||
|
`appkey` varchar(128) DEFAULT NULL COMMENT '畅言appkey',
|
||||||
|
`staticdir` varchar(32) DEFAULT 'htmls' COMMENT '静态化目录',
|
||||||
|
`browse_type` int DEFAULT '1' COMMENT '浏览方式(1:动态2:静态)',
|
||||||
|
PRIMARY KEY (`id`)
|
||||||
|
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||||||
|
|
||||||
|
/*
|
||||||
|
Data for table `system_setting`
|
||||||
|
*/
|
||||||
|
INSERT INTO `system_setting`(`appid`, `appkey`, `browse_type`, `copyright`, `describe`, `icp`, `id`, `keywords`, `staticdir`, `title`, `uploaddir`, `website`) VALUES ('', '', 1, 'Copyright © 2018 Powered by I Teach You,我教你;Dreamer CMS 梦想家内容管理系统', 'Dreamer CMS 梦想家内容管理系统是国内首款java开发的内容发布系统,采用最流行的springboot+thymeleaf框架搭建,灵活小巧,配置简单。', '冀ICP备19026223号', '1', 'Dreamer CMS 梦想家内容管理系统', 'htmls', 'Dreamer CMS 梦想家内容管理系统', 'uploads', 'http://192.168.1.88:8888/');
|
26
backups/2025-04-09/2025-04-09_system_sliders.sql
Normal file
@ -0,0 +1,26 @@
|
|||||||
|
/*
|
||||||
|
Dreamer CMS 数据库备份工具 时间:2025-04-09
|
||||||
|
*/
|
||||||
|
|
||||||
|
DROP TABLE IF EXISTS `system_sliders`;
|
||||||
|
|
||||||
|
/*
|
||||||
|
Table structure for table `system_sliders`
|
||||||
|
*/
|
||||||
|
CREATE TABLE `system_sliders` (
|
||||||
|
`id` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL,
|
||||||
|
`aid` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL COMMENT '主表ID',
|
||||||
|
`ext01` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL,
|
||||||
|
`ext02` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL,
|
||||||
|
`ext03` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL,
|
||||||
|
`ext04` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL,
|
||||||
|
`ext05` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL,
|
||||||
|
`href` varchar(128) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT '#',
|
||||||
|
PRIMARY KEY (`id`)
|
||||||
|
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;
|
||||||
|
|
||||||
|
/*
|
||||||
|
Data for table `system_sliders`
|
||||||
|
*/
|
||||||
|
INSERT INTO `system_sliders`(`aid`, `ext01`, `ext02`, `ext03`, `ext04`, `ext05`, `href`, `id`) VALUES ('b2d86668da714a1c839c016d70066c53', '', '', '', '', '', '#', '8dae83840c7e4cec85f4581ddc7a51b9');
|
||||||
|
INSERT INTO `system_sliders`(`aid`, `ext01`, `ext02`, `ext03`, `ext04`, `ext05`, `href`, `id`) VALUES ('6c2e8cc97f9346cb8f09926b74a0854f', '', '', '', '', '', '#', 'f0b8f52910e84417896f5a037fda1609');
|
28
backups/2025-04-09/2025-04-09_system_templates.sql
Normal file
27
backups/2025-04-09/2025-04-09_system_theme.sql
Normal file
@ -0,0 +1,27 @@
|
|||||||
|
/*
|
||||||
|
Dreamer CMS 数据库备份工具 时间:2025-04-09
|
||||||
|
*/
|
||||||
|
|
||||||
|
DROP TABLE IF EXISTS `system_theme`;
|
||||||
|
|
||||||
|
/*
|
||||||
|
Table structure for table `system_theme`
|
||||||
|
*/
|
||||||
|
CREATE TABLE `system_theme` (
|
||||||
|
`id` varchar(32) NOT NULL,
|
||||||
|
`theme_name` varchar(128) NOT NULL COMMENT '风格名称',
|
||||||
|
`theme_author` varchar(32) DEFAULT NULL COMMENT '作者',
|
||||||
|
`theme_img` varchar(128) NOT NULL COMMENT '缩略图',
|
||||||
|
`theme_path` varchar(128) DEFAULT NULL COMMENT '目录名',
|
||||||
|
`status` int DEFAULT '0' COMMENT '状态1:启用0:禁用',
|
||||||
|
`create_by` varchar(32) DEFAULT NULL,
|
||||||
|
`create_time` timestamp NOT NULL DEFAULT '2018-01-01 00:00:00',
|
||||||
|
`update_by` varchar(32) DEFAULT NULL,
|
||||||
|
`update_time` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
|
||||||
|
PRIMARY KEY (`id`)
|
||||||
|
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||||||
|
|
||||||
|
/*
|
||||||
|
Data for table `system_theme`
|
||||||
|
*/
|
||||||
|
INSERT INTO `system_theme`(`create_by`, `create_time`, `id`, `status`, `theme_author`, `theme_img`, `theme_name`, `theme_path`, `update_by`, `update_time`) VALUES ('9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 14:30:31','%Y-%m-%d %H:%i:%s'), '3333bcc53fdd4124a4f292ef1aabb2f6', 1, '王俊南', '20230111/3d7e456c797d4cd0bb9d6034336cc2da.png', '新版主题', 'default_v2', '', STR_TO_DATE('2025-04-09 10:27:47','%Y-%m-%d %H:%i:%s'));
|
33
backups/2025-04-09/2025-04-09_system_user.sql
Normal file
@ -0,0 +1,33 @@
|
|||||||
|
/*
|
||||||
|
Dreamer CMS 数据库备份工具 时间:2025-04-09
|
||||||
|
*/
|
||||||
|
|
||||||
|
DROP TABLE IF EXISTS `system_user`;
|
||||||
|
|
||||||
|
/*
|
||||||
|
Table structure for table `system_user`
|
||||||
|
*/
|
||||||
|
CREATE TABLE `system_user` (
|
||||||
|
`id` varchar(32) NOT NULL,
|
||||||
|
`username` varchar(32) DEFAULT NULL COMMENT '用户名',
|
||||||
|
`password` varchar(32) DEFAULT NULL COMMENT '密码',
|
||||||
|
`mobile` varchar(32) DEFAULT NULL COMMENT '手机',
|
||||||
|
`realname` varchar(32) DEFAULT NULL COMMENT '真实姓名',
|
||||||
|
`status` int DEFAULT '0' COMMENT '状态(1:启用0:禁用)',
|
||||||
|
`page_style` varchar(32) DEFAULT NULL COMMENT '页面风格',
|
||||||
|
`salt` varchar(64) DEFAULT NULL COMMENT '密码盐',
|
||||||
|
`last_login_ip` varchar(32) DEFAULT NULL COMMENT '上次登录IP',
|
||||||
|
`last_login_time` varchar(32) DEFAULT NULL COMMENT '上次登录时间',
|
||||||
|
`portrait` varchar(32) DEFAULT NULL COMMENT '头像',
|
||||||
|
`create_by` varchar(255) DEFAULT NULL,
|
||||||
|
`create_time` timestamp NOT NULL DEFAULT '2018-01-01 00:00:00',
|
||||||
|
`update_by` varchar(255) DEFAULT NULL,
|
||||||
|
`update_time` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
|
||||||
|
PRIMARY KEY (`id`)
|
||||||
|
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||||||
|
|
||||||
|
/*
|
||||||
|
Data for table `system_user`
|
||||||
|
*/
|
||||||
|
INSERT INTO `system_user`(`create_by`, `create_time`, `id`, `last_login_ip`, `last_login_time`, `mobile`, `page_style`, `password`, `portrait`, `realname`, `salt`, `status`, `update_by`, `update_time`, `username`) VALUES ('9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2021-03-11 07:26:56','%Y-%m-%d %H:%i:%s'), '1443c458e49c44539b63212cba8b9b1e', '本地主机', '2023-04-11 11:17:21.691', '', '', '1f352f09d1a9bfb3f840a78804d9610c', '', '演示账号1', 'ZGVtbzExMjM0NTY=', 1, '', STR_TO_DATE('2021-03-11 15:26:55','%Y-%m-%d %H:%i:%s'), 'demo1');
|
||||||
|
INSERT INTO `system_user`(`create_by`, `create_time`, `id`, `last_login_ip`, `last_login_time`, `mobile`, `page_style`, `password`, `portrait`, `realname`, `salt`, `status`, `update_by`, `update_time`, `username`) VALUES ('', STR_TO_DATE('2018-01-01 00:00:00','%Y-%m-%d %H:%i:%s'), '9f4b807db2e94670bb02cdc212ea7389', '本地主机', '2025-04-09 10:19:01.516', '111', '', '51c04b026c6cf5f785622796aba7e56f', '', '超级管理员', 'd2FuZ2puMTIzNDU2', 1, '9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2021-03-09 03:50:34','%Y-%m-%d %H:%i:%s'), 'wangjn');
|
21
backups/2025-04-09/2025-04-09_system_user_role.sql
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
/*
|
||||||
|
Dreamer CMS 数据库备份工具 时间:2025-04-09
|
||||||
|
*/
|
||||||
|
|
||||||
|
DROP TABLE IF EXISTS `system_user_role`;
|
||||||
|
|
||||||
|
/*
|
||||||
|
Table structure for table `system_user_role`
|
||||||
|
*/
|
||||||
|
CREATE TABLE `system_user_role` (
|
||||||
|
`id` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL,
|
||||||
|
`user_id` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL COMMENT '用户ID',
|
||||||
|
`role_id` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin DEFAULT NULL COMMENT '角色ID',
|
||||||
|
PRIMARY KEY (`id`)
|
||||||
|
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;
|
||||||
|
|
||||||
|
/*
|
||||||
|
Data for table `system_user_role`
|
||||||
|
*/
|
||||||
|
INSERT INTO `system_user_role`(`id`, `role_id`, `user_id`) VALUES ('1645582974030209024', '08d8ce83eef944d88f0817187c308bfd', '1443c458e49c44539b63212cba8b9b1e');
|
||||||
|
INSERT INTO `system_user_role`(`id`, `role_id`, `user_id`) VALUES ('324968db08344f27b0b219d4908c2b08', '51c3cad610ce4dc4a279df50eec4d1ff', '9f4b807db2e94670bb02cdc212ea7389');
|
31
backups/2025-04-09/2025-04-09_system_variable.sql
Normal file
@ -0,0 +1,31 @@
|
|||||||
|
/*
|
||||||
|
Dreamer CMS 数据库备份工具 时间:2025-04-09
|
||||||
|
*/
|
||||||
|
|
||||||
|
DROP TABLE IF EXISTS `system_variable`;
|
||||||
|
|
||||||
|
/*
|
||||||
|
Table structure for table `system_variable`
|
||||||
|
*/
|
||||||
|
CREATE TABLE `system_variable` (
|
||||||
|
`id` varchar(32) NOT NULL COMMENT '主键ID',
|
||||||
|
`item_name` varchar(255) DEFAULT NULL COMMENT '变量名称',
|
||||||
|
`info` varchar(255) DEFAULT NULL COMMENT '描述',
|
||||||
|
`type` varchar(255) DEFAULT NULL COMMENT '字段类型',
|
||||||
|
`value` varchar(255) DEFAULT NULL COMMENT '变量值',
|
||||||
|
`create_by` varchar(32) DEFAULT NULL COMMENT '创建人',
|
||||||
|
`create_time` timestamp NOT NULL DEFAULT '2018-01-01 00:00:00' COMMENT '创建时间',
|
||||||
|
`update_by` varchar(32) DEFAULT NULL COMMENT '修改人',
|
||||||
|
`update_time` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT '修改时间',
|
||||||
|
PRIMARY KEY (`id`)
|
||||||
|
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='变量管理';
|
||||||
|
|
||||||
|
/*
|
||||||
|
Data for table `system_variable`
|
||||||
|
*/
|
||||||
|
INSERT INTO `system_variable`(`create_by`, `create_time`, `id`, `info`, `item_name`, `type`, `update_by`, `update_time`, `value`) VALUES ('9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 14:46:09','%Y-%m-%d %H:%i:%s'), '20d5a49940cd4f3e80dd604e4df1071a', '官方电话', 'cfg_global_telephone', '', '', STR_TO_DATE('2023-01-09 14:46:09','%Y-%m-%d %H:%i:%s'), '138****8888');
|
||||||
|
INSERT INTO `system_variable`(`create_by`, `create_time`, `id`, `info`, `item_name`, `type`, `update_by`, `update_time`, `value`) VALUES ('', STR_TO_DATE('2019-08-16 22:38:59','%Y-%m-%d %H:%i:%s'), '2d3add7ac60949cc9035ea0bfd50f113', '码云下载地址', 'cfg_gitee_addr', '', '', STR_TO_DATE('2019-08-16 22:38:59','%Y-%m-%d %H:%i:%s'), 'https://gitee.com/isoftforce/dreamer_cms');
|
||||||
|
INSERT INTO `system_variable`(`create_by`, `create_time`, `id`, `info`, `item_name`, `type`, `update_by`, `update_time`, `value`) VALUES ('9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2019-08-16 22:39:47','%Y-%m-%d %H:%i:%s'), '383e2a267d0045e5aad93ed20ca1b038', 'Github下载地址', 'cfg_github_addr', '', '', STR_TO_DATE('2019-08-16 22:39:47','%Y-%m-%d %H:%i:%s'), 'https://github.com/xinhudong/Dreamer_cms');
|
||||||
|
INSERT INTO `system_variable`(`create_by`, `create_time`, `id`, `info`, `item_name`, `type`, `update_by`, `update_time`, `value`) VALUES ('9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 14:49:02','%Y-%m-%d %H:%i:%s'), 'a4f2a198bd704bd5b728edf8a777b67f', '帮助文档', 'cfg_global_doc', '', '', STR_TO_DATE('2023-01-09 14:49:02','%Y-%m-%d %H:%i:%s'), 'http://doc.iteachyou.cc');
|
||||||
|
INSERT INTO `system_variable`(`create_by`, `create_time`, `id`, `info`, `item_name`, `type`, `update_by`, `update_time`, `value`) VALUES ('9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 14:46:53','%Y-%m-%d %H:%i:%s'), 'bffa5612ef734ea3adb5cb336a35c453', 'QQ技术交流群', 'cfg_global_qqgroup', '', '', STR_TO_DATE('2023-01-09 14:46:52','%Y-%m-%d %H:%i:%s'), '597652651');
|
||||||
|
INSERT INTO `system_variable`(`create_by`, `create_time`, `id`, `info`, `item_name`, `type`, `update_by`, `update_time`, `value`) VALUES ('9f4b807db2e94670bb02cdc212ea7389', STR_TO_DATE('2023-01-09 15:43:33','%Y-%m-%d %H:%i:%s'), 'd1d948765b63477f87bef2c218621215', '客服QQ', 'cfg_global_qq', '', '', STR_TO_DATE('2023-01-09 15:43:32','%Y-%m-%d %H:%i:%s'), '153095904');
|
93
config.json
Normal file
@ -0,0 +1,93 @@
|
|||||||
|
/* 前后端通信相关的配置,注释只允许使用多行方式 */
|
||||||
|
{
|
||||||
|
/* 上传图片配置项 */
|
||||||
|
"imageActionName": "uploadimage", /* 执行上传图片的action名称 */
|
||||||
|
"imageFieldName": "upfile", /* 提交的图片表单名称 */
|
||||||
|
"imageMaxSize": 8192000, /* 上传大小限制,单位B */
|
||||||
|
"imageAllowFiles": [".png", ".jpg", ".jpeg", ".gif", ".bmp"], /* 上传图片格式显示 */
|
||||||
|
"imageCompressEnable": true, /* 是否压缩图片,默认是true */
|
||||||
|
"imageCompressBorder": 1600, /* 图片压缩最长边限制 */
|
||||||
|
"imageInsertAlign": "none", /* 插入的图片浮动方式 */
|
||||||
|
"imageUrlPrefix": "", /* 图片访问路径前缀 */
|
||||||
|
"imagePathFormat": "/uploads/{yyyy}{mm}{dd}/{time}{rand:6}", /* 上传保存路径,可以自定义保存路径和文件名格式 */
|
||||||
|
/* {time}{rand:6} 会替换成原文件名,配置这项需要注意中文乱码问题 */
|
||||||
|
/* {rand:6} 会替换成随机数,后面的数字是随机数的位数 */
|
||||||
|
/* {time} 会替换成时间戳 */
|
||||||
|
/* {yyyy} 会替换成四位年份 */
|
||||||
|
/* {yy} 会替换成两位年份 */
|
||||||
|
/* {mm} 会替换成两位月份 */
|
||||||
|
/* {dd} 会替换成两位日期 */
|
||||||
|
/* {hh} 会替换成两位小时 */
|
||||||
|
/* {ii} 会替换成两位分钟 */
|
||||||
|
/* {ss} 会替换成两位秒 */
|
||||||
|
/* 非法字符 \ : * ? " < > | */
|
||||||
|
/* 具请体看线上文档: fex.baidu.com/ueditor/#use-format_upload_filename */
|
||||||
|
/* 涂鸦图片上传配置项 */
|
||||||
|
"scrawlActionName": "uploadscrawl", /* 执行上传涂鸦的action名称 */
|
||||||
|
"scrawlFieldName": "upfile", /* 提交的图片表单名称 */
|
||||||
|
"scrawlPathFormat": "/uploads/{yyyy}{mm}{dd}/{time}{rand:6}", /* 上传保存路径,可以自定义保存路径和文件名格式 */
|
||||||
|
"scrawlMaxSize": 2048000, /* 上传大小限制,单位B */
|
||||||
|
"scrawlUrlPrefix": "", /* 图片访问路径前缀 */
|
||||||
|
"scrawlInsertAlign": "none",
|
||||||
|
|
||||||
|
/* 截图工具上传 */
|
||||||
|
"snapscreenActionName": "uploadimage", /* 执行上传截图的action名称 */
|
||||||
|
"snapscreenPathFormat": "/uploads/{yyyy}{mm}{dd}/{time}{rand:6}", /* 上传保存路径,可以自定义保存路径和文件名格式 */
|
||||||
|
"snapscreenUrlPrefix": "", /* 图片访问路径前缀 */
|
||||||
|
"snapscreenInsertAlign": "none", /* 插入的图片浮动方式 */
|
||||||
|
|
||||||
|
/* 抓取远程图片配置 */
|
||||||
|
"catcherLocalDomain": ["127.0.0.1", "localhost", "img.baidu.com"],
|
||||||
|
"catcherActionName": "catchimage", /* 执行抓取远程图片的action名称 */
|
||||||
|
"catcherFieldName": "source", /* 提交的图片列表表单名称 */
|
||||||
|
"catcherPathFormat": "/uploads/{yyyy}{mm}{dd}/{time}{rand:6}", /* 上传保存路径,可以自定义保存路径和文件名格式 */
|
||||||
|
"catcherUrlPrefix": "", /* 图片访问路径前缀 */
|
||||||
|
"catcherMaxSize": 2048000, /* 上传大小限制,单位B */
|
||||||
|
"catcherAllowFiles": [".png", ".jpg", ".jpeg", ".gif", ".bmp"], /* 抓取图片格式显示 */
|
||||||
|
|
||||||
|
/* 上传视频配置 */
|
||||||
|
"videoActionName": "uploadvideo", /* 执行上传视频的action名称 */
|
||||||
|
"videoFieldName": "upfile", /* 提交的视频表单名称 */
|
||||||
|
"videoPathFormat": "/uploads/video/{yyyy}{mm}{dd}/{time}{rand:6}", /* 上传保存路径,可以自定义保存路径和文件名格式 */
|
||||||
|
"videoUrlPrefix": "", /* 视频访问路径前缀 */
|
||||||
|
"videoMaxSize": 102400000, /* 上传大小限制,单位B,默认100MB */
|
||||||
|
"videoAllowFiles": [
|
||||||
|
".flv", ".swf", ".mkv", ".avi", ".rm", ".rmvb", ".mpeg", ".mpg",
|
||||||
|
".ogg", ".ogv", ".mov", ".wmv", ".mp4", ".webm", ".mp3", ".wav", ".mid"], /* 上传视频格式显示 */
|
||||||
|
|
||||||
|
/* 上传文件配置 */
|
||||||
|
"fileActionName": "uploadfile", /* controller里,执行上传视频的action名称 */
|
||||||
|
"fileFieldName": "upfile", /* 提交的文件表单名称 */
|
||||||
|
"filePathFormat": "/uploads/{yyyy}{mm}{dd}/{time}{rand:6}", /* 上传保存路径,可以自定义保存路径和文件名格式 */
|
||||||
|
"fileUrlPrefix": "", /* 文件访问路径前缀 */
|
||||||
|
"fileMaxSize": 51200000, /* 上传大小限制,单位B,默认50MB */
|
||||||
|
"fileAllowFiles": [
|
||||||
|
".png", ".jpg", ".jpeg", ".gif", ".bmp",
|
||||||
|
".flv", ".swf", ".mkv", ".avi", ".rm", ".rmvb", ".mpeg", ".mpg",
|
||||||
|
".ogg", ".ogv", ".mov", ".wmv", ".mp4", ".webm", ".mp3", ".wav", ".mid",
|
||||||
|
".rar", ".zip", ".tar", ".gz", ".7z", ".bz2", ".cab", ".iso",
|
||||||
|
".doc", ".docx", ".xls", ".xlsx", ".ppt", ".pptx", ".pdf", ".txt", ".md", ".xml"
|
||||||
|
], /* 上传文件格式显示 */
|
||||||
|
|
||||||
|
/* 列出指定目录下的图片 */
|
||||||
|
"imageManagerActionName": "listimage", /* 执行图片管理的action名称 */
|
||||||
|
"imageManagerListPath": "/ueditor/jsp/upload/image/", /* 指定要列出图片的目录 */
|
||||||
|
"imageManagerListSize": 20, /* 每次列出文件数量 */
|
||||||
|
"imageManagerUrlPrefix": "", /* 图片访问路径前缀 */
|
||||||
|
"imageManagerInsertAlign": "none", /* 插入的图片浮动方式 */
|
||||||
|
"imageManagerAllowFiles": [".png", ".jpg", ".jpeg", ".gif", ".bmp"], /* 列出的文件类型 */
|
||||||
|
|
||||||
|
/* 列出指定目录下的文件 */
|
||||||
|
"fileManagerActionName": "listfile", /* 执行文件管理的action名称 */
|
||||||
|
"fileManagerListPath": "/ueditor/jsp/upload/file/", /* 指定要列出文件的目录 */
|
||||||
|
"fileManagerUrlPrefix": "", /* 文件访问路径前缀 */
|
||||||
|
"fileManagerListSize": 20, /* 每次列出文件数量 */
|
||||||
|
"fileManagerAllowFiles": [
|
||||||
|
".png", ".jpg", ".jpeg", ".gif", ".bmp",
|
||||||
|
".flv", ".swf", ".mkv", ".avi", ".rm", ".rmvb", ".mpeg", ".mpg",
|
||||||
|
".ogg", ".ogv", ".mov", ".wmv", ".mp4", ".webm", ".mp3", ".wav", ".mid",
|
||||||
|
".rar", ".zip", ".tar", ".gz", ".7z", ".bz2", ".cab", ".iso",
|
||||||
|
".doc", ".docx", ".xls", ".xlsx", ".ppt", ".pptx", ".pdf", ".txt", ".md", ".xml"
|
||||||
|
] /* 列出的文件类型 */
|
||||||
|
|
||||||
|
}
|
77
templates/default_v2/article_case.html
Normal file
@ -0,0 +1,77 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="zh-CN">
|
||||||
|
<head>
|
||||||
|
<meta charset="UTF-8">
|
||||||
|
<meta name="viewport" content="width=device-width,initial-scale=1.0,maximum-scale=1.0,minimum-scale=1.0,user-scalable=no">
|
||||||
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
||||||
|
<!-- 禁止百度转码 -->
|
||||||
|
<meta http-equiv="Cache-Control" content="no-siteapp">
|
||||||
|
<!-- uc强制竖屏 -->
|
||||||
|
<meta name="screen-orientation" content="portrait">
|
||||||
|
<!-- QQ强制竖屏 -->
|
||||||
|
<meta name="x5-orientation" content="portrait">
|
||||||
|
<title>{dreamer-cms:article field="title" /}_{dreamer-cms:global name="title"/}</title>
|
||||||
|
<meta name="Keywords" content="{dreamer-cms:global name="keywords"/}" />
|
||||||
|
<meta name="Description" content="{dreamer-cms:global name="describe"/}" />
|
||||||
|
<link rel="stylesheet" href="{dreamer-cms:template /}css/iconfont/iconfont.css">
|
||||||
|
<link rel="stylesheet" href="{dreamer-cms:template /}css/reset.css">
|
||||||
|
<link rel="stylesheet" href="{dreamer-cms:template /}css/animate.css">
|
||||||
|
<link rel="stylesheet" href="{dreamer-cms:template /}css/style.css">
|
||||||
|
<link rel="stylesheet" href="{dreamer-cms:template /}css/share.min.css">
|
||||||
|
<link rel="stylesheet" href="{dreamer-cms:template /}scripts/theme/default/layer.css">
|
||||||
|
<script src="{dreamer-cms:template /}scripts/jquery-1.11.3.min.js"></script>
|
||||||
|
<script src="{dreamer-cms:template /}scripts/jquery.SuperSlide.2.1.1.js"></script>
|
||||||
|
<script src="{dreamer-cms:template /}scripts/js.js"></script>
|
||||||
|
<script src="{dreamer-cms:template /}scripts/layer.js"></script>
|
||||||
|
<style>
|
||||||
|
.conter img{max-width: 100% !important;height:auto !important;}
|
||||||
|
.case-details .wrapper_1200 .nav a:hover{color:#438fff;}
|
||||||
|
.headerBg2{background:url("{dreamer-cms:template /}images/companyinfo1.jpg") center 0 no-repeat;overflow:hidden;width:100%;height:380px;}
|
||||||
|
img {
|
||||||
|
margin: 0 auto;
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<div class="case-details">
|
||||||
|
{dreamer-cms:include file='inc/header1.html'/}
|
||||||
|
|
||||||
|
<div class="headerBg2"></div>
|
||||||
|
|
||||||
|
<div class="wrapper_1200">
|
||||||
|
{dreamer-cms:location lang="cn" /}
|
||||||
|
<div class="caseCon">
|
||||||
|
<div class="name">{dreamer-cms:article field="title" /}</div>
|
||||||
|
<div class="browse">
|
||||||
|
<span class="iconfont iconliulan"></span>浏览量 {dreamer-cms:article field="clicks" /}
|
||||||
|
<span class="iconfont iconshijian"></span>时间 {dreamer-cms:article field="createTime" function="format('yyyy-MM-dd HH:mm:ss')" /}
|
||||||
|
</div>
|
||||||
|
<div class="conter">
|
||||||
|
<p>{dreamer-cms:article field="body" /}</p>
|
||||||
|
<br>
|
||||||
|
{dreamer-cms:prevnext layout="prev,next" /}
|
||||||
|
</div>
|
||||||
|
<!-- <div class="share pull-right">
|
||||||
|
<div class="dis">分享:</div>
|
||||||
|
<div id="share-2" class="dis"></div>
|
||||||
|
</div>
|
||||||
|
</div> -->
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<!-- <div id="advers" class="min_wrapper_1200">
|
||||||
|
<div class="wrapper_1200 wrapper1">免费体验后台管理系统<a href="/admin" target="_blank" title="立即体验">立即体验</a></div>
|
||||||
|
</div> -->
|
||||||
|
|
||||||
|
{dreamer-cms:include file='inc/footer.html'/}
|
||||||
|
</div>
|
||||||
|
{dreamer-cms:include file="inc/service.html" /}
|
||||||
|
<script src="{dreamer-cms:template /}scripts/jquery.share.min.js"></script>
|
||||||
|
<script>
|
||||||
|
$(function () {
|
||||||
|
// $('#share-2').share({sites: ['wechat','qzone', 'qq', 'weibo']});
|
||||||
|
$('#share-2').share({sites: ['qzone', 'weibo']});
|
||||||
|
})
|
||||||
|
</script>
|
||||||
|
</body>
|
||||||
|
</html>
|
95
templates/default_v2/article_download.html
Normal file
@ -0,0 +1,95 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="zh-CN">
|
||||||
|
<head>
|
||||||
|
<meta charset="UTF-8">
|
||||||
|
<meta name="viewport" content="width=device-width,initial-scale=1.0,maximum-scale=1.0,minimum-scale=1.0,user-scalable=no">
|
||||||
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
||||||
|
<!-- 禁止百度转码 -->
|
||||||
|
<meta http-equiv="Cache-Control" content="no-siteapp">
|
||||||
|
<!-- uc强制竖屏 -->
|
||||||
|
<meta name="screen-orientation" content="portrait">
|
||||||
|
<!-- QQ强制竖屏 -->
|
||||||
|
<meta name="x5-orientation" content="portrait">
|
||||||
|
<title>{dreamer-cms:article field="title" /}_{dreamer-cms:global name="title"/}</title>
|
||||||
|
<meta name="Keywords" content="{dreamer-cms:global name="keywords"/}" />
|
||||||
|
<meta name="Description" content="{dreamer-cms:global name="describe"/}" />
|
||||||
|
<link rel="stylesheet" href="{dreamer-cms:template /}css/iconfont/iconfont.css">
|
||||||
|
<link rel="stylesheet" href="{dreamer-cms:template /}css/reset.css">
|
||||||
|
<link rel="stylesheet" href="{dreamer-cms:template /}css/animate.css">
|
||||||
|
<link rel="stylesheet" href="{dreamer-cms:template /}css/style.css">
|
||||||
|
<link rel="stylesheet" href="{dreamer-cms:template /}css/share.min.css">
|
||||||
|
<link rel="stylesheet" href="{dreamer-cms:template /}scripts/theme/default/layer.css">
|
||||||
|
<script src="{dreamer-cms:template /}scripts/jquery-1.11.3.min.js"></script>
|
||||||
|
<script src="{dreamer-cms:template /}scripts/jquery.SuperSlide.2.1.1.js"></script>
|
||||||
|
<script src="{dreamer-cms:template /}scripts/js.js"></script>
|
||||||
|
<script src="{dreamer-cms:template /}scripts/layer.js"></script>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<div class="news-content-page">
|
||||||
|
{dreamer-cms:include file='inc/header.html'/}.
|
||||||
|
|
||||||
|
{dreamer-cms:sql sql="select image_path as litpic from system_archives where id = [9eefb5b8aed845de99855f1d55d92a49]"}
|
||||||
|
<div class="publicHeader2 min_wrapper_1200" style="background:url(/resources/uploads/[field:litpic /]) no-repeat;"></div>
|
||||||
|
{/dreamer-cms:sql}
|
||||||
|
|
||||||
|
<div class="conter wrapper_1200">
|
||||||
|
<div class="asideCon">
|
||||||
|
<div class="nav">
|
||||||
|
{dreamer-cms:location lang="cn" /}
|
||||||
|
</div>
|
||||||
|
<a class="home" href="javascript:window.history.go(-1);"><< 点击返回列表</a>
|
||||||
|
<div class="article">
|
||||||
|
<div class="name">问:{dreamer-cms:article field="title" /}</div>
|
||||||
|
<div class="browse">
|
||||||
|
<span class="iconfont iconliulan"></span>浏览量 {dreamer-cms:article field="clicks" /}
|
||||||
|
<span class="iconfont iconshijian"></span>时间 {dreamer-cms:article field="createTime" function="format('yyyy-MM-dd HH:mm:ss')" /}
|
||||||
|
</div>
|
||||||
|
<div class="articleCon">
|
||||||
|
<p>{dreamer-cms:article field="content" /}<p><br/>
|
||||||
|
<br>
|
||||||
|
{dreamer-cms:prevnext layout="prev,next" /}
|
||||||
|
</div>
|
||||||
|
<div class="share pull-right">
|
||||||
|
<div class="dis">分享:</div>
|
||||||
|
<div id="share-2" class="dis"></div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="clearfix"></div>
|
||||||
|
<div class="recommend">
|
||||||
|
<div class="title">推荐阅读</div>
|
||||||
|
<div class="publicList">
|
||||||
|
{dreamer-cms:list typeid="96nbp5pc" pagenum="1" pagesize="5" cascade="true"}
|
||||||
|
<div class="item details" data-id="[field:id/]">
|
||||||
|
<div class="pictrue dis" ><a href="[field:arcurl/]"><img src="[field:litpic/]"></a></div>
|
||||||
|
<div class="text dis">
|
||||||
|
<div class="name"><a href="[field:arcurl/]">[field:title/]</a></div>
|
||||||
|
<div class="icons">
|
||||||
|
<span class="iconfont iconshijian"></span>[field:createtime function="format('MM-dd hh:mm:ss')" /]
|
||||||
|
<span class="iconfont iconliulan"></span>[field:clicks/]
|
||||||
|
</div>
|
||||||
|
<div class="infor"><a href="[field:arcurl/]">[field:remark function="substring(0,75,'...')" /]</a></div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
{/dreamer-cms:list}
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="clearfix"></div>
|
||||||
|
|
||||||
|
<!-- <div id="advers" class="min_wrapper_1200">
|
||||||
|
<div class="wrapper_1200 wrapper1">免费体验后台管理系统<a href="/admin" target="_blank" title="立即体验">立即体验</a></div>
|
||||||
|
</div> -->
|
||||||
|
|
||||||
|
{dreamer-cms:include file="inc/footer.html" /}
|
||||||
|
</div>
|
||||||
|
{dreamer-cms:include file="inc/service.html" /}
|
||||||
|
|
||||||
|
<script src="{dreamer-cms:template /}scripts/jquery.share.min.js"></script>
|
||||||
|
<script>
|
||||||
|
$('#share-2').share({
|
||||||
|
sites: ['wechat','qzone', 'qq', 'weibo']
|
||||||
|
});
|
||||||
|
</script>
|
||||||
|
</body>
|
||||||
|
</html>
|
0
templates/default_v2/article_message.html
Normal file
96
templates/default_v2/article_news.html
Normal file
@ -0,0 +1,96 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="zh-CN">
|
||||||
|
<head>
|
||||||
|
<meta charset="UTF-8">
|
||||||
|
<meta name="viewport" content="width=device-width,initial-scale=1.0,maximum-scale=1.0,minimum-scale=1.0,user-scalable=no">
|
||||||
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
||||||
|
<!-- 禁止百度转码 -->
|
||||||
|
<meta http-equiv="Cache-Control" content="no-siteapp">
|
||||||
|
<!-- uc强制竖屏 -->
|
||||||
|
<meta name="screen-orientation" content="portrait">
|
||||||
|
<!-- QQ强制竖屏 -->
|
||||||
|
<meta name="x5-orientation" content="portrait">
|
||||||
|
<title>{dreamer-cms:article field="title" /}_{dreamer-cms:global name="title"/}</title>
|
||||||
|
<meta name="Keywords" content="{dreamer-cms:global name="keywords"/}" />
|
||||||
|
<meta name="Description" content="{dreamer-cms:global name="describe"/}" />
|
||||||
|
<link rel="stylesheet" href="{dreamer-cms:template /}css/iconfont/iconfont.css">
|
||||||
|
<link rel="stylesheet" href="{dreamer-cms:template /}css/reset.css">
|
||||||
|
<link rel="stylesheet" href="{dreamer-cms:template /}css/animate.css">
|
||||||
|
<link rel="stylesheet" href="{dreamer-cms:template /}css/style.css">
|
||||||
|
<link rel="stylesheet" href="{dreamer-cms:template /}css/share.min.css">
|
||||||
|
<link rel="stylesheet" href="{dreamer-cms:template /}scripts/theme/default/layer.css">
|
||||||
|
<script src="{dreamer-cms:template /}scripts/jquery-1.11.3.min.js"></script>
|
||||||
|
<script src="{dreamer-cms:template /}scripts/jquery.SuperSlide.2.1.1.js"></script>
|
||||||
|
<script src="{dreamer-cms:template /}scripts/js.js"></script>
|
||||||
|
<script src="{dreamer-cms:template /}scripts/layer.js"></script>
|
||||||
|
</head>
|
||||||
|
<style>
|
||||||
|
.headerBg2{background:url("{dreamer-cms:template /}images/newsbanner1.jpg") center 0 no-repeat;overflow:hidden;width:100%;height:380px;}
|
||||||
|
</style>
|
||||||
|
<body>
|
||||||
|
<div class="news-content-page">
|
||||||
|
{dreamer-cms:include file='inc/header1.html'/}.
|
||||||
|
|
||||||
|
<div class="headerBg2"></div>
|
||||||
|
|
||||||
|
<div class="conter wrapper_1200">
|
||||||
|
<div class="asideCon">
|
||||||
|
<div class="nav">
|
||||||
|
{dreamer-cms:location lang="cn" /}
|
||||||
|
</div>
|
||||||
|
<a class="home" href="javascript:window.history.go(-1);"><< 点击返回列表</a>
|
||||||
|
<div class="article">
|
||||||
|
<div class="name">{dreamer-cms:article field="title" /}</div>
|
||||||
|
<div class="browse">
|
||||||
|
<span class="iconfont iconliulan"></span>浏览量 {dreamer-cms:article field="clicks" /}
|
||||||
|
<span class="iconfont iconshijian"></span>时间 {dreamer-cms:article field="createTime" function="format('yyyy-MM-dd HH:mm:ss')" /}
|
||||||
|
</div>
|
||||||
|
<div class="articleCon">
|
||||||
|
<p>{dreamer-cms:article field="body" /}<p><br/>
|
||||||
|
<br>
|
||||||
|
{dreamer-cms:prevnext layout="prev,next" /}
|
||||||
|
</div>
|
||||||
|
<div class="share pull-right">
|
||||||
|
<div class="dis">分享:</div>
|
||||||
|
<div id="share-2" class="dis"></div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="clearfix"></div>
|
||||||
|
<!-- <div class="recommend">
|
||||||
|
<div class="title">推荐阅读</div>
|
||||||
|
<div class="publicList">
|
||||||
|
{dreamer-cms:list typeid="96nbp5pc" pagenum="1" pagesize="5" cascade="true"}
|
||||||
|
<div class="item details" data-id="[field:id/]">
|
||||||
|
<div class="pictrue dis" ><a href="[field:arcurl/]"><img src="[field:litpic/]"></a></div>
|
||||||
|
<div class="text dis">
|
||||||
|
<div class="name"><a href="[field:arcurl/]">[field:title/]</a></div>
|
||||||
|
<div class="icons">
|
||||||
|
<span class="iconfont iconshijian"></span>[field:createtime function="format('MM-dd HH:mm:ss')" /]
|
||||||
|
<span class="iconfont iconliulan"></span>[field:clicks/]
|
||||||
|
</div>
|
||||||
|
<div class="infor"><a href="[field:arcurl/]">[field:remark function="substring(0,75,'...')" /]</a></div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
{/dreamer-cms:list}
|
||||||
|
</div>
|
||||||
|
</div> -->
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="clearfix"></div>
|
||||||
|
|
||||||
|
<!-- <div id="advers" class="min_wrapper_1200">
|
||||||
|
<div class="wrapper_1200 wrapper1">免费体验后台管理系统<a href="/admin" target="_blank" title="立即体验">立即体验</a></div>
|
||||||
|
</div> -->
|
||||||
|
|
||||||
|
{dreamer-cms:include file="inc/footer.html" /}
|
||||||
|
</div>
|
||||||
|
{dreamer-cms:include file="inc/service.html" /}
|
||||||
|
|
||||||
|
<script src="{dreamer-cms:template /}scripts/jquery.share.min.js"></script>
|
||||||
|
<script>
|
||||||
|
$('#share-2').share({
|
||||||
|
sites: ['wechat','qzone', 'qq', 'weibo']
|
||||||
|
});
|
||||||
|
</script>
|
||||||
|
</body>
|
||||||
|
</html>
|
77
templates/default_v2/article_question.html
Normal file
@ -0,0 +1,77 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="zh-CN">
|
||||||
|
<head>
|
||||||
|
<meta charset="UTF-8">
|
||||||
|
<meta name="viewport" content="width=device-width,initial-scale=1.0,maximum-scale=1.0,minimum-scale=1.0,user-scalable=no">
|
||||||
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
||||||
|
<!-- 禁止百度转码 -->
|
||||||
|
<meta http-equiv="Cache-Control" content="no-siteapp">
|
||||||
|
<!-- uc强制竖屏 -->
|
||||||
|
<meta name="screen-orientation" content="portrait">
|
||||||
|
<!-- QQ强制竖屏 -->
|
||||||
|
<meta name="x5-orientation" content="portrait">
|
||||||
|
<title>{dreamer-cms:article field="title" /}_{dreamer-cms:global name="title"/}</title>
|
||||||
|
<meta name="Keywords" content="{dreamer-cms:global name="keywords"/}" />
|
||||||
|
<meta name="Description" content="{dreamer-cms:global name="describe"/}" />
|
||||||
|
<link rel="stylesheet" href="{dreamer-cms:template /}css/iconfont/iconfont.css">
|
||||||
|
<link rel="stylesheet" href="{dreamer-cms:template /}css/reset.css">
|
||||||
|
<link rel="stylesheet" href="{dreamer-cms:template /}css/animate.css">
|
||||||
|
<link rel="stylesheet" href="{dreamer-cms:template /}css/style.css">
|
||||||
|
<link rel="stylesheet" href="{dreamer-cms:template /}css/share.min.css">
|
||||||
|
<link rel="stylesheet" href="{dreamer-cms:template /}scripts/theme/default/layer.css">
|
||||||
|
<script src="{dreamer-cms:template /}scripts/jquery-1.11.3.min.js"></script>
|
||||||
|
<script src="{dreamer-cms:template /}scripts/jquery.SuperSlide.2.1.1.js"></script>
|
||||||
|
<script src="{dreamer-cms:template /}scripts/js.js"></script>
|
||||||
|
<script src="{dreamer-cms:template /}scripts/layer.js"></script>
|
||||||
|
<style>
|
||||||
|
.conter img{max-width: 100% !important;height:auto !important;}
|
||||||
|
.case-details .wrapper_1200 .nav a:hover{color:#438fff;}
|
||||||
|
.headerBg2{background:url("{dreamer-cms:template /}images/companyinfo1.jpg") center 0 no-repeat;overflow:hidden;width:100%;height:380px;}
|
||||||
|
img {
|
||||||
|
margin: 0 auto;
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
|
||||||
|
</style>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<div class="case-details">
|
||||||
|
{dreamer-cms:include file='inc/header1.html'/}
|
||||||
|
|
||||||
|
<div class="headerBg2"></div>
|
||||||
|
|
||||||
|
<div class="wrapper_1200">
|
||||||
|
{dreamer-cms:location lang="cn" /}
|
||||||
|
<div class="caseCon">
|
||||||
|
<div class="name">{dreamer-cms:article field="title" /}</div>
|
||||||
|
<div class="browse">
|
||||||
|
<span class="iconfont iconliulan"></span>浏览量 {dreamer-cms:article field="clicks" /}
|
||||||
|
<span class="iconfont iconshijian"></span>时间 {dreamer-cms:article field="createTime" function="format('yyyy-MM-dd HH:mm:ss')" /}
|
||||||
|
</div>
|
||||||
|
<div class="conter">
|
||||||
|
<p>{dreamer-cms:article field="answer" /}</p>
|
||||||
|
<br>
|
||||||
|
{dreamer-cms:prevnext layout="prev,next" /}
|
||||||
|
</div>
|
||||||
|
<div class="share pull-right">
|
||||||
|
<div class="dis">分享:</div>
|
||||||
|
<div id="share-2" class="dis"></div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<!-- <div id="advers" class="min_wrapper_1200">
|
||||||
|
<div class="wrapper_1200 wrapper1">免费体验后台管理系统<a href="/admin" target="_blank" title="立即体验">立即体验</a></div>
|
||||||
|
</div> -->
|
||||||
|
|
||||||
|
{dreamer-cms:include file='inc/footer.html'/}
|
||||||
|
</div>
|
||||||
|
{dreamer-cms:include file="inc/service.html" /}
|
||||||
|
<script src="{dreamer-cms:template /}scripts/jquery.share.min.js"></script>
|
||||||
|
<script>
|
||||||
|
$(function () {
|
||||||
|
$('#share-2').share({sites: ['wechat','qzone', 'qq', 'weibo']});
|
||||||
|
})
|
||||||
|
</script>
|
||||||
|
</body>
|
||||||
|
</html>
|
77
templates/default_v2/article_template.html
Normal file
@ -0,0 +1,77 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="zh-CN">
|
||||||
|
<head>
|
||||||
|
<meta charset="UTF-8">
|
||||||
|
<meta name="viewport" content="width=device-width,initial-scale=1.0,maximum-scale=1.0,minimum-scale=1.0,user-scalable=no">
|
||||||
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
||||||
|
<!-- 禁止百度转码 -->
|
||||||
|
<meta http-equiv="Cache-Control" content="no-siteapp">
|
||||||
|
<!-- uc强制竖屏 -->
|
||||||
|
<meta name="screen-orientation" content="portrait">
|
||||||
|
<!-- QQ强制竖屏 -->
|
||||||
|
<meta name="x5-orientation" content="portrait">
|
||||||
|
<title>{dreamer-cms:article field="title" /}_{dreamer-cms:global name="title"/}</title>
|
||||||
|
<meta name="Keywords" content="{dreamer-cms:global name="keywords"/}" />
|
||||||
|
<meta name="Description" content="{dreamer-cms:global name="describe"/}" />
|
||||||
|
<link rel="stylesheet" href="{dreamer-cms:template /}css/iconfont/iconfont.css">
|
||||||
|
<link rel="stylesheet" href="{dreamer-cms:template /}css/reset.css">
|
||||||
|
<link rel="stylesheet" href="{dreamer-cms:template /}css/animate.css">
|
||||||
|
<link rel="stylesheet" href="{dreamer-cms:template /}css/style.css">
|
||||||
|
<link rel="stylesheet" href="{dreamer-cms:template /}css/share.min.css">
|
||||||
|
<link rel="stylesheet" href="{dreamer-cms:template /}scripts/theme/default/layer.css">
|
||||||
|
<script src="{dreamer-cms:template /}scripts/jquery-1.11.3.min.js"></script>
|
||||||
|
<script src="{dreamer-cms:template /}scripts/jquery.SuperSlide.2.1.1.js"></script>
|
||||||
|
<script src="{dreamer-cms:template /}scripts/js.js"></script>
|
||||||
|
<script src="{dreamer-cms:template /}scripts/layer.js"></script>
|
||||||
|
<style>
|
||||||
|
.conter img{max-width: 100% !important;height:auto !important;}
|
||||||
|
.case-details .wrapper_1200 .nav a:hover{color:#438fff;}
|
||||||
|
.headerBg2{background:url("{dreamer-cms:template /}images/companyinfo1.jpg") center 0 no-repeat;overflow:hidden;width:100%;height:380px;}
|
||||||
|
img {
|
||||||
|
margin: 0 auto;
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
|
||||||
|
</style>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<div class="case-details">
|
||||||
|
{dreamer-cms:include file='inc/header1.html'/}
|
||||||
|
|
||||||
|
<div class="headerBg2"></div>
|
||||||
|
|
||||||
|
<div class="wrapper_1200">
|
||||||
|
{dreamer-cms:location lang="cn" /}
|
||||||
|
<div class="caseCon">
|
||||||
|
<div class="name">{dreamer-cms:article field="title" /}</div>
|
||||||
|
<div class="browse">
|
||||||
|
<span class="iconfont iconliulan"></span>浏览量 {dreamer-cms:article field="clicks" /}
|
||||||
|
<span class="iconfont iconshijian"></span>时间 {dreamer-cms:article field="createTime" function="format('yyyy-MM-dd HH:mm:ss')" /}
|
||||||
|
</div>
|
||||||
|
<div class="conter">
|
||||||
|
<p>{dreamer-cms:article field="body" /}</p>
|
||||||
|
<br>
|
||||||
|
{dreamer-cms:prevnext layout="prev,next" /}
|
||||||
|
</div>
|
||||||
|
<div class="share pull-right">
|
||||||
|
<div class="dis">分享:</div>
|
||||||
|
<div id="share-2" class="dis"></div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<!-- <div id="advers" class="min_wrapper_1200">
|
||||||
|
<div class="wrapper_1200 wrapper1">免费体验后台管理系统<a href="/admin" target="_blank" title="立即体验">立即体验</a></div>
|
||||||
|
</div> -->
|
||||||
|
|
||||||
|
{dreamer-cms:include file='inc/footer.html'/}
|
||||||
|
</div>
|
||||||
|
{dreamer-cms:include file="inc/service.html" /}
|
||||||
|
<script src="{dreamer-cms:template /}scripts/jquery.share.min.js"></script>
|
||||||
|
<script>
|
||||||
|
$(function () {
|
||||||
|
$('#share-2').share({sites: ['wechat','qzone', 'qq', 'weibo']});
|
||||||
|
})
|
||||||
|
</script>
|
||||||
|
</body>
|
||||||
|
</html>
|
94
templates/default_v2/article_version.html
Normal file
@ -0,0 +1,94 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="zh-CN">
|
||||||
|
<head>
|
||||||
|
<meta charset="UTF-8">
|
||||||
|
<meta name="viewport" content="width=device-width,initial-scale=1.0,maximum-scale=1.0,minimum-scale=1.0,user-scalable=no">
|
||||||
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
||||||
|
<!-- 禁止百度转码 -->
|
||||||
|
<meta http-equiv="Cache-Control" content="no-siteapp">
|
||||||
|
<!-- uc强制竖屏 -->
|
||||||
|
<meta name="screen-orientation" content="portrait">
|
||||||
|
<!-- QQ强制竖屏 -->
|
||||||
|
<meta name="x5-orientation" content="portrait">
|
||||||
|
<title>{dreamer-cms:article field="title" /}_{dreamer-cms:global name="title"/}</title>
|
||||||
|
<meta name="Keywords" content="{dreamer-cms:global name="keywords"/}" />
|
||||||
|
<meta name="Description" content="{dreamer-cms:global name="describe"/}" />
|
||||||
|
<link rel="stylesheet" href="{dreamer-cms:template /}css/iconfont/iconfont.css">
|
||||||
|
<link rel="stylesheet" href="{dreamer-cms:template /}css/reset.css">
|
||||||
|
<link rel="stylesheet" href="{dreamer-cms:template /}css/animate.css">
|
||||||
|
<link rel="stylesheet" href="{dreamer-cms:template /}css/style.css">
|
||||||
|
<link rel="stylesheet" href="{dreamer-cms:template /}css/share.min.css">
|
||||||
|
<link rel="stylesheet" href="{dreamer-cms:template /}scripts/theme/default/layer.css">
|
||||||
|
<script src="{dreamer-cms:template /}scripts/jquery-1.11.3.min.js"></script>
|
||||||
|
<script src="{dreamer-cms:template /}scripts/jquery.SuperSlide.2.1.1.js"></script>
|
||||||
|
<script src="{dreamer-cms:template /}scripts/js.js"></script>
|
||||||
|
<script src="{dreamer-cms:template /}scripts/layer.js"></script>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<div class="news-content-page">
|
||||||
|
{dreamer-cms:include file='inc/header.html'/}.
|
||||||
|
|
||||||
|
{dreamer-cms:sql sql="select image_path as litpic from system_archives where id = [9eefb5b8aed845de99855f1d55d92a49]"}
|
||||||
|
<div class="publicHeader2 min_wrapper_1200" style="background:url(/resources/uploads/[field:litpic /]) no-repeat;"></div>
|
||||||
|
{/dreamer-cms:sql}
|
||||||
|
|
||||||
|
<div class="conter wrapper_1200">
|
||||||
|
<div class="asideCon">
|
||||||
|
<div class="nav">
|
||||||
|
{dreamer-cms:location lang="cn" /}
|
||||||
|
</div>
|
||||||
|
<a class="home" href="javascript:window.history.go(-1);"><< 点击返回列表</a>
|
||||||
|
<div class="article">
|
||||||
|
<div class="name">问:{dreamer-cms:article field="title" /}</div>
|
||||||
|
<div class="browse">
|
||||||
|
<span class="iconfont iconliulan"></span>浏览量 {dreamer-cms:article field="clicks" /}
|
||||||
|
<span class="iconfont iconshijian"></span>时间 {dreamer-cms:article field="createTime" function="format('yyyy-MM-dd HH:mm:ss')" /}
|
||||||
|
</div>
|
||||||
|
<div class="articleCon">
|
||||||
|
<p>{dreamer-cms:article field="content" /}<p><br/>
|
||||||
|
<br>
|
||||||
|
{dreamer-cms:prevnext layout="prev,next" /}
|
||||||
|
</div>
|
||||||
|
<div class="share pull-right">
|
||||||
|
<div class="dis">分享:</div>
|
||||||
|
<div id="share-2" class="dis"></div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="clearfix"></div>
|
||||||
|
<div class="recommend">
|
||||||
|
<div class="title">推荐阅读</div>
|
||||||
|
<div class="publicList">
|
||||||
|
{dreamer-cms:list typeid="96nbp5pc" pagenum="1" pagesize="5" cascade="true"}
|
||||||
|
<div class="item details" data-id="[field:id/]">
|
||||||
|
<div class="pictrue dis" ><a href="[field:arcurl/]"><img src="[field:litpic/]"></a></div>
|
||||||
|
<div class="text dis">
|
||||||
|
<div class="name"><a href="[field:arcurl/]">[field:title/]</a></div>
|
||||||
|
<div class="icons">
|
||||||
|
<span class="iconfont iconshijian"></span>[field:createtime function="format('MM-dd hh:mm:ss')" /]
|
||||||
|
<span class="iconfont iconliulan"></span>[field:clicks/]
|
||||||
|
</div>
|
||||||
|
<div class="infor"><a href="[field:arcurl/]">[field:remark function="substring(0,75,'...')" /]</a></div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
{/dreamer-cms:list}
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="clearfix"></div>
|
||||||
|
|
||||||
|
<!-- <div id="advers" class="min_wrapper_1200">
|
||||||
|
<div class="wrapper_1200 wrapper1">免费体验后台管理系统<a href="/admin" target="_blank" title="立即体验">立即体验</a></div>
|
||||||
|
</div> -->
|
||||||
|
|
||||||
|
{dreamer-cms:include file="inc/footer.html" /}
|
||||||
|
</div>
|
||||||
|
{dreamer-cms:include file="inc/service.html" /}
|
||||||
|
<script src="{dreamer-cms:template /}scripts/jquery.share.min.js"></script>
|
||||||
|
<script>
|
||||||
|
$('#share-2').share({
|
||||||
|
sites: ['wechat','qzone', 'qq', 'weibo']
|
||||||
|
});
|
||||||
|
</script>
|
||||||
|
</body>
|
||||||
|
</html>
|
103
templates/default_v2/article_zhaocai.html
Normal file
@ -0,0 +1,103 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="zh-CN">
|
||||||
|
<head>
|
||||||
|
<meta charset="UTF-8">
|
||||||
|
<meta name="viewport" content="width=device-width,initial-scale=1.0,maximum-scale=1.0,minimum-scale=1.0,user-scalable=no">
|
||||||
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
||||||
|
<!-- 禁止百度转码 -->
|
||||||
|
<meta http-equiv="Cache-Control" content="no-siteapp">
|
||||||
|
<!-- uc强制竖屏 -->
|
||||||
|
<meta name="screen-orientation" content="portrait">
|
||||||
|
<!-- QQ强制竖屏 -->
|
||||||
|
<meta name="x5-orientation" content="portrait">
|
||||||
|
<title>{dreamer-cms:article field="title" /}_{dreamer-cms:global name="title"/}</title>
|
||||||
|
<meta name="Keywords" content="{dreamer-cms:global name="keywords"/}" />
|
||||||
|
<meta name="Description" content="{dreamer-cms:global name="describe"/}" />
|
||||||
|
<link rel="stylesheet" href="{dreamer-cms:template /}css/iconfont/iconfont.css">
|
||||||
|
<link rel="stylesheet" href="{dreamer-cms:template /}css/reset.css">
|
||||||
|
<link rel="stylesheet" href="{dreamer-cms:template /}css/animate.css">
|
||||||
|
<link rel="stylesheet" href="{dreamer-cms:template /}css/style.css">
|
||||||
|
<link rel="stylesheet" href="{dreamer-cms:template /}css/share.min.css">
|
||||||
|
<link rel="stylesheet" href="{dreamer-cms:template /}scripts/theme/default/layer.css">
|
||||||
|
<script src="{dreamer-cms:template /}scripts/jquery-1.11.3.min.js"></script>
|
||||||
|
<script src="{dreamer-cms:template /}scripts/jquery.SuperSlide.2.1.1.js"></script>
|
||||||
|
<script src="{dreamer-cms:template /}scripts/js.js"></script>
|
||||||
|
<script src="{dreamer-cms:template /}scripts/layer.js"></script>
|
||||||
|
</head>
|
||||||
|
<style>
|
||||||
|
.headerBg2{background:url("{dreamer-cms:template /}images/newsbanner1.jpg") center 0 no-repeat;overflow:hidden;width:100%;height:380px;}
|
||||||
|
#zhaocaiframe{
|
||||||
|
width: 1000px;
|
||||||
|
height: 1000px;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
<body>
|
||||||
|
<div class="news-content-page">
|
||||||
|
{dreamer-cms:include file='inc/header1.html'/}.
|
||||||
|
|
||||||
|
<div class="headerBg2"></div>
|
||||||
|
|
||||||
|
<div class="conter wrapper_1200">
|
||||||
|
<div class="asideCon">
|
||||||
|
<div class="nav">
|
||||||
|
{dreamer-cms:location lang="cn" /}
|
||||||
|
</div>
|
||||||
|
<a class="home" href="javascript:window.history.go(-1);"><< 点击返回列表</a>
|
||||||
|
<div class="article">
|
||||||
|
<div class="name">{dreamer-cms:article field="title" /}</div>
|
||||||
|
<div class="browse">
|
||||||
|
<span class="iconfont iconliulan"></span>浏览量 {dreamer-cms:article field="clicks" /}
|
||||||
|
<span class="iconfont iconshijian"></span>时间 {dreamer-cms:article field="createTime" function="format('yyyy-MM-dd HH:mm:ss')" /}
|
||||||
|
</div>
|
||||||
|
<div class="articleCon">
|
||||||
|
<!-- <iframe id="zhaocaiframe" src="http://192.168.1.88:8888/resources/uploads/20250412/1910939575449645056.pdf"></iframe > -->
|
||||||
|
<!-- <p>{dreamer-cms:article field="url" /}<p><br/> -->
|
||||||
|
<iframe id="zhaocaiframe" src="/resources/uploads/{dreamer-cms:article field="url" /}"></iframe>
|
||||||
|
<br>
|
||||||
|
{dreamer-cms:prevnext layout="prev,next" /}
|
||||||
|
</div>
|
||||||
|
<div class="share pull-right">
|
||||||
|
<div class="dis">分享:</div>
|
||||||
|
<div id="share-2" class="dis"></div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="clearfix"></div>
|
||||||
|
<div class="recommend">
|
||||||
|
<div class="title">推荐阅读</div>
|
||||||
|
<div class="publicList">
|
||||||
|
{dreamer-cms:list typeid="6j0r9qzq" pagenum="1" pagesize="1" cascade="true" sortBy="create_time" sortWay="desc"}
|
||||||
|
<div class="item details" data-id="[field:id/]">
|
||||||
|
<div class="pictrue dis" ><a href="[field:arcurl/]"><img src="[field:litpic/]"></a></div>
|
||||||
|
<div class="text dis">
|
||||||
|
<div class="name"><a href="[field:arcurl/]">[field:title/]</a></div>
|
||||||
|
<div class="icons">
|
||||||
|
<span class="iconfont iconshijian"></span>[field:createtime function="format('MM-dd HH:mm:ss')" /]
|
||||||
|
<span class="iconfont iconliulan"></span>[field:clicks/]
|
||||||
|
</div>
|
||||||
|
<div class="infor"><a href="[field:arcurl/]">[field:remark function="substring(0,75,'...')" /]</a></div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
{/dreamer-cms:list}
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="clearfix"></div>
|
||||||
|
|
||||||
|
<!-- <div id="advers" class="min_wrapper_1200">
|
||||||
|
<div class="wrapper_1200 wrapper1">免费体验后台管理系统<a href="/admin" target="_blank" title="立即体验">立即体验</a></div>
|
||||||
|
</div> -->
|
||||||
|
|
||||||
|
{dreamer-cms:include file="inc/footer.html" /}
|
||||||
|
</div>
|
||||||
|
{dreamer-cms:include file="inc/service.html" /}
|
||||||
|
|
||||||
|
<script src="{dreamer-cms:template /}scripts/jquery.share.min.js"></script>
|
||||||
|
<script>
|
||||||
|
$('#share-2').share({
|
||||||
|
// sites: ['wechat','qzone', 'qq', 'weibo']
|
||||||
|
sites: ['qzone', 'weibo']
|
||||||
|
});
|
||||||
|
</script>
|
||||||
|
</body>
|
||||||
|
</html>
|
3488
templates/default_v2/css/animate.css
vendored
Normal file
BIN
templates/default_v2/css/fonts/iconfont.eot
Normal file
88
templates/default_v2/css/fonts/iconfont.svg
Normal file
@ -0,0 +1,88 @@
|
|||||||
|
<?xml version="1.0" standalone="no"?>
|
||||||
|
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
|
||||||
|
<svg xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<metadata>
|
||||||
|
Created by FontForge 20120731 at Sat Nov 28 22:48:50 2015
|
||||||
|
By Ads
|
||||||
|
</metadata>
|
||||||
|
<defs>
|
||||||
|
<font id="iconfont" horiz-adv-x="1024" >
|
||||||
|
<font-face
|
||||||
|
font-family="iconfont"
|
||||||
|
font-weight="500"
|
||||||
|
font-stretch="normal"
|
||||||
|
units-per-em="1024"
|
||||||
|
panose-1="2 0 6 3 0 0 0 0 0 0"
|
||||||
|
ascent="896"
|
||||||
|
descent="-128"
|
||||||
|
x-height="792"
|
||||||
|
bbox="-0.097561 -77 1024.92 839"
|
||||||
|
underline-thickness="50"
|
||||||
|
underline-position="-100"
|
||||||
|
unicode-range="U+0078-F20A"
|
||||||
|
/>
|
||||||
|
<missing-glyph horiz-adv-x="374"
|
||||||
|
d="M34 0v682h272v-682h-272zM68 34h204v614h-204v-614z" />
|
||||||
|
<glyph glyph-name=".notdef" horiz-adv-x="374"
|
||||||
|
d="M34 0v682h272v-682h-272zM68 34h204v614h-204v-614z" />
|
||||||
|
<glyph glyph-name=".null" horiz-adv-x="0"
|
||||||
|
/>
|
||||||
|
<glyph glyph-name="nonmarkingreturn" horiz-adv-x="341"
|
||||||
|
/>
|
||||||
|
<glyph glyph-name="x" unicode="x" horiz-adv-x="1001"
|
||||||
|
d="M281 543q-27 -1 -53 -1h-83q-18 0 -36.5 -6t-32.5 -18.5t-23 -32t-9 -45.5v-76h912v41q0 16 -0.5 30t-0.5 18q0 13 -5 29t-17 29.5t-31.5 22.5t-49.5 9h-133v-97h-438v97zM955 310v-52q0 -23 0.5 -52t0.5 -58t-10.5 -47.5t-26 -30t-33 -16t-31.5 -4.5q-14 -1 -29.5 -0.5
|
||||||
|
t-29.5 0.5h-32l-45 128h-439l-44 -128h-29h-34q-20 0 -45 1q-25 0 -41 9.5t-25.5 23t-13.5 29.5t-4 30v167h911zM163 247q-12 0 -21 -8.5t-9 -21.5t9 -21.5t21 -8.5q13 0 22 8.5t9 21.5t-9 21.5t-22 8.5zM316 123q-8 -26 -14 -48q-5 -19 -10.5 -37t-7.5 -25t-3 -15t1 -14.5
|
||||||
|
t9.5 -10.5t21.5 -4h37h67h81h80h64h36q23 0 34 12t2 38q-5 13 -9.5 30.5t-9.5 34.5q-5 19 -11 39h-368zM336 498v228q0 11 2.5 23t10 21.5t20.5 15.5t34 6h188q31 0 51.5 -14.5t20.5 -52.5v-227h-327z" />
|
||||||
|
<glyph glyph-name="uniF00A" unicode=""
|
||||||
|
d="M911 512l-334 1q19 79 23 116q4 45 -3 76q-11 47 -34 90q-6 12 -17 18.5t-24 6.5h-65q-13 0 -23.5 -6.5t-17 -17t-6.5 -23.5v-35v-32v-26q0 -10 -1 -11q-12 -26 -26.5 -52t-29.5 -51.5t-32 -49.5q-6 -9 -11.5 -17t-11.5 -16t-12.5 -16t-13.5 -15q-13 -14 -13 -32v-411
|
||||||
|
q0 -19 13 -33q28 -28 73 -28q323 1 440 1q13 0 24 6t17 17l119 203q6 11 9 22.5t3 23.5l1 244q0 13 -6.5 24t-17 17t-23.5 6zM155 445h-42q-13 0 -24 -6t-17 -17t-6 -24v-403q0 -19 13.5 -33t33.5 -14h42q13 0 23.5 6.5t17 17t6.5 23.5v403q0 20 -14 33.5t-33 13.5z" />
|
||||||
|
<glyph glyph-name="uniF01A" unicode=""
|
||||||
|
d="M260 740q0 -41 -29.5 -69.5t-76.5 -28.5q-45 0 -74 28.5t-29 69.5q0 43 29 71t76 28t74.5 -28t29.5 -71zM57 -69v633h197v-633h-197zM371 361q0 89 -4 203h170l10 -88h4q61 103 194 103q103 0 165.5 -69t62.5 -204v-375h-197v351q0 137 -100 137q-72 0 -101 -74
|
||||||
|
q-6 -12 -6 -49v-365h-198v430z" />
|
||||||
|
<glyph glyph-name="uniF03A" unicode=""
|
||||||
|
d="M751 815v-142h-84q-46 0 -62 -19t-16 -58v-101h157l-21 -158h-136v-407h-164v407h-136v158h136v117q0 100 56 154.5t148 54.5q79 0 122 -6z" />
|
||||||
|
<glyph glyph-name="uniF04A" unicode=""
|
||||||
|
d="M629 830h-245q-37 0 -69 -4t-71.5 -19t-71.5 -41q-37 -31 -56.5 -72.5t-19.5 -82.5q0 -46 22.5 -87t68.5 -68t106 -27h7h8q2 0 7.5 0.5t7.5 1t8 0.5q-1 -1 -2 -4t-1.5 -4t-1.5 -4l-2 -5q0 -1 -1 -3.5t-1.5 -4.5t-1 -4.5t-0.5 -5t-0.5 -5t-0.5 -5.5q0 -17 6.5 -33
|
||||||
|
t11.5 -23t18 -23q-18 -1 -26.5 -1.5t-29 -2.5t-33.5 -4.5t-34 -6.5t-36.5 -9t-34 -12.5t-33.5 -16.5q-48 -28 -69.5 -66.5t-21.5 -75.5q0 -69 66.5 -117.5t188.5 -48.5q74 0 134.5 19t98.5 50.5t58.5 70t20.5 80.5q0 19 -3.5 36t-11.5 32t-15 26.5t-21 24.5t-23 21t-26 22
|
||||||
|
l-43 32q-9 8 -14 12.5t-10.5 15.5t-5.5 22.5t6 23t11 17t16 16.5q24 18 37.5 30.5t30 33t24 45.5t7.5 56t-8.5 57.5t-24 46.5t-25.5 30t-26 22h74zM524 120q0 -36 -19.5 -64t-59.5 -44.5t-95 -16.5q-94 0 -151.5 39.5t-57.5 102.5q0 83 102 119q57 19 125 19h6h4
|
||||||
|
q3 0 4.5 -0.5t3.5 -0.5h5q2 0 4 -1q75 -51 102 -81t27 -72zM429 494q-33 -33 -80 -33q-36 0 -66 21t-47 53.5t-26 67t-9 65.5q0 54 26 86q14 17 36.5 27.5t46.5 10.5q46 0 81.5 -37t51.5 -84.5t16 -92.5v-10q0 -4 -1 -10.5t-2 -12.5t-3.5 -13t-5.5 -13.5t-7.5 -13
|
||||||
|
t-10.5 -11.5zM865 653v118h-59v-118h-119v-58h119v-118h59v118h118v58h-118z" />
|
||||||
|
<glyph glyph-name="uniF05A" unicode=""
|
||||||
|
d="M540 185h370v370h-369l-1 85h285v114h-285v85h-142v-284h-256v-370h199v-258zM284 279v175h484v-175h-484zM853 100q-17 0 -33 -6.5t-27.5 -18t-18 -27.5t-6.5 -33.5t6.5 -33.5t18 -27.5t27.5 -18.5t33 -7q35 0 60 25.5t25 61t-25 60.5t-60 25zM597.5 100
|
||||||
|
q-35.5 0 -60.5 -25t-25 -60.5t25 -61t60.5 -25.5t60 25.5t24.5 61t-24.5 60.5t-60 25zM171 100q-14 0 -27 -4t-23.5 -12t-18.5 -18.5t-12 -24t-4 -27.5q0 -35 24.5 -60.5t60 -25.5t60.5 25.5t25 60.5q0 18 -7 34t-18 27.5t-27 18t-33 6.5z" />
|
||||||
|
<glyph glyph-name="uniF06A" unicode="" horiz-adv-x="1025"
|
||||||
|
d="M1024 702q-58 -26 -121 -34q33 20 57 50t36 67q-63 -37 -134 -51q-62 66 -153 66q-57 0 -105.5 -28t-76.5 -76.5t-28 -105.5q0 -8 0.5 -16t2 -16t2.5 -16q-129 7 -241.5 65t-191.5 155q-13 -24 -20.5 -51t-7.5 -55q0 -36 11.5 -69t32.5 -60t49 -46q-50 2 -95 26v-2
|
||||||
|
q0 -76 48 -134t121 -72q-27 -8 -56 -8q-5 0 -10 1h-10q-5 1 -9.5 1.5t-9.5 1.5q20 -63 74 -103.5t122 -42.5q-36 -28 -77.5 -48t-88 -31t-95.5 -11q-25 0 -50 3q147 -94 322 -94q112 0 210 35.5t168 95t120.5 136.5t75 161.5t24.5 169.5q0 14 -1 27q8 5 15.5 11t14.5 12
|
||||||
|
l14 14q7 6 13.5 12.5t13 14t12 14.5t11.5 15t11 16z" />
|
||||||
|
<glyph glyph-name="uniF07A" unicode=""
|
||||||
|
d="M435 826q-94 -21 -163.5 -85.5t-98.5 -155.5t-8 -186q7 -34 21 -66q4 -9 12.5 -15t18 -7t18.5 3q15 6 20.5 20.5t-0.5 28.5q-11 25 -17 53q-17 74 6 146t78 123t129.5 67.5t145.5 -6.5t121.5 -78.5t67 -130t-6 -146.5t-77.5 -123t-130 -67q-44 -10 -89 -5q-15 1 -27 -9
|
||||||
|
t-13.5 -25t8.5 -27.5t25 -13.5q56 -6 112 7q94 20 164 85t98.5 155.5t8 185t-84.5 164.5t-154.5 99t-184.5 9zM542 339q57 13 88 62t18 106q-8 37 -33 64.5t-60.5 39t-72.5 3.5q-57 -13 -88 -62t-19 -106q5 -21 16 -41q-70 -81 -105 -197t-16 -239q2 -16 14.5 -25t28.5 -7
|
||||||
|
q1 1 2 1q14 3 22.5 15.5t6.5 26.5q-17 105 12.5 204.5t88.5 168.5q46 -25 97 -14z" />
|
||||||
|
<glyph glyph-name="uniF08A" unicode=""
|
||||||
|
d="M767 277q-9 -8 -11 -13.5t0 -16.5l4 -24q-183 2 -297 18q-6 2 0 5l289 201q11 7 -1 9q-7 1 -19 3t-21 3l-9 1q-90 11 -190 11q-170 0 -303 -30h8q225 0 374 -23q7 -2 0 -6l-289 -206l-5 -4q-2 -4 5 -5q45 -6 94 -9q59 -4 116 -4q176 0 312 32l5 1q-19 -15 -63 -30
|
||||||
|
l42 -226q2 -12 -1.5 -19t-11 -7.5t-18.5 4.5l-241 140q-24 15 -49 -1l-240 -139q-16 -9 -25 -2.5t-5 24.5l53 284q3 9 1.5 14t-8.5 12l-210 193q-9 8 -10.5 16t4.5 13t18 6l268 30q15 2 21 5.5t12 14.5l126 262q9 17 20.5 17t19.5 -17l118 -262q5 -13 11 -17t21 -6l277 -27
|
||||||
|
q18 -2 21.5 -12t-9.5 -23z" />
|
||||||
|
<glyph glyph-name="uniF09A" unicode=""
|
||||||
|
d="M704 547q-87 0 -163 -38t-120 -103q-22 -32 -33.5 -67t-11.5 -73q0 -41 14 -78h-18q-64 0 -124 18l-124 -56l30 102q-64 43 -101 105t-37 134q0 124 104.5 213t251.5 89q128 0 227 -70t122 -176h-17zM218 557q8 -7 17 -10.5t19 -3.5q22 0 36.5 14.5t14.5 35.5q0 11 -4 20
|
||||||
|
t-11 16q-2 2 -4 3l-4 4l-4 2l-4 2l-4 2h-6l-4 2h-6q-21 0 -36 -15q-7 -7 -10.5 -16t-3.5 -20q0 -7 1.5 -13.5t5 -12t7.5 -10.5zM1008 266q0 -126 -116 -204l23 -87l-105 49q-50 -16 -106 -16q-124 0 -213 75.5t-89 182.5q0 70 40.5 129t110.5 93q23 11 47.5 18.5t50.5 11.5
|
||||||
|
t53 4q126 0 215 -75t89 -181zM526.5 629.5q-14.5 14.5 -35 14.5t-34.5 -15q-7 -7 -11 -16t-4 -19q0 -20 14.5 -34.5t35 -14.5t35.5 14q7 8 10.5 16.5t3.5 18.5q0 21 -14.5 35.5zM603 312q9 0 16.5 3.5t13.5 9.5q13 13 13 29q0 8 -3.5 15.5t-9.5 13.5q-12 13 -30 13
|
||||||
|
q-6 0 -11 -1.5t-10 -4.5t-9 -7q-13 -13 -13 -28q0 -12 6 -21.5t16 -15.5q5 -3 10 -4.5t11 -1.5zM775 323q12 -13 30.5 -13t31.5 13q3 3 5 6.5t4 7.5t2.5 8t0.5 8q0 6 -1.5 11t-4 10t-6.5 9q-13 13 -31.5 13t-30.5 -13q-5 -4 -7.5 -9t-4 -10t-1.5 -11q0 -9 3 -16.5t10 -13.5z
|
||||||
|
" />
|
||||||
|
<glyph glyph-name="uniF10A" unicode=""
|
||||||
|
d="M138 773h746v-84h-746v84zM820 273v328h-617v-328h617zM292 517h439v-160h-439v160zM686 83q41 63 76 143l-90 33q-35 -97 -81 -176h-156q-39 103 -88 176l-83 -33q51 -77 83 -143h-230v-83h789v83h-220z" />
|
||||||
|
<glyph glyph-name="uniF11A" unicode=""
|
||||||
|
d="M911 223q-5 31 -17 61t-25.5 50.5t-26.5 37t-21 24.5l-8 9q5 44 -2.5 73t-17.5 36l-10 8q-2 62 -18.5 112.5t-39.5 81.5t-54 53.5t-57 32.5t-54 15.5t-38.5 6t-17.5 0.5q-6 0 -16.5 -0.5t-39 -6t-54 -15.5t-57 -32.5t-54.5 -53.5t-39.5 -81.5t-17.5 -112.5q-2 -1 -4.5 -3
|
||||||
|
t-9.5 -10t-10.5 -20.5t-7 -34t0.5 -49.5l-9 -9q-5 -5 -19.5 -23.5t-26.5 -38t-24.5 -50t-17.5 -61.5q-1 -4 -1 -10t1 -22t3.5 -28t9 -21t15.5 -8t25 17t37 50q23 -62 64 -117q-3 -1 -8 -3.5t-17.5 -10t-21.5 -17t-16 -26t-5 -34.5q0 -2 0.5 -4.5t3 -10t8 -14t17.5 -14.5
|
||||||
|
t28 -13.5t42.5 -9t58.5 -2.5q13 1 32.5 4t59.5 17t55 36h30q31 -44 141 -56l6 -1q45 -1 78 5.5t47.5 15.5t23 21.5t9 17.5t0.5 8q2 18 -4.5 34t-16.5 26t-20.5 17.5t-18.5 10.5l-8 3q9 11 17 23.5t14 23.5l12 22q6 11 9.5 19.5t6.5 15t4 9.5l1 4q21 -34 37 -50t25.5 -17
|
||||||
|
t15.5 8t8.5 21t3.5 28t1 23v9v0z" />
|
||||||
|
<glyph glyph-name="uniF12A" unicode="" horiz-adv-x="1026"
|
||||||
|
d="M0 242q0 65 40 140t113 147q96 97 195.5 134.5t140.5 -3.5q36 -36 11 -119q-2 -9 0 -12t5 -4t8 0t8 2l3 1q80 34 141.5 34t87.5 -35q25 -35 0 -101q-1 -8 -3 -11t3 -7.5t7 -5.5t9 -3q33 -10 59.5 -26.5t45 -47t19.5 -66.5q0 -39 -20.5 -79t-62.5 -79t-96 -66.5t-129 -48
|
||||||
|
t-155 -17.5t-157.5 19.5t-137 52.5t-98.5 87t-37 114zM104 201q5 -55 51 -97t118.5 -62t156.5 -12q128 13 211 80.5t76 151.5q-5 54 -50 96t-120 62.5t-157 12.5q-127 -13 -211 -80.5t-75 -151.5zM237 151q-24 52 3 106q27 53 86.5 80t120.5 10q63 -16 90.5 -67.5
|
||||||
|
t1.5 -109.5t-90.5 -85t-127.5 -7q-62 19 -84 73zM283 166q5 -21 24.5 -30t43 -1t35.5 28q11 18 6 38.5t-25 28.5q-20 9 -42.5 0.5t-33.5 -25.5q-13 -20 -8 -39zM403 247q-10 -19 8 -27q8 -2 16 1t12 10q6 8 2.5 16t-10.5 10q-7 3 -16 0t-12 -10zM666 746q-3 16 5 30.5
|
||||||
|
t25 16.5q70 14 139.5 -6.5t118.5 -76.5q50 -56 65 -128.5t-8 -137.5q-5 -16 -19.5 -23t-30 -2t-22.5 19.5t-3 29.5q16 47 6 98t-46 90q-36 40 -85 54.5t-98 5.5q-17 -3 -30 6t-17 24zM699 616q-3 15 5.5 26t20.5 14q35 8 68.5 -2.5t57.5 -37t31 -62.5t-3 -68
|
||||||
|
q-5 -12 -17.5 -19t-25.5 -2t-20 17.5t-2 25.5q11 36 -13.5 62.5t-61.5 20.5q-13 -3 -25 4t-15 21z" />
|
||||||
|
<glyph glyph-name="uniF20A" unicode=""
|
||||||
|
d="M945 677q-23 37 -54.5 64t-68.5 42.5t-79 18.5q-148 7 -228 -101l-1 2q-1 1 -2 1q0 -3 -3 -3q-80 108 -228 101q-60 -3 -113 -36t-89 -89q-26 -41 -36 -89.5t-5 -99t25 -102.5t54 -98q53 -69 89 -110q122 -134 282 -240l21 -15h6l21 15q78 52 150 113t132 127
|
||||||
|
q11 13 24 28.5t22.5 28t22 28t20.5 25.5q69 94 79.5 200.5t-41.5 188.5z" />
|
||||||
|
</font>
|
||||||
|
</defs></svg>
|
After Width: | Height: | Size: 9.8 KiB |
BIN
templates/default_v2/css/fonts/iconfont.ttf
Normal file
BIN
templates/default_v2/css/fonts/iconfont.woff
Normal file
BIN
templates/default_v2/css/iconfont/iconfont-1573089550858.eot
Normal file
692
templates/default_v2/css/iconfont/iconfont-1573089550858.svg
Normal file
After Width: | Height: | Size: 352 KiB |
BIN
templates/default_v2/css/iconfont/iconfont-1573089550858.ttf
Normal file
BIN
templates/default_v2/css/iconfont/iconfont-1573089550858.woff
Normal file
904
templates/default_v2/css/iconfont/iconfont.css
Normal file
872
templates/default_v2/css/reset.css
Normal file
@ -0,0 +1,872 @@
|
|||||||
|
@charset "utf-8";
|
||||||
|
|
||||||
|
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td { margin:0; padding:0; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box;}
|
||||||
|
body { background:#fff; color:#555; font-size:14px;font-family: 'PingFang SC', 'Helvetica Neue', Helvetica, 'Hiragino Sans GB', 'Microsoft YaHei', '微软雅黑,Arial', 'sans-serif';}
|
||||||
|
td,th,caption { font-size:62.5%; }
|
||||||
|
h1, h2, h3, h4, h5, h6 { font-weight:normal; font-size:100%; }
|
||||||
|
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal;}
|
||||||
|
a { color:#555; text-decoration:none; }
|
||||||
|
a:hover { text-decoration:none; }
|
||||||
|
img { border:none; }
|
||||||
|
ol,ul,li { list-style:none; }
|
||||||
|
input, textarea, select, button { font:14px Verdana,Helvetica,Arial,sans-serif; }
|
||||||
|
table { border-collapse:collapse; }
|
||||||
|
html {overflow-y: scroll;}
|
||||||
|
|
||||||
|
.clearfix:after, .clearfix:before {content: ""; display: block; height:0; clear:both; visibility: hidden;}
|
||||||
|
.clearfix { *zoom:1; }
|
||||||
|
.pull-left{float: left;}
|
||||||
|
.pull-right{float: right;}
|
||||||
|
header, section, footer, aside, nav, main, article, figure {
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
.icon {
|
||||||
|
width: 1em;
|
||||||
|
height: 1em;
|
||||||
|
vertical-align: -0.15em;
|
||||||
|
fill: currentColor;
|
||||||
|
overflow: hidden;
|
||||||
|
}
|
||||||
|
|
||||||
|
.set_2_button{position: relative;transition: all 1s;overflow:hidden;}
|
||||||
|
.set_2_button:before{content: "→";position: absolute;left: -100%;transition: all 0.5s;}
|
||||||
|
.set_2_button span{display: inline-block;transition: all 0.5s;}
|
||||||
|
.set_2_button:hover:before {left: 48%;transition: all 1s;}
|
||||||
|
.set_2_button:hover > span {transform: translateX(300%);transition: all 1s;}
|
||||||
|
|
||||||
|
.set_4_button1 {
|
||||||
|
position: relative;
|
||||||
|
overflow: hidden;
|
||||||
|
z-index: 0;
|
||||||
|
}
|
||||||
|
.set_4_button1.raised {
|
||||||
|
-moz-transition: all 0.1s;
|
||||||
|
-o-transition: all 0.1s;
|
||||||
|
-webkit-transition: all 0.1s;
|
||||||
|
transition: all 0.1s;
|
||||||
|
background: #666666;
|
||||||
|
}
|
||||||
|
.set_4_button1.raised:active {
|
||||||
|
background: #515151;
|
||||||
|
box-shadow: 0px 1px 1px #063e6b;
|
||||||
|
}
|
||||||
|
.anim {
|
||||||
|
-moz-transform: translateY(-50%) translateX(-50%);
|
||||||
|
-ms-transform: translateY(-50%) translateX(-50%);
|
||||||
|
-webkit-transform: translateY(-50%) translateX(-50%);
|
||||||
|
transform: translateY(-50%) translateX(-50%);
|
||||||
|
position: absolute;
|
||||||
|
top: 50%;
|
||||||
|
left: 50%;
|
||||||
|
z-index: -1;
|
||||||
|
}
|
||||||
|
.anim:before {
|
||||||
|
position: relative;
|
||||||
|
content: '';
|
||||||
|
display: block;
|
||||||
|
margin-top: 100%;
|
||||||
|
}
|
||||||
|
.anim:after {
|
||||||
|
content: '';
|
||||||
|
position: absolute;
|
||||||
|
top: 0;
|
||||||
|
bottom: 0;
|
||||||
|
left: 0;
|
||||||
|
right: 0;
|
||||||
|
border-radius: 50%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.clickable .toggle:checked + .anim {
|
||||||
|
-moz-animation: anim-in 0.75s;
|
||||||
|
-webkit-animation: anim-in 0.75s;
|
||||||
|
animation: anim-in 0.75s;
|
||||||
|
}
|
||||||
|
.clickable .toggle:checked + .anim:after {
|
||||||
|
-moz-animation: anim-in-pseudo 0.75s;
|
||||||
|
-webkit-animation: anim-in-pseudo 0.75s;
|
||||||
|
animation: anim-in-pseudo 0.75s;
|
||||||
|
}
|
||||||
|
.clickable .toggle:not(:checked) + .anim {
|
||||||
|
-moz-animation: anim-out 0.75s;
|
||||||
|
-webkit-animation: anim-out 0.75s;
|
||||||
|
animation: anim-out 0.75s;
|
||||||
|
}
|
||||||
|
.clickable .toggle:not(:checked) + .anim:after {
|
||||||
|
-moz-animation: anim-out-pseudo 0.75s;
|
||||||
|
-webkit-animation: anim-out-pseudo 0.75s;
|
||||||
|
animation: anim-out-pseudo 0.75s;
|
||||||
|
}
|
||||||
|
|
||||||
|
.hoverable:hover > .anim {
|
||||||
|
-moz-animation: anim-out 0.75s;
|
||||||
|
-webkit-animation: anim-out 0.75s;
|
||||||
|
animation: anim-out 0.75s;
|
||||||
|
}
|
||||||
|
.hoverable:hover > .anim:after {
|
||||||
|
-moz-animation: anim-out-pseudo 0.75s;
|
||||||
|
-webkit-animation: anim-out-pseudo 0.75s;
|
||||||
|
animation: anim-out-pseudo 0.75s;
|
||||||
|
}
|
||||||
|
@-webkit-keyframes anim-in {
|
||||||
|
0% {
|
||||||
|
width: 0%;
|
||||||
|
}
|
||||||
|
100% {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@-moz-keyframes anim-in {
|
||||||
|
0% {
|
||||||
|
width: 0%;
|
||||||
|
}
|
||||||
|
100% {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@-ms-keyframes anim-in {
|
||||||
|
0% {
|
||||||
|
width: 0%;
|
||||||
|
}
|
||||||
|
100% {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@keyframes anim-in {
|
||||||
|
0% {
|
||||||
|
width: 0%;
|
||||||
|
}
|
||||||
|
100% {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@-webkit-keyframes anim-in-pseudo {
|
||||||
|
0% {
|
||||||
|
background: rgba(0, 0, 0, 0.25);
|
||||||
|
}
|
||||||
|
100% {
|
||||||
|
background: transparent;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@-moz-keyframes anim-in-pseudo {
|
||||||
|
0% {
|
||||||
|
background: rgba(0, 0, 0, 0.25);
|
||||||
|
}
|
||||||
|
100% {
|
||||||
|
background: transparent;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@-ms-keyframes anim-in-pseudo {
|
||||||
|
0% {
|
||||||
|
background: rgba(0, 0, 0, 0.25);
|
||||||
|
}
|
||||||
|
100% {
|
||||||
|
background: transparent;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@keyframes anim-in-pseudo {
|
||||||
|
0% {
|
||||||
|
background: rgba(0, 0, 0, 0.25);
|
||||||
|
}
|
||||||
|
100% {
|
||||||
|
background: transparent;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@-webkit-keyframes anim-out {
|
||||||
|
0% {
|
||||||
|
width: 0%;
|
||||||
|
}
|
||||||
|
100% {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@-moz-keyframes anim-out {
|
||||||
|
0% {
|
||||||
|
width: 0%;
|
||||||
|
}
|
||||||
|
100% {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@-ms-keyframes anim-out {
|
||||||
|
0% {
|
||||||
|
width: 0%;
|
||||||
|
}
|
||||||
|
100% {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@keyframes anim-out {
|
||||||
|
0% {
|
||||||
|
width: 0%;
|
||||||
|
}
|
||||||
|
100% {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@-webkit-keyframes anim-out-pseudo {
|
||||||
|
0% {
|
||||||
|
background: rgba(0, 0, 0, 0.25);
|
||||||
|
}
|
||||||
|
100% {
|
||||||
|
background: transparent;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@-moz-keyframes anim-out-pseudo {
|
||||||
|
0% {
|
||||||
|
background: rgba(0, 0, 0, 0.25);
|
||||||
|
}
|
||||||
|
100% {
|
||||||
|
background: transparent;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@-ms-keyframes anim-out-pseudo {
|
||||||
|
0% {
|
||||||
|
background: rgba(0, 0, 0, 0.25);
|
||||||
|
}
|
||||||
|
100% {
|
||||||
|
background: transparent;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@keyframes anim-out-pseudo {
|
||||||
|
0% {
|
||||||
|
background: rgba(0, 0, 0, 0.25);
|
||||||
|
}
|
||||||
|
100% {
|
||||||
|
background: transparent;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.anim {
|
||||||
|
-moz-transform: translateY(-50%) translateX(-50%);
|
||||||
|
-ms-transform: translateY(-50%) translateX(-50%);
|
||||||
|
-webkit-transform: translateY(-50%) translateX(-50%);
|
||||||
|
transform: translateY(-50%) translateX(-50%);
|
||||||
|
position: absolute;
|
||||||
|
top: 50%;
|
||||||
|
left: 50%;
|
||||||
|
z-index: -1;
|
||||||
|
}
|
||||||
|
.anim:before {
|
||||||
|
position: relative;
|
||||||
|
content: '';
|
||||||
|
display: block;
|
||||||
|
margin-top: 100%;
|
||||||
|
}
|
||||||
|
.anim:after {
|
||||||
|
content: '';
|
||||||
|
position: absolute;
|
||||||
|
top: 0;
|
||||||
|
bottom: 0;
|
||||||
|
left: 0;
|
||||||
|
right: 0;
|
||||||
|
border-radius: 50%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.clickable .toggle:checked + .anim {
|
||||||
|
-moz-animation: anim-in 0.75s;
|
||||||
|
-webkit-animation: anim-in 0.75s;
|
||||||
|
animation: anim-in 0.75s;
|
||||||
|
}
|
||||||
|
.clickable .toggle:checked + .anim:after {
|
||||||
|
-moz-animation: anim-in-pseudo 0.75s;
|
||||||
|
-webkit-animation: anim-in-pseudo 0.75s;
|
||||||
|
animation: anim-in-pseudo 0.75s;
|
||||||
|
}
|
||||||
|
.clickable .toggle:not(:checked) + .anim {
|
||||||
|
-moz-animation: anim-out 0.75s;
|
||||||
|
-webkit-animation: anim-out 0.75s;
|
||||||
|
animation: anim-out 0.75s;
|
||||||
|
}
|
||||||
|
.clickable .toggle:not(:checked) + .anim:after {
|
||||||
|
-moz-animation: anim-out-pseudo 0.75s;
|
||||||
|
-webkit-animation: anim-out-pseudo 0.75s;
|
||||||
|
animation: anim-out-pseudo 0.75s;
|
||||||
|
}
|
||||||
|
|
||||||
|
.hoverable:hover > .anim {
|
||||||
|
-moz-animation: anim-out 0.75s;
|
||||||
|
-webkit-animation: anim-out 0.75s;
|
||||||
|
animation: anim-out 0.75s;
|
||||||
|
}
|
||||||
|
.hoverable:hover > .anim:after {
|
||||||
|
-moz-animation: anim-out-pseudo 0.75s;
|
||||||
|
-webkit-animation: anim-out-pseudo 0.75s;
|
||||||
|
animation: anim-out-pseudo 0.75s;
|
||||||
|
}
|
||||||
|
@-webkit-keyframes anim-in {
|
||||||
|
0% {
|
||||||
|
width: 0%;
|
||||||
|
}
|
||||||
|
100% {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@-moz-keyframes anim-in {
|
||||||
|
0% {
|
||||||
|
width: 0%;
|
||||||
|
}
|
||||||
|
100% {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@-ms-keyframes anim-in {
|
||||||
|
0% {
|
||||||
|
width: 0%;
|
||||||
|
}
|
||||||
|
100% {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@keyframes anim-in {
|
||||||
|
0% {
|
||||||
|
width: 0%;
|
||||||
|
}
|
||||||
|
100% {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@-webkit-keyframes anim-in-pseudo {
|
||||||
|
0% {
|
||||||
|
background: rgba(0, 0, 0, 0.25);
|
||||||
|
}
|
||||||
|
100% {
|
||||||
|
background: transparent;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@-moz-keyframes anim-in-pseudo {
|
||||||
|
0% {
|
||||||
|
background: rgba(0, 0, 0, 0.25);
|
||||||
|
}
|
||||||
|
100% {
|
||||||
|
background: transparent;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@-ms-keyframes anim-in-pseudo {
|
||||||
|
0% {
|
||||||
|
background: rgba(0, 0, 0, 0.25);
|
||||||
|
}
|
||||||
|
100% {
|
||||||
|
background: transparent;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@keyframes anim-in-pseudo {
|
||||||
|
0% {
|
||||||
|
background: rgba(0, 0, 0, 0.25);
|
||||||
|
}
|
||||||
|
100% {
|
||||||
|
background: transparent;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@-webkit-keyframes anim-out {
|
||||||
|
0% {
|
||||||
|
width: 0%;
|
||||||
|
}
|
||||||
|
100% {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@-moz-keyframes anim-out {
|
||||||
|
0% {
|
||||||
|
width: 0%;
|
||||||
|
}
|
||||||
|
100% {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@-ms-keyframes anim-out {
|
||||||
|
0% {
|
||||||
|
width: 0%;
|
||||||
|
}
|
||||||
|
100% {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@keyframes anim-out {
|
||||||
|
0% {
|
||||||
|
width: 0%;
|
||||||
|
}
|
||||||
|
100% {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@-webkit-keyframes anim-out-pseudo {
|
||||||
|
0% {
|
||||||
|
background: rgba(0, 0, 0, 0.25);
|
||||||
|
}
|
||||||
|
100% {
|
||||||
|
background: transparent;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@-moz-keyframes anim-out-pseudo {
|
||||||
|
0% {
|
||||||
|
background: rgba(0, 0, 0, 0.25);
|
||||||
|
}
|
||||||
|
100% {
|
||||||
|
background: transparent;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@-ms-keyframes anim-out-pseudo {
|
||||||
|
0% {
|
||||||
|
background: rgba(0, 0, 0, 0.25);
|
||||||
|
}
|
||||||
|
100% {
|
||||||
|
background: transparent;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@keyframes anim-out-pseudo {
|
||||||
|
0% {
|
||||||
|
background: rgba(0, 0, 0, 0.25);
|
||||||
|
}
|
||||||
|
100% {
|
||||||
|
background: transparent;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.anim {
|
||||||
|
-moz-transform: translateY(-50%) translateX(-50%);
|
||||||
|
-ms-transform: translateY(-50%) translateX(-50%);
|
||||||
|
-webkit-transform: translateY(-50%) translateX(-50%);
|
||||||
|
transform: translateY(-50%) translateX(-50%);
|
||||||
|
position: absolute;
|
||||||
|
top: 50%;
|
||||||
|
left: 50%;
|
||||||
|
z-index: -1;
|
||||||
|
}
|
||||||
|
.anim:before {
|
||||||
|
position: relative;
|
||||||
|
content: '';
|
||||||
|
display: block;
|
||||||
|
margin-top: 100%;
|
||||||
|
}
|
||||||
|
.anim:after {
|
||||||
|
content: '';
|
||||||
|
position: absolute;
|
||||||
|
top: 0;
|
||||||
|
bottom: 0;
|
||||||
|
left: 0;
|
||||||
|
right: 0;
|
||||||
|
border-radius: 50%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.clickable .toggle:checked + .anim {
|
||||||
|
-moz-animation: anim-in 0.75s;
|
||||||
|
-webkit-animation: anim-in 0.75s;
|
||||||
|
animation: anim-in 0.75s;
|
||||||
|
}
|
||||||
|
.clickable .toggle:checked + .anim:after {
|
||||||
|
-moz-animation: anim-in-pseudo 0.75s;
|
||||||
|
-webkit-animation: anim-in-pseudo 0.75s;
|
||||||
|
animation: anim-in-pseudo 0.75s;
|
||||||
|
}
|
||||||
|
.clickable .toggle:not(:checked) + .anim {
|
||||||
|
-moz-animation: anim-out 0.75s;
|
||||||
|
-webkit-animation: anim-out 0.75s;
|
||||||
|
animation: anim-out 0.75s;
|
||||||
|
}
|
||||||
|
.clickable .toggle:not(:checked) + .anim:after {
|
||||||
|
-moz-animation: anim-out-pseudo 0.75s;
|
||||||
|
-webkit-animation: anim-out-pseudo 0.75s;
|
||||||
|
animation: anim-out-pseudo 0.75s;
|
||||||
|
}
|
||||||
|
|
||||||
|
.hoverable:hover > .anim {
|
||||||
|
-moz-animation: anim-out 0.75s;
|
||||||
|
-webkit-animation: anim-out 0.75s;
|
||||||
|
animation: anim-out 0.75s;
|
||||||
|
}
|
||||||
|
.hoverable:hover > .anim:after {
|
||||||
|
-moz-animation: anim-out-pseudo 0.75s;
|
||||||
|
-webkit-animation: anim-out-pseudo 0.75s;
|
||||||
|
animation: anim-out-pseudo 0.75s;
|
||||||
|
}
|
||||||
|
@-webkit-keyframes anim-in {
|
||||||
|
0% {
|
||||||
|
width: 0%;
|
||||||
|
}
|
||||||
|
100% {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@-moz-keyframes anim-in {
|
||||||
|
0% {
|
||||||
|
width: 0%;
|
||||||
|
}
|
||||||
|
100% {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@-ms-keyframes anim-in {
|
||||||
|
0% {
|
||||||
|
width: 0%;
|
||||||
|
}
|
||||||
|
100% {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@keyframes anim-in {
|
||||||
|
0% {
|
||||||
|
width: 0%;
|
||||||
|
}
|
||||||
|
100% {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@-webkit-keyframes anim-in-pseudo {
|
||||||
|
0% {
|
||||||
|
background: rgba(0, 0, 0, 0.25);
|
||||||
|
}
|
||||||
|
100% {
|
||||||
|
background: transparent;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@-moz-keyframes anim-in-pseudo {
|
||||||
|
0% {
|
||||||
|
background: rgba(0, 0, 0, 0.25);
|
||||||
|
}
|
||||||
|
100% {
|
||||||
|
background: transparent;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@-ms-keyframes anim-in-pseudo {
|
||||||
|
0% {
|
||||||
|
background: rgba(0, 0, 0, 0.25);
|
||||||
|
}
|
||||||
|
100% {
|
||||||
|
background: transparent;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@keyframes anim-in-pseudo {
|
||||||
|
0% {
|
||||||
|
background: rgba(0, 0, 0, 0.25);
|
||||||
|
}
|
||||||
|
100% {
|
||||||
|
background: transparent;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@-webkit-keyframes anim-out {
|
||||||
|
0% {
|
||||||
|
width: 0%;
|
||||||
|
}
|
||||||
|
100% {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@-moz-keyframes anim-out {
|
||||||
|
0% {
|
||||||
|
width: 0%;
|
||||||
|
}
|
||||||
|
100% {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@-ms-keyframes anim-out {
|
||||||
|
0% {
|
||||||
|
width: 0%;
|
||||||
|
}
|
||||||
|
100% {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@keyframes anim-out {
|
||||||
|
0% {
|
||||||
|
width: 0%;
|
||||||
|
}
|
||||||
|
100% {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@-webkit-keyframes anim-out-pseudo {
|
||||||
|
0% {
|
||||||
|
background: rgba(0, 0, 0, 0.25);
|
||||||
|
}
|
||||||
|
100% {
|
||||||
|
background: transparent;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@-moz-keyframes anim-out-pseudo {
|
||||||
|
0% {
|
||||||
|
background: rgba(0, 0, 0, 0.25);
|
||||||
|
}
|
||||||
|
100% {
|
||||||
|
background: transparent;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@-ms-keyframes anim-out-pseudo {
|
||||||
|
0% {
|
||||||
|
background: rgba(0, 0, 0, 0.25);
|
||||||
|
}
|
||||||
|
100% {
|
||||||
|
background: transparent;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@keyframes anim-out-pseudo {
|
||||||
|
0% {
|
||||||
|
background: rgba(0, 0, 0, 0.25);
|
||||||
|
}
|
||||||
|
100% {
|
||||||
|
background: transparent;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.anim {
|
||||||
|
-moz-transform: translateY(-50%) translateX(-50%);
|
||||||
|
-ms-transform: translateY(-50%) translateX(-50%);
|
||||||
|
-webkit-transform: translateY(-50%) translateX(-50%);
|
||||||
|
transform: translateY(-50%) translateX(-50%);
|
||||||
|
position: absolute;
|
||||||
|
top: 50%;
|
||||||
|
left: 50%;
|
||||||
|
z-index: -1;
|
||||||
|
}
|
||||||
|
.anim:before {
|
||||||
|
position: relative;
|
||||||
|
content: '';
|
||||||
|
display: block;
|
||||||
|
margin-top: 100%;
|
||||||
|
}
|
||||||
|
.anim:after {
|
||||||
|
content: '';
|
||||||
|
position: absolute;
|
||||||
|
top: 0;
|
||||||
|
bottom: 0;
|
||||||
|
left: 0;
|
||||||
|
right: 0;
|
||||||
|
border-radius: 50%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.clickable .toggle:checked + .anim {
|
||||||
|
-moz-animation: anim-in 0.75s;
|
||||||
|
-webkit-animation: anim-in 0.75s;
|
||||||
|
animation: anim-in 0.75s;
|
||||||
|
}
|
||||||
|
.clickable .toggle:checked + .anim:after {
|
||||||
|
-moz-animation: anim-in-pseudo 0.75s;
|
||||||
|
-webkit-animation: anim-in-pseudo 0.75s;
|
||||||
|
animation: anim-in-pseudo 0.75s;
|
||||||
|
}
|
||||||
|
.clickable .toggle:not(:checked) + .anim {
|
||||||
|
-moz-animation: anim-out 0.75s;
|
||||||
|
-webkit-animation: anim-out 0.75s;
|
||||||
|
animation: anim-out 0.75s;
|
||||||
|
}
|
||||||
|
.clickable .toggle:not(:checked) + .anim:after {
|
||||||
|
-moz-animation: anim-out-pseudo 0.75s;
|
||||||
|
-webkit-animation: anim-out-pseudo 0.75s;
|
||||||
|
animation: anim-out-pseudo 0.75s;
|
||||||
|
}
|
||||||
|
|
||||||
|
.hoverable:hover > .anim {
|
||||||
|
-moz-animation: anim-out 0.75s;
|
||||||
|
-webkit-animation: anim-out 0.75s;
|
||||||
|
animation: anim-out 0.75s;
|
||||||
|
}
|
||||||
|
.hoverable:hover > .anim:after {
|
||||||
|
-moz-animation: anim-out-pseudo 0.75s;
|
||||||
|
-webkit-animation: anim-out-pseudo 0.75s;
|
||||||
|
animation: anim-out-pseudo 0.75s;
|
||||||
|
}
|
||||||
|
@-webkit-keyframes anim-in {
|
||||||
|
0% {
|
||||||
|
width: 0%;
|
||||||
|
}
|
||||||
|
100% {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@-moz-keyframes anim-in {
|
||||||
|
0% {
|
||||||
|
width: 0%;
|
||||||
|
}
|
||||||
|
100% {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@-ms-keyframes anim-in {
|
||||||
|
0% {
|
||||||
|
width: 0%;
|
||||||
|
}
|
||||||
|
100% {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@keyframes anim-in {
|
||||||
|
0% {
|
||||||
|
width: 0%;
|
||||||
|
}
|
||||||
|
100% {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@-webkit-keyframes anim-in-pseudo {
|
||||||
|
0% {
|
||||||
|
background: rgba(0, 0, 0, 0.25);
|
||||||
|
}
|
||||||
|
100% {
|
||||||
|
background: transparent;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@-moz-keyframes anim-in-pseudo {
|
||||||
|
0% {
|
||||||
|
background: rgba(0, 0, 0, 0.25);
|
||||||
|
}
|
||||||
|
100% {
|
||||||
|
background: transparent;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@-ms-keyframes anim-in-pseudo {
|
||||||
|
0% {
|
||||||
|
background: rgba(0, 0, 0, 0.25);
|
||||||
|
}
|
||||||
|
100% {
|
||||||
|
background: transparent;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@keyframes anim-in-pseudo {
|
||||||
|
0% {
|
||||||
|
background: rgba(0, 0, 0, 0.25);
|
||||||
|
}
|
||||||
|
100% {
|
||||||
|
background: transparent;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@-webkit-keyframes anim-out {
|
||||||
|
0% {
|
||||||
|
width: 0%;
|
||||||
|
}
|
||||||
|
100% {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@-moz-keyframes anim-out {
|
||||||
|
0% {
|
||||||
|
width: 0%;
|
||||||
|
}
|
||||||
|
100% {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@-ms-keyframes anim-out {
|
||||||
|
0% {
|
||||||
|
width: 0%;
|
||||||
|
}
|
||||||
|
100% {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@keyframes anim-out {
|
||||||
|
0% {
|
||||||
|
width: 0%;
|
||||||
|
}
|
||||||
|
100% {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@-webkit-keyframes anim-out-pseudo {
|
||||||
|
0% {
|
||||||
|
background: rgba(0, 0, 0, 0.25);
|
||||||
|
}
|
||||||
|
100% {
|
||||||
|
background: transparent;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@-moz-keyframes anim-out-pseudo {
|
||||||
|
0% {
|
||||||
|
background: rgba(0, 0, 0, 0.25);
|
||||||
|
}
|
||||||
|
100% {
|
||||||
|
background: transparent;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@-ms-keyframes anim-out-pseudo {
|
||||||
|
0% {
|
||||||
|
background: rgba(0, 0, 0, 0.25);
|
||||||
|
}
|
||||||
|
100% {
|
||||||
|
background: transparent;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@keyframes anim-out-pseudo {
|
||||||
|
0% {
|
||||||
|
background: rgba(0, 0, 0, 0.25);
|
||||||
|
}
|
||||||
|
100% {
|
||||||
|
background: transparent;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.set_8_button {
|
||||||
|
display: inline-block;
|
||||||
|
transition: background 300ms;
|
||||||
|
}
|
||||||
|
.set_8_button.outline {
|
||||||
|
overflow: hidden;
|
||||||
|
position: relative;
|
||||||
|
}
|
||||||
|
.set_8_button.outline:before, .set_8_button.outline:after, .set_8_button.outline .lines:before,
|
||||||
|
.set_8_button.outline .lines:after {
|
||||||
|
background-color: #cccccc;
|
||||||
|
content: "";
|
||||||
|
height: 1px;
|
||||||
|
left: 0;
|
||||||
|
position: absolute;
|
||||||
|
top: 0;
|
||||||
|
transition: transform 300ms;
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
.set_8_button.outline:before {
|
||||||
|
bottom: 0;
|
||||||
|
top: auto;
|
||||||
|
}
|
||||||
|
.set_8_button.outline .lines {
|
||||||
|
display: block;
|
||||||
|
height: 100%;
|
||||||
|
left: 0;
|
||||||
|
position: absolute;
|
||||||
|
top: 0;
|
||||||
|
width: 100%;
|
||||||
|
z-index: 0;
|
||||||
|
}
|
||||||
|
.set_8_button.outline .lines:before, .set_8_button.outline .lines:after {
|
||||||
|
height: 100%;
|
||||||
|
width:1px;
|
||||||
|
}
|
||||||
|
.set_8_button.outline .lines:after {
|
||||||
|
left: auto;
|
||||||
|
right: 0;
|
||||||
|
}
|
||||||
|
.set_8_button:hover:before {
|
||||||
|
transform: translateX(-100%);
|
||||||
|
}
|
||||||
|
.set_8_button:hover:after {
|
||||||
|
transform: translateX(100%);
|
||||||
|
}
|
||||||
|
.set_8_button:hover .lines:before {
|
||||||
|
transform: translateY(-100%);
|
||||||
|
}
|
||||||
|
.set_8_button:hover .lines:after {
|
||||||
|
transform: translateY(100%);
|
||||||
|
}
|
||||||
|
|
||||||
|
.set_5_button {
|
||||||
|
overflow: hidden;
|
||||||
|
z-index: 1;
|
||||||
|
position: relative;
|
||||||
|
}
|
||||||
|
.set_5_button:after {
|
||||||
|
content: "";
|
||||||
|
position: absolute;
|
||||||
|
top: 0;
|
||||||
|
left: 0;
|
||||||
|
width: 500%;
|
||||||
|
height: 1000%;
|
||||||
|
background: #000;
|
||||||
|
filter:alpha(opacity=10);
|
||||||
|
opacity: 0.1;
|
||||||
|
z-index: -1;
|
||||||
|
transform-origin: 0% 0%;
|
||||||
|
transform: translateX(calc(20% - 25px)) translateY(10%) rotate(-45deg);
|
||||||
|
transform: translateY(10%) translateX(16%) rotate(-45deg);
|
||||||
|
transition: transform .3s;
|
||||||
|
}
|
||||||
|
.set_5_button:hover::after {
|
||||||
|
transform: translateY(10%) translateX(-25px) rotate(-45deg);
|
||||||
|
}
|
||||||
|
.mask{background-color:#000;opacity:0.5;filter:alpha(opacity=50);position:fixed;top:0;right: 0;left:0;bottom:0;z-index:66;}
|
||||||
|
.line1{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
|
1
templates/default_v2/css/share.min.css
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
@font-face{font-family:"socialshare";src:url("./fonts/iconfont.eot");src:url("./fonts/iconfont.eot#iefix") format("embedded-opentype"),url("./fonts/iconfont.woff") format("woff"),url("./fonts/iconfont.ttf") format("truetype"),url("./fonts/iconfont.svg#iconfont") format("svg")}.social-share{font-family:"socialshare" !important;font-size:16px;font-style:normal;-webkit-font-smoothing:antialiased;-webkit-text-stroke-width:0.2px;-moz-osx-font-smoothing:grayscale}.social-share *{font-family:"socialshare" !important}.social-share .icon-tencent:before{content:"\f07a"}.social-share .icon-qq:before{content:"\f11a"}.social-share .icon-weibo:before{content:"\f12a"}.social-share .icon-wechat:before{content:"\f09a"}.social-share .icon-douban:before{content:"\f10a"}.social-share .icon-heart:before{content:"\f20a"}.social-share .icon-like:before{content:"\f00a"}.social-share .icon-qzone:before{content:"\f08a"}.social-share .icon-linkedin:before{content:"\f01a"}.social-share .icon-diandian:before{content:"\f05a"}.social-share .icon-facebook:before{content:"\f03a"}.social-share .icon-google:before{content:"\f04a"}.social-share .icon-twitter:before{content:"\f06a"}.social-share a{position:relative;text-decoration:none;margin:4px;display:inline-block;outline:none}.social-share .social-share-icon{position:relative;display:inline-block;width:32px;height:32px;font-size:20px;border-radius:50%;line-height:32px;border:1px solid #666;color:#666;text-align:center;vertical-align:middle;transition:background 0.6s ease-out 0s}.social-share .social-share-icon:hover{background:#666;color:#fff}.social-share .icon-weibo{color:#ff763b;border-color:#ff763b}.social-share .icon-weibo:hover{background:#ff763b}.social-share .icon-tencent{color:#56b6e7;border-color:#56b6e7}.social-share .icon-tencent:hover{background:#56b6e7}.social-share .icon-qq{color:#56b6e7;border-color:#56b6e7}.social-share .icon-qq:hover{background:#56b6e7}.social-share .icon-qzone{color:#FDBE3D;border-color:#FDBE3D}.social-share .icon-qzone:hover{background:#FDBE3D}.social-share .icon-douban{color:#33b045;border-color:#33b045}.social-share .icon-douban:hover{background:#33b045}.social-share .icon-linkedin{color:#0077B5;border-color:#0077B5}.social-share .icon-linkedin:hover{background:#0077B5}.social-share .icon-facebook{color:#44619D;border-color:#44619D}.social-share .icon-facebook:hover{background:#44619D}.social-share .icon-google{color:#db4437;border-color:#db4437}.social-share .icon-google:hover{background:#db4437}.social-share .icon-twitter{color:#55acee;border-color:#55acee}.social-share .icon-twitter:hover{background:#55acee}.social-share .icon-diandian{color:#307DCA;border-color:#307DCA}.social-share .icon-diandian:hover{background:#307DCA}.social-share .icon-wechat{position:relative;color:#7bc549;border-color:#7bc549}.social-share .icon-wechat:hover{background:#7bc549}.social-share .icon-wechat .wechat-qrcode{display:none;border:1px solid #eee;position:absolute;z-index:9;top:-205px;left:-84px;width:200px;height:192px;color:#666;font-size:12px;text-align:center;background-color:#fff;box-shadow:0 2px 10px #aaa;transition:all 200ms;-webkit-tansition:all 350ms;-moz-transition:all 350ms}.social-share .icon-wechat .wechat-qrcode.bottom{top:40px;left:-84px}.social-share .icon-wechat .wechat-qrcode.bottom:after{display:none}.social-share .icon-wechat .wechat-qrcode h4{font-weight:normal;height:26px;line-height:26px;font-size:12px;background-color:#f3f3f3;margin:0;padding:0;color:#777}.social-share .icon-wechat .wechat-qrcode .qrcode{width:105px;margin:10px auto}.social-share .icon-wechat .wechat-qrcode .qrcode table{margin:0 !important}.social-share .icon-wechat .wechat-qrcode .help p{font-weight:normal;line-height:16px;padding:0;margin:0}.social-share .icon-wechat .wechat-qrcode:after{content:'';position:absolute;left:50%;margin-left:-6px;bottom:-13px;width:0;height:0;border-width:8px 6px 6px 6px;border-style:solid;border-color:#fff transparent transparent transparent}.social-share .icon-wechat:hover .wechat-qrcode{display:block}
|
1
templates/default_v2/css/style.css
Normal file
BIN
templates/default_v2/images/Check_in.png
Normal file
After Width: | Height: | Size: 155 KiB |
BIN
templates/default_v2/images/aboutBg2.jpg
Normal file
After Width: | Height: | Size: 453 KiB |
BIN
templates/default_v2/images/active.png
Normal file
After Width: | Height: | Size: 2.3 KiB |
BIN
templates/default_v2/images/adver1.jpg
Normal file
After Width: | Height: | Size: 43 KiB |
BIN
templates/default_v2/images/arrow-right.png
Normal file
After Width: | Height: | Size: 1.3 KiB |
BIN
templates/default_v2/images/blue.png
Normal file
After Width: | Height: | Size: 2.7 KiB |
BIN
templates/default_v2/images/certificate.jpg
Normal file
After Width: | Height: | Size: 129 KiB |
BIN
templates/default_v2/images/companyinfo1.jpg
Normal file
After Width: | Height: | Size: 57 KiB |
BIN
templates/default_v2/images/consult.png
Normal file
After Width: | Height: | Size: 17 KiB |
BIN
templates/default_v2/images/cooperation.jpg
Normal file
After Width: | Height: | Size: 313 KiB |
BIN
templates/default_v2/images/crmeb.jpg
Normal file
After Width: | Height: | Size: 138 KiB |
BIN
templates/default_v2/images/customized.jpg
Normal file
After Width: | Height: | Size: 158 KiB |
BIN
templates/default_v2/images/demo.png
Normal file
After Width: | Height: | Size: 234 KiB |
BIN
templates/default_v2/images/empowerBg.jpg
Normal file
After Width: | Height: | Size: 308 KiB |
BIN
templates/default_v2/images/fire.gif
Normal file
After Width: | Height: | Size: 37 KiB |
BIN
templates/default_v2/images/float.png
Normal file
After Width: | Height: | Size: 161 KiB |
BIN
templates/default_v2/images/formBg.jpg
Normal file
After Width: | Height: | Size: 166 KiB |
BIN
templates/default_v2/images/functionBg.png
Normal file
After Width: | Height: | Size: 3.2 KiB |
BIN
templates/default_v2/images/gray.png
Normal file
After Width: | Height: | Size: 1.5 KiB |
BIN
templates/default_v2/images/gx.png
Normal file
After Width: | Height: | Size: 1.6 KiB |
BIN
templates/default_v2/images/indeBg.jpg
Normal file
After Width: | Height: | Size: 207 KiB |
BIN
templates/default_v2/images/line.png
Normal file
After Width: | Height: | Size: 3.2 KiB |
BIN
templates/default_v2/images/logo1.png
Normal file
After Width: | Height: | Size: 2.5 KiB |
BIN
templates/default_v2/images/member.jpg
Normal file
After Width: | Height: | Size: 349 KiB |
BIN
templates/default_v2/images/menberbg.jpg
Normal file
After Width: | Height: | Size: 337 KiB |
BIN
templates/default_v2/images/model.png
Normal file
After Width: | Height: | Size: 1.3 KiB |
BIN
templates/default_v2/images/model2.png
Normal file
After Width: | Height: | Size: 2.1 KiB |
BIN
templates/default_v2/images/movies.mp4
Normal file
BIN
templates/default_v2/images/nav1.jpg
Normal file
After Width: | Height: | Size: 4.1 KiB |
BIN
templates/default_v2/images/nav2.jpg
Normal file
After Width: | Height: | Size: 5.1 KiB |
BIN
templates/default_v2/images/nav3.jpg
Normal file
After Width: | Height: | Size: 5.0 KiB |
BIN
templates/default_v2/images/newsbanner1.jpg
Normal file
After Width: | Height: | Size: 79 KiB |
BIN
templates/default_v2/images/num-bg.jpg
Normal file
After Width: | Height: | Size: 1.3 KiB |
BIN
templates/default_v2/images/official1.jpg
Normal file
After Width: | Height: | Size: 27 KiB |
BIN
templates/default_v2/images/p1.png
Normal file
After Width: | Height: | Size: 2.8 KiB |
BIN
templates/default_v2/images/p2.png
Normal file
After Width: | Height: | Size: 2.9 KiB |
BIN
templates/default_v2/images/phone.png
Normal file
After Width: | Height: | Size: 87 KiB |
BIN
templates/default_v2/images/phone01.png
Normal file
After Width: | Height: | Size: 2.2 KiB |
BIN
templates/default_v2/images/picon.jpg
Normal file
After Width: | Height: | Size: 32 KiB |
BIN
templates/default_v2/images/pics.png
Normal file
After Width: | Height: | Size: 1.5 KiB |
BIN
templates/default_v2/images/pin.png
Normal file
After Width: | Height: | Size: 153 KiB |
BIN
templates/default_v2/images/por.png
Normal file
After Width: | Height: | Size: 65 KiB |
BIN
templates/default_v2/images/price-bg.png
Normal file
After Width: | Height: | Size: 209 KiB |
BIN
templates/default_v2/images/proBg.jpg
Normal file
After Width: | Height: | Size: 27 KiB |
BIN
templates/default_v2/images/processBg.jpg
Normal file
After Width: | Height: | Size: 742 KiB |
BIN
templates/default_v2/images/productNews.jpg
Normal file
After Width: | Height: | Size: 102 KiB |
BIN
templates/default_v2/images/qq.png
Normal file
After Width: | Height: | Size: 1.8 KiB |
BIN
templates/default_v2/images/qq2.png
Normal file
After Width: | Height: | Size: 2.7 KiB |
BIN
templates/default_v2/images/sport.png
Normal file
After Width: | Height: | Size: 1.1 KiB |
BIN
templates/default_v2/images/system.jpg
Normal file
After Width: | Height: | Size: 31 KiB |
BIN
templates/default_v2/images/systemBg2.jpg
Normal file
After Width: | Height: | Size: 166 KiB |