diff --git a/admin/language/en-US/lang.php b/admin/language/en-US/lang.php index 79e7726..b319c2b 100644 --- a/admin/language/en-US/lang.php +++ b/admin/language/en-US/lang.php @@ -1155,7 +1155,16 @@ $lang = array 'space_organization_set'=>' Organization storage setting ', 'space_organization_set_tip'=>' Sets the default organization space size. If left blank or 0, all system space is shared, if -1, no storage space is available ', 'space_group_set'=>' group storage space setting ', - 'space_group_set_tip'=>' Set the default group space size. If left blank or 0, all system space is shared. If -1, no storage space is available. ' + 'space_group_set_tip'=>' Set the default group space size. If left blank or 0, all system space is shared. If -1, no storage space is available. ', + + 'open_qq_login'=>' Whether to open QQ login', + 'qq_app_id'=>' APP ID applied in QQ interconnection ', + 'qq_app_key'=>' Application APP KEY applied in QQ interconnection ', + 'whether_allow_direct'=>' whether direct use is allowed ', + 'user_must_binding'=>' User must be bound ', + 'user_must_binding_text'=>' User is not bound to a user, the system will automatically add a user to the system based on the QQ information and bind the user to the QQ. The default user name is QQ nickname. The email address and password are randomly generated. Users can login through QQ normal login or retrieve password ', + 'allow_direct_use'=>' allow direct use', + 'token_url'=>' callback address ', ); diff --git a/admin/language/zh-cn/lang.php b/admin/language/zh-cn/lang.php index 6239f7a..35e2c90 100644 --- a/admin/language/zh-cn/lang.php +++ b/admin/language/zh-cn/lang.php @@ -1162,7 +1162,16 @@ $lang = array 'space_organization_set'=>'机构存储空间设置', 'space_organization_set_tip'=>'设置机构默认空间大小,如果留空或为0则共享系统所有空间,为-1则没有存储空间', 'space_group_set'=>'群组存储空间设置', - 'space_group_set_tip'=>'设置群组默认空间大小,如果留空或为0则共享系统所有空间,为-1则没有存储空间' + 'space_group_set_tip'=>'设置群组默认空间大小,如果留空或为0则共享系统所有空间,为-1则没有存储空间', + + 'open_qq_login'=>'是否开启QQ登录', + 'qq_app_id'=>'在QQ互联申请的应用APP ID', + 'qq_app_key'=>'在QQ互联申请的应用APP KEY', + 'whether_allow_direct'=>'是否允许直接使用', + 'user_must_binding'=>'必须绑定用户', + 'user_must_binding_text'=>'用户不绑定用户,直接使用的话,系统将根据QQ的信息自动添加用户到系统并且和此QQ绑定。用户名默认使用QQ昵称;邮箱、密码随机生成。用户可以通过QQ登录正常登录或找回密码', + 'allow_direct_use'=>'允许直接使用', + 'token_url'=>'回调地址', ); diff --git a/admin/setting/index.php b/admin/setting/index.php index fc4669a..18ac264 100644 --- a/admin/setting/index.php +++ b/admin/setting/index.php @@ -81,6 +81,12 @@ if (!submitcheck('settingsubmit')) { $navtitle = lang('loginSet').' - '.lang('appname'); $setting['strongpw'] = dunserialize($setting['strongpw']); $setting['welcomemsgtitle'] = cutstr(trim(dhtmlspecialchars($setting['welcomemsgtitle'])), 75); + } elseif ($operation == 'notification') { + $navtitle = lang('Notification Settings').' - '.lang('appname'); + } elseif ($operation == 'qywechat') { + $navtitle = lang('weinxin_company').' - '.lang('appname'); + } elseif ($operation == 'denlu') { + $navtitle = lang('loginSet').' - '.lang('appname'); }elseif($operation == 'space'){//获取空间设置结果 $navtitle=lang('spaceSet').' - '.lang('appname'); $openarr=json_encode(array('orgids'=>$open)); @@ -91,6 +97,8 @@ if (!submitcheck('settingsubmit')) { $perms = get_permsarray();//获取所有权限; $permgroups = C::t('resources_permgroup')->fetch_all(); $navtitle=lang('permGroupSet').' - '.lang('appname'); + }elseif ($operation == 'qqlogin') { + $navtitle = lang('qq_longin_set').' - '.lang('appname'); }elseif ($operation == 'datetime') { $navtitle = lang('time_or_date').' - '.lang('appname'); $checktimeformat = array($setting['timeformat'] == 'H:i' ? 24 : 12 => 'checked'); diff --git a/admin/setting/template/left.htm b/admin/setting/template/left.htm index 863cc64..2070881 100644 --- a/admin/setting/template/left.htm +++ b/admin/setting/template/left.htm @@ -2,7 +2,7 @@
  • class="active"> {lang basicSet}
  • -
  • class="active"> +
  • class="active"> {lang loginSet}
  • class="active"> diff --git a/admin/setting/template/main.htm b/admin/setting/template/main.htm index bc20dc9..a92efea 100644 --- a/admin/setting/template/main.htm +++ b/admin/setting/template/main.htm @@ -136,23 +136,34 @@ + + @@ -161,13 +172,14 @@
  • {lang time_set}
  • {lang upload_set}
  • @{lang sector_set}
  • -
  • {lang Notification Settings}
  • +
  • {lang Notification Settings}
  • @@ -459,6 +471,49 @@ } }) + +
    + + +
    +
    {lang open_qq_login}
    +
    + + +
    +
    +
    class="hide"> +
    +
    QQ APPID
    +
    + +
    +
    {lang qq_app_id}
    +
    +
    +
    QQ APPKAY
    +
    + +
    +
    {lang qq_app_key}
    +
    +
    +
    {lang whether_allow_direct}
    +
    + + +
    +
    {lang user_must_binding_text}
    +
    +
    +
    {lang token_url}
    +
    $_G['siteurl']user.php
    +
    +
    +
    + +
    +
    diff --git a/user/qqlogin/class/table/table_user_qqconnect.php b/core/class/table/table_user_qqconnect.php similarity index 100% rename from user/qqlogin/class/table/table_user_qqconnect.php rename to core/class/table/table_user_qqconnect.php diff --git a/dzz/index/images/gitee.png b/dzz/index/images/gitee.png deleted file mode 100644 index 1f5b7cc..0000000 Binary files a/dzz/index/images/gitee.png and /dev/null differ diff --git a/dzz/index/images/github.png b/dzz/index/images/github.png deleted file mode 100644 index a3e1e4f..0000000 Binary files a/dzz/index/images/github.png and /dev/null differ diff --git a/dzz/index_simple/images/main.css b/dzz/index/images/main.css similarity index 100% rename from dzz/index_simple/images/main.css rename to dzz/index/images/main.css diff --git a/dzz/index/images/qqwpa.png b/dzz/index/images/qqwpa.png deleted file mode 100644 index b7d57ff..0000000 Binary files a/dzz/index/images/qqwpa.png and /dev/null differ diff --git a/dzz/index_simple/index.htm b/dzz/index/index.htm similarity index 100% rename from dzz/index_simple/index.htm rename to dzz/index/index.htm diff --git a/dzz/index/index.php b/dzz/index/index.php index 6734d52..c5632af 100644 --- a/dzz/index/index.php +++ b/dzz/index/index.php @@ -1,5 +1,108 @@ update_by_skey('index_simple_appids',$appids); + $ret=C::t('user_setting')->insert(array('index_simple_appids'=>$appids)); + exit(json_encode(array('success'=>$ret))); +}else{ + $config = array(); + if($_G['uid']){ + $config = C::t('user_field')->fetch($_G['uid']); + + if(!$config){ + $config= dzz_userconfig_init(); + if($config['applist']){ + $applist=explode(',',$config['applist']); + }else{ + $applist=array(); + } + }else{//检测不允许删除的应用,重新添加进去 + if($config['applist']){ + $applist=explode(',',$config['applist']); + }else{ + $applist=array(); + } + if($applist_n =array_keys(C::t('app_market')->fetch_all_by_notdelete($_G['uid']))) { + + $newappids = array(); + foreach ($applist_n as $appid) { + if (!in_array($appid, $applist)) { + $applist[] = $appid; + $newappids[] = $appid; + } + } + if ($newappids) C::t('app_user')->insert_by_uid($_G['uid'], $newappids); + C::t('user_field')->update($_G['uid'], array('applist' => implode(',', $applist))); + } + } + + }else{ + $applist =array_keys(C::t('app_market')->fetch_all_by_default()); + } + + + + //获取已安装应用 + $app=C::t('app_market')->fetch_all_by_appid($applist); + $applist_1=array(); + foreach($app as $key => $value){ + if($value['isshow']<1) continue; + if($value['available']<1) continue; + if($value['appurl']=='{dzzscript}?mod=index_simple') continue; + if($value['position']<1) continue;//位置为无的忽略 + //判断管理员应用 + if($_G['adminid']!=1 && $value['group']==3){ + continue; + } + //if($value['system'] == 2) continue; + $applist_1[$value['appid']] = $value; + } + + if($sortids=C::t('user_setting')->fetch_by_skey('index_simple_appids')){ + $appids=explode(',',$sortids); + $temp=array(); + foreach($appids as $appid){ + if($applist_1[$appid]){ + $temp[$appid]=$applist_1[$appid]; + unset($applist_1[$appid]); + } + } + + foreach($applist_1 as $appid =>$value){ + $temp[$appid]=$value; + } + $applist_1=$temp; + }else{ + + //对应用根据disp 排序 + if($applist_1){ + $sort = array( + 'direction' => 'SORT_ASC', //排序顺序标志 SORT_DESC 降序;SORT_ASC 升序 + 'field' => 'disp', //排序字段 + ); + $arrSort = array(); + foreach($applist_1 AS $uniqid => $row){ + foreach($row AS $key=>$value){ + $arrSort[$key][$uniqid] = $value; + } + } + if($sort['direction']){ + array_multisort($arrSort[$sort['field']], constant($sort['direction']), $applist_1); + } + } + } + include template('main'); +} \ No newline at end of file diff --git a/dzz/index_simple/index_simple.md5 b/dzz/index/index_simple.md5 similarity index 100% rename from dzz/index_simple/index_simple.md5 rename to dzz/index/index_simple.md5 diff --git a/dzz/index_simple/language/en-US/index.htm b/dzz/index/language/en-US/index.htm similarity index 100% rename from dzz/index_simple/language/en-US/index.htm rename to dzz/index/language/en-US/index.htm diff --git a/dzz/index_simple/language/en-US/lang.php b/dzz/index/language/en-US/lang.php similarity index 100% rename from dzz/index_simple/language/en-US/lang.php rename to dzz/index/language/en-US/lang.php diff --git a/dzz/index_simple/language/index.htm b/dzz/index/language/index.htm similarity index 100% rename from dzz/index_simple/language/index.htm rename to dzz/index/language/index.htm diff --git a/dzz/index_simple/language/zh-cn/index.htm b/dzz/index/language/zh-cn/index.htm similarity index 100% rename from dzz/index_simple/language/zh-cn/index.htm rename to dzz/index/language/zh-cn/index.htm diff --git a/dzz/index/language/zh-cn/lang.php b/dzz/index/language/zh-cn/lang.php index 930774e..675394b 100644 --- a/dzz/index/language/zh-cn/lang.php +++ b/dzz/index/language/zh-cn/lang.php @@ -1,17 +1,6 @@ {lang title} -
    {lang dev_desc}
    -*/ $lang = array ( - 'appname' =>'配置向导', - 'system_install_success'=>'恭喜,系统安装成功!', - 'thank_you_of'=>'感谢您选用DzzOffice协同办公套件', - 'after_installed_tip'=>'这个页面是初始安装后临时指导页,系统设置完默认首页后就不会再进入这个页面。', - 'after_installed_help'=>'请使用管理员账号登录、并且按照下面的步骤依次配置系统!', - 'after_installed_step_one'=>'进入应用市场选择需要的应用,点击一键安装。安装完成后到“已安装”标签, 启用此应用;', - 'after_installed_step_one_tip'=>'系统默认仅预装了少量的管理应用,更多应用需要到应用市场内选择安装', - 'after_installed_step_two'=>'进入系统设置设置 默认首页,平台名称、logo等系统基本设置;', - 'Communication_and_feedback'=>'交流与反馈' -); \ No newline at end of file + 'appname' =>'首页' +); + +?> \ No newline at end of file diff --git a/dzz/index_simple/scripts/index.htm b/dzz/index/scripts/index.htm similarity index 100% rename from dzz/index_simple/scripts/index.htm rename to dzz/index/scripts/index.htm diff --git a/dzz/index_simple/scripts/jquery-ui.js b/dzz/index/scripts/jquery-ui.js similarity index 100% rename from dzz/index_simple/scripts/jquery-ui.js rename to dzz/index/scripts/jquery-ui.js diff --git a/dzz/index_simple/template/header_left.htm b/dzz/index/template/header_left.htm similarity index 100% rename from dzz/index_simple/template/header_left.htm rename to dzz/index/template/header_left.htm diff --git a/dzz/index/template/main.htm b/dzz/index/template/main.htm index beec344..30e370e 100644 --- a/dzz/index/template/main.htm +++ b/dzz/index/template/main.htm @@ -1,112 +1,50 @@ + - - + +
    -
    +
    - -

    {lang system_install_success}

    -
    -

    {lang thank_you_of}

    -

    {lang after_installed_tip}

    -

    {lang after_installed_help}

    -
      -
    1. {lang after_installed_step_one} -

      {lang after_installed_step_one_tip}

      -
    2. -
    3. {lang after_installed_step_two}
    4. -
    - -
    - -
    -

    {lang Communication_and_feedback}

    -
    - - - -
    -
    - +
    + \ No newline at end of file diff --git a/dzz/index_simple/index.php b/dzz/index_simple/index.php deleted file mode 100644 index c5632af..0000000 --- a/dzz/index_simple/index.php +++ /dev/null @@ -1,108 +0,0 @@ -update_by_skey('index_simple_appids',$appids); - $ret=C::t('user_setting')->insert(array('index_simple_appids'=>$appids)); - exit(json_encode(array('success'=>$ret))); -}else{ - $config = array(); - if($_G['uid']){ - $config = C::t('user_field')->fetch($_G['uid']); - - if(!$config){ - $config= dzz_userconfig_init(); - if($config['applist']){ - $applist=explode(',',$config['applist']); - }else{ - $applist=array(); - } - }else{//检测不允许删除的应用,重新添加进去 - if($config['applist']){ - $applist=explode(',',$config['applist']); - }else{ - $applist=array(); - } - if($applist_n =array_keys(C::t('app_market')->fetch_all_by_notdelete($_G['uid']))) { - - $newappids = array(); - foreach ($applist_n as $appid) { - if (!in_array($appid, $applist)) { - $applist[] = $appid; - $newappids[] = $appid; - } - } - if ($newappids) C::t('app_user')->insert_by_uid($_G['uid'], $newappids); - C::t('user_field')->update($_G['uid'], array('applist' => implode(',', $applist))); - } - } - - }else{ - $applist =array_keys(C::t('app_market')->fetch_all_by_default()); - } - - - - //获取已安装应用 - $app=C::t('app_market')->fetch_all_by_appid($applist); - $applist_1=array(); - foreach($app as $key => $value){ - if($value['isshow']<1) continue; - if($value['available']<1) continue; - if($value['appurl']=='{dzzscript}?mod=index_simple') continue; - if($value['position']<1) continue;//位置为无的忽略 - //判断管理员应用 - if($_G['adminid']!=1 && $value['group']==3){ - continue; - } - //if($value['system'] == 2) continue; - $applist_1[$value['appid']] = $value; - } - - if($sortids=C::t('user_setting')->fetch_by_skey('index_simple_appids')){ - $appids=explode(',',$sortids); - $temp=array(); - foreach($appids as $appid){ - if($applist_1[$appid]){ - $temp[$appid]=$applist_1[$appid]; - unset($applist_1[$appid]); - } - } - - foreach($applist_1 as $appid =>$value){ - $temp[$appid]=$value; - } - $applist_1=$temp; - }else{ - - //对应用根据disp 排序 - if($applist_1){ - $sort = array( - 'direction' => 'SORT_ASC', //排序顺序标志 SORT_DESC 降序;SORT_ASC 升序 - 'field' => 'disp', //排序字段 - ); - $arrSort = array(); - foreach($applist_1 AS $uniqid => $row){ - foreach($row AS $key=>$value){ - $arrSort[$key][$uniqid] = $value; - } - } - if($sort['direction']){ - array_multisort($arrSort[$sort['field']], constant($sort['direction']), $applist_1); - } - } - } - include template('main'); -} \ No newline at end of file diff --git a/dzz/index_simple/language/zh-cn/lang.php b/dzz/index_simple/language/zh-cn/lang.php deleted file mode 100644 index 675394b..0000000 --- a/dzz/index_simple/language/zh-cn/lang.php +++ /dev/null @@ -1,6 +0,0 @@ -'首页' -); - -?> \ No newline at end of file diff --git a/dzz/index_simple/template/main.htm b/dzz/index_simple/template/main.htm deleted file mode 100644 index 30e370e..0000000 --- a/dzz/index_simple/template/main.htm +++ /dev/null @@ -1,50 +0,0 @@ - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/install/data/install.sql b/install/data/install.sql index 42d38e2..7510614 100644 --- a/install/data/install.sql +++ b/install/data/install.sql @@ -1192,6 +1192,16 @@ CREATE TABLE dzz_user_profile ( PRIMARY KEY (uid,fieldid) ) ENGINE=MyISAM; +DROP TABLE IF EXISTS dzz_user_qqconnect; +CREATE TABLE dzz_user_qqconnect ( + openid varchar(255) NOT NULL COMMENT 'Openid', + uid int(10) unsigned NOT NULL COMMENT '对应UID', + dateline int(10) NOT NULL DEFAULT '0' COMMENT '创建时间', + unbind tinyint(1) NOT NULL DEFAULT '0', + PRIMARY KEY (openid(20)), + KEY uid (uid) +) ENGINE=MyISAM DEFAULT CHARSET=utf8; + DROP TABLE IF EXISTS dzz_user_profile_setting; CREATE TABLE dzz_user_profile_setting ( fieldid varchar(255) NOT NULL DEFAULT '', diff --git a/install/images/style.css b/install/images/style.css index 06b1dc6..0494156 100644 --- a/install/images/style.css +++ b/install/images/style.css @@ -5,8 +5,8 @@ body {height:100%;margin:0;padding:0;overflow:auto;} body{background:#2d2f3a; text-align:left; color:#FFF;text-shadow: 1px 1px 1px RGBA(0,0,0,.3)} body, td, button{ color:#FFF; font-size:15px;line-height:1.5 ;font-family:Tahoma,'Microsoft Yahei','Simsun'; } -a{ color:#FFF; text-decoration:none; } - a:hover { text-decoration:none;background:RGBA(255,255,255,0.1); } +a{ color:#3792ef; text-decoration:none; } + a:hover { text-decoration:none;background:RGBA(255,255,255,0.1);border-radius:.5rem } a img{ border:none; } .red{ color:yellow} .container{ @@ -17,6 +17,27 @@ a{ color:#FFF; text-decoration:none; } padding:0; height:100%; } +p{ + margin-bottom: 20px; +} +blockquote{ + padding: 0 20px; + margin: 0 0 20px; + font-size: 17.5px; + border-left: 5px solid #eee; +} +.text-muted{ + color: #777; +} +.text-danger{ + color: #ff0000; +} +ol{ + padding-left: 20px; +} +b, strong{ + font-weight: 700; +} h3,h2{ font-family:"Microsoft YaHei","微软雅黑",tahoma,arial,simsun,"宋体"; diff --git a/install/include/install_function.php b/install/include/install_function.php index 49e8530..76278f7 100644 --- a/install/include/install_function.php +++ b/install/include/install_function.php @@ -396,9 +396,9 @@ function show_license() {

    $version

    $xhversion

    -
    $title
    +
    $title
    -
    小胡二次开发 https://gitee.com/xh2002
    在使用过程中如有问题请及时反馈至dzzoffice官方或我的主页
    +
    小胡二次开发 https://gitee.com/xh2002
    在使用过程中如有问题请及时反馈到gitee上,我也在官方2群中,可以@我
    diff --git a/install/index.php b/install/index.php index 452e9dd..66daf25 100644 --- a/install/index.php +++ b/install/index.php @@ -419,6 +419,17 @@ if($method == 'show_license') { show_header(); echo ''; echo '

    '.lang('install_successfully').'

    '; + echo '
    +

    感谢您选用DzzOffice 小胡版

    +

    这个页面是初始安装后临时指导页,系统设置完默认首页后就不会再进入这个页面。

    +

    请使用管理员账号登录、并且按照下面的步骤依次配置系统!

    +
      +
    1. 进入应用市场选择需要的应用,点击一键安装。安装完成后到“已安装”标签, 启用此应用; +

      系统默认仅预装了少量的管理应用,更多应用需要到应用市场内选择安装

      +
    2. +
    3. 进入系统设置设置平台名称、logo、平台版权等系统基本设置;
    4. +
    +
    '; echo '

    '.lang('handwork_del').'"./install/index.php"

    '; echo '
    '; show_footer(); diff --git a/install/language/zh-cn/lang.php b/install/language/zh-cn/lang.php index c8785f7..3ff3a0e 100644 --- a/install/language/zh-cn/lang.php +++ b/install/language/zh-cn/lang.php @@ -182,7 +182,7 @@ $lang=array ( 'import_division_data' => '正在导入区划数据...', 'import_division_data1' => '正在导入区划数据...成功!', 'system_data_installation_successful' => '系统数据安装成功!请点击下一步设置管理员', - 'install_successfully' => '恭喜!安装成功', + 'install_successfully' => '恭喜!系统安装成功', 'handwork_del' => '为了安全起见,请手工删除', 'enter_desktop' => '进入首页', 'undefine_func' => '未定义函数', diff --git a/music/Be Your Light - 李俊毅.jpg b/music/Be Your Light - 李俊毅.jpg new file mode 100644 index 0000000..e8357c5 Binary files /dev/null and b/music/Be Your Light - 李俊毅.jpg differ diff --git a/music/Be Your Light - 李俊毅.lrc b/music/Be Your Light - 李俊毅.lrc new file mode 100644 index 0000000..0b62da9 --- /dev/null +++ b/music/Be Your Light - 李俊毅.lrc @@ -0,0 +1,71 @@ +[id:$00000000] +[ar:李俊毅] +[ti:Be Your Light] +[by:] +[hash:23548f31dfec82ac936e450c2669b751] +[al:] +[sign:] +[qq:] +[total:193123] +[offset:0] +[00:00.07]李俊毅 - Be Your Light(影视剧《我要和你做兄弟》片头曲) +[00:01.18]作词:周康浩楠、孟令楠 +[00:01.48]作曲:脱景麟 +[00:01.63]编曲:李佩伦 +[00:01.78]制作人:李佩伦@皇牌音乐 +[00:02.19]配唱制作人:李佩伦 +[00:02.44]吉他、贝斯:李佩伦 +[00:02.64]录音师、录音室:刘璋@2496 Top Music +[00:03.05]音频编辑:樊俊@光合声动 +[00:03.40]混音、混音室:董沅奇@光合声动 +[00:03.80]母带、母带室:董沅奇@光合声动 +[00:04.26]音乐出品:无限自在OST +[00:04.56]音乐发行:自在天浩 +[00:13.15]想去未来 +[00:15.72]时间作证我的古灵精怪 +[00:19.16]想趁现在 +[00:21.89]把世界装进脑袋 +[00:25.33]想回过去 +[00:28.06]让没发过的疯不再留白 +[00:31.50]别说拜拜 也别发呆 +[00:34.53]光都亮起来 +[00:38.13]我们总是在期待 +[00:40.76]未知的未来 +[00:43.18]往往忽略身边 +[00:45.35]眼前是最给力的安排 +[00:50.35]每天每天 因为你在 +[00:52.94]心跳都加快 +[00:55.32]Be your light +[00:56.87]你是无可替代 不用再去猜 +[01:02.59]每天每天 每当窗外 +[01:05.37]阳光的色彩 +[01:07.65]照过来 +[01:09.12]你就是我不可 理喻的精彩 +[01:20.76]想去未来 +[01:23.35]看看命运到底谁是主宰 +[01:26.79]想趁现在 +[01:29.52]把自己变超厉害 +[01:32.91]想回过去 +[01:35.63]难解的题都能一一解开 +[01:39.12]别说拜拜 也别发呆 +[01:42.26]光都亮起来 +[01:45.73]我们总是在期待 +[01:48.36]未知的未来 +[01:50.71]往往忽略身边 +[01:53.08]眼前是最给力的安排 +[01:57.90]每天每天 因为你在 +[02:00.64]心跳都加快 +[02:03.01]Be your light +[02:04.58]你是无可替代 不用再去猜 +[02:10.38]每天每天 每当窗外 +[02:13.01]阳光的色彩 +[02:15.36]照过来 +[02:16.84]你就是我不可 理喻的精彩 +[02:37.98]每天每天 因为所以 +[02:40.76]速度一百迈 +[02:43.21]Be your light +[02:44.48]你是我的破绽 不用再去猜 +[02:50.26]每天每天 你看窗外 +[02:53.04]阳光的色彩 +[02:55.36]照过来 你就是我 +[02:58.34]我就是你的主宰 diff --git a/music/Be Your Light - 李俊毅.mp3 b/music/Be Your Light - 李俊毅.mp3 new file mode 100644 index 0000000..3492700 Binary files /dev/null and b/music/Be Your Light - 李俊毅.mp3 differ diff --git a/user/qqlogin/class/index.htm b/user/qqlogin/class/index.htm deleted file mode 100644 index e69de29..0000000 diff --git a/user/qqlogin/class/table/index.htm b/user/qqlogin/class/table/index.htm deleted file mode 100644 index e69de29..0000000 diff --git a/user/qqlogin/dzz_app_qqlogin.xml b/user/qqlogin/dzz_app_qqlogin.xml deleted file mode 100644 index 81f8a58..0000000 --- a/user/qqlogin/dzz_app_qqlogin.xml +++ /dev/null @@ -1,40 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/user/qqlogin/install.php b/user/qqlogin/install.php deleted file mode 100644 index bef0d96..0000000 --- a/user/qqlogin/install.php +++ /dev/null @@ -1,26 +0,0 @@ -'Setting', - 'open_qq_login'=>' Whether to open QQ login', - 'qq_app_id'=>' APP ID applied in QQ interconnection ', - 'qq_app_key'=>' Application APP KEY applied in QQ interconnection ', - 'whether_allow_direct'=>' whether direct use is allowed ', - 'user_must_binding'=>' User must be bound ', - 'user_must_binding_text'=>' User is not bound to a user, the system will automatically add a user to the system based on the QQ information and bind the user to the QQ. The default user name is QQ nickname. The email address and password are randomly generated. Users can login through QQ normal login or retrieve password ', - 'allow_direct_use'=>' allow direct use', - 'token_url'=>' callback address ', -); \ No newline at end of file diff --git a/user/qqlogin/language/index.htm b/user/qqlogin/language/index.htm deleted file mode 100644 index e69de29..0000000 diff --git a/user/qqlogin/language/zh-cn/index.htm b/user/qqlogin/language/zh-cn/index.htm deleted file mode 100644 index e69de29..0000000 diff --git a/user/qqlogin/language/zh-cn/lang.php b/user/qqlogin/language/zh-cn/lang.php deleted file mode 100644 index 7c3d11d..0000000 --- a/user/qqlogin/language/zh-cn/lang.php +++ /dev/null @@ -1,13 +0,0 @@ -'设置', - 'open_qq_login'=>'是否开启QQ登录', - 'qq_app_id'=>'在QQ互联申请的应用APP ID', - 'qq_app_key'=>'在QQ互联申请的应用APP KEY', - 'whether_allow_direct'=>'是否允许直接使用', - 'user_must_binding'=>'必须绑定用户', - 'user_must_binding_text'=>'用户不绑定用户,直接使用的话,系统将根据QQ的信息自动添加用户到系统并且和此QQ绑定。用户名默认使用QQ昵称;邮箱、密码随机生成。用户可以通过QQ登录正常登录或找回密码', - 'allow_direct_use'=>'允许直接使用', - 'token_url'=>'回调地址', -); \ No newline at end of file diff --git a/user/qqlogin/qqlogin.php b/user/qqlogin/qqlogin.php deleted file mode 100644 index ad7101e..0000000 --- a/user/qqlogin/qqlogin.php +++ /dev/null @@ -1,17 +0,0 @@ - fetch_all(null); -$navtitle="QQ登录配置"; -include template('admin'); diff --git a/user/qqlogin/template/admin.htm b/user/qqlogin/template/admin.htm deleted file mode 100644 index 69d2002..0000000 --- a/user/qqlogin/template/admin.htm +++ /dev/null @@ -1,76 +0,0 @@ - - - - - - - - - - - -
    -
    - -
    -
    -
    -
    -
    -
    -
    -
    - - - -
    -
    {lang open_qq_login}
    -
    - - -
    -
    -
    class="hide"> -
    -
    QQ APPID
    -
    - -
    -
    {lang qq_app_id}
    -
    -
    -
    QQ APPKAY
    -
    - -
    -
    {lang qq_app_key}
    -
    -
    -
    {lang whether_allow_direct}
    -
    - - -
    -
    {lang user_must_binding_text}
    -
    -
    -
    {lang token_url}
    -
    $_G['siteurl']user.php
    -
    -
    -
    - -
    - -
    -
    -
    - - - \ No newline at end of file diff --git a/user/qqlogin/template/left.htm b/user/qqlogin/template/left.htm deleted file mode 100644 index 1156d4e..0000000 --- a/user/qqlogin/template/left.htm +++ /dev/null @@ -1,4 +0,0 @@ - - \ No newline at end of file diff --git a/user/qqlogin/template/login_qqcallback.htm b/user/qqlogin/template/login_qqcallback.htm deleted file mode 100644 index 9d29ac2..0000000 --- a/user/qqlogin/template/login_qqcallback.htm +++ /dev/null @@ -1,240 +0,0 @@ - - - - - - - - - -
    - -
    -
    $_G['setting']['loginset']['title']
    -
    $_G['setting']['loginset']['subtitle']
    -
    - - -
    - - - - \ No newline at end of file diff --git a/user/qqlogin/template/qqcallback.htm b/user/qqlogin/template/qqcallback.htm index e9aa4b1..7be5f15 100644 --- a/user/qqlogin/template/qqcallback.htm +++ b/user/qqlogin/template/qqcallback.htm @@ -72,7 +72,7 @@
    -
    +