This repository has been archived on 2026-06-20. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
wsh5485 cedbe0687c feat: 添加静态资源文件和实体类
添加了多个图片、音频文件和CSS样式文件,包括QQ、微信相关图片和游戏素材。同时新增了跟进方式实体类gjfs.java和路径工具类PathUtils.java,用于项目功能扩展。

[新增文件包括]
- 图片资源:qq.png, wx.png, logo.jpg等
- 游戏素材:bg.png, CRM.png等
- 实体类:com/xzw/entity/gjfs.java
- 工具类:com/xzw/utils/PathUtils.java
2025-06-17 13:26:03 +08:00

53 lines
2.3 KiB
Plaintext
Raw Permalink Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<%@ page language="java" contentType="text/html; charset=utf-8"
pageEncoding="utf-8"%>
<%@page import="java.text.SimpleDateFormat,java.util.Date"%>
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>待开发界面</title>
<link rel="stylesheet" href="${basePath}static/css/gdwz/style.css">
<script type="text/javascript" src='${basePath}static/js/gdwz/jquery.min.js'></script>
<script type="text/javascript" src="${basePath}static/js/gdwz/index.js"></script>
</head>
<body>
<form style="float:right;">
<input type="BUTTON" name="FullScreen" value="全屏显示" onClick="window.open(document.location, 'big', 'fullscreen=yes')">
<input type="BUTTON" name="FullScreen" value="关闭窗口" onClick="window.close(document.location, 'small', 'fullscreen=no')">
</form>
<div style="margin: auto; text-align: center; margin-bottom: 30px;">
<a style="font-size:50px;color:red;"><span class="dateSpan" style="font-style: italic;color: red;"><%=new SimpleDateFormat("yyyy年MM月dd日").format(new Date()) %>&nbsp;&nbsp;<%=new SimpleDateFormat("E").format(new Date()) %></span>&nbsp;&nbsp;此地正在挖掘中...</a>
</div>
<div class="hide"></div>
<div class="choose" style="margin: auto; width: 1000px; display: block;">
<div style="line-height: 50px; float: left;">每日一思:</div>
<div class="options">
<span class="button">&nbsp;<div class="arrow-down"></div></span>
<ul id="scroller">
  <li>主动出击,抢得先机,提高效率</li>
  <li>今日的质量,明日的市场</li>
  <li>团队共作战人人出业绩</li>
  <li>一个疏忽百人忙,人人细心更顺畅</li>
  <li>用心服务,保证服务,品质满意客户需求</li>
  <li>找方法才能成功,找借口只会失败</li>
  <li>优服务高效益大发展</li>
  <li>爱岗敬业求实创新用心服务勇争一流</li>
  <li>今日看客,明日买主</li>
  <li>技巧提升,业绩攀升,持之以恒,业绩骄人</li>
  <li>全心全意为客户服务</li>
  <li>创一流服务品牌,树完美企业形象</li>
  <li>全员齐动,风起云涌,每日拜访,铭记心中</li>
  <li>客户至上,技术争先</li>
<li>要用我们的耐心诚心热情为客户服务</li>
</ul>
</div>
</div>
<div id="text"></div>
</body>
</html>