Skip to content

Commit

Permalink
修改名称,去掉联系方式
Browse files Browse the repository at this point in the history
  • Loading branch information
fs185085781 committed Feb 29, 2024
1 parent 296141b commit 21e54ea
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 17 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@

public class FrameStartUtil {
public static byte[] logo;
private static String contact = "暂无联系方式";
private static String softName = "开源软件";
private static String systemName = "腾飞Webos社区版";//

public static void pringInfo() {
try {
Expand All @@ -52,7 +55,7 @@ private static void desktopKjfs() {
img = data.get("i32");
}
convertPngToIco(img, iconPath);
createShortcut(ProjectUtil.rootPath + "/auto-restart.bat", iconPath, "腾飞Webos服务端");
createShortcut(ProjectUtil.rootPath + "/auto-restart.bat", iconPath, "腾飞Webos社区版服务端");
}

public static void convertPngToIco(Image img, String icoPath) {
Expand Down Expand Up @@ -168,9 +171,6 @@ private static void startFrame() {
win.setVisible(true);
win.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
win.setResizable(false);
String contact = "QQ185085781";
String softName = "腾飞软件";
String systemName = "腾飞Webos";
win.setTitle(systemName);
win.setLayout(new GridLayout(3, 1));
JLabel hy = new JLabel("欢迎使用" + softName + ",客户服务联系" + contact, JLabel.CENTER);
Expand Down Expand Up @@ -257,8 +257,6 @@ private static boolean isPortUsing(int port) {
}

private static void certificatePringInfo() {
String contact = "QQ185085781";
String softName = "腾飞软件";
String sysName = System.getProperty("os.name");
if (sysName.contains("Windows")) {
System.out.println();
Expand Down
2 changes: 1 addition & 1 deletion web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="UTF-8">
<title>腾飞WebOS-我的桌面</title>
<title>腾飞Webos社区版-我的桌面</title>
<meta name="referrer" content="never">
<link rel="manifest" href="./index.manifest.json"/>
<script>"serviceWorker" in navigator&&window.addEventListener("load",(()=>{navigator.serviceWorker.register("./serviceWorker.js").then((e=>console.log("Success: ",e.scope))).catch((e=>console.log("Failure: ",e)))}))</script>
Expand Down
4 changes: 2 additions & 2 deletions web/index.manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"short_name": "腾飞Webos",
"name": "腾飞Webos",
"short_name": "腾飞Webos社区版",
"name": "腾飞Webos社区版",
"icons": [
{
"src": "./imgs/logo.png",
Expand Down
2 changes: 1 addition & 1 deletion web/install.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="UTF-8">
<title>腾飞WebOS-程序安装</title>
<title>腾飞Webos社区版-程序安装</title>
<script src="./modules/win11/init.js?from=element"></script>
<meta name="referrer" content="never">
</head>
Expand Down
2 changes: 1 addition & 1 deletion web/modules/win11/components/#.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export default {
<div class="fadeinScreen login-form" :data-faded="loginDiv.loginFaded" data-unlock="false">
<div class="imageCont prtclk rounded-full overflow-hidden" data-back="false">
<img :src="user.imgPath?user.imgPath:'imgs/logo.png'" alt="" class="user-avatar s200"></div>
<div class="mt-2 text-2xl font-medium text-gray-200">{{user.nickName?user.nickName:'腾飞WebOS'}}</div>
<div class="mt-2 text-2xl font-medium text-gray-200">{{user.nickName?user.nickName:'腾飞Webos社区版'}}</div>
<div class="text-xs text-gray-400 mt-4" v-if="loginType == 0 && lockType == 0">
<el-input name="no" clearable v-model="loginData.parentUserNo" class="login-input" placeholder="主用户编码,为空则主用户登录"></el-input>
</div>
Expand Down
2 changes: 1 addition & 1 deletion web/modules/win11/components/settings-user.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export default {
<template v-if="componentData.selectedSecond == ''">
<div class="accountsTop ">
<img :src="user.imgPath?user.imgPath:'imgs/logo.png'" alt="" class="user-avatar">
<div><p>{{user.nickName?user.nickName:'腾飞WebOS'}}</p><p>{{user.username}}</p></div>
<div><p>{{user.nickName?user.nickName:'腾飞Webos社区版'}}</p><p>{{user.username}}</p></div>
</div>
<div class="tile" @click="changeSecondView('info','帐户信息')">
<span class="settingsIcon"><i class="fa fa-user"></i></span>
Expand Down
2 changes: 1 addition & 1 deletion web/modules/win11/components/settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export default {
<div class="account">
<img :src="user.imgPath?user.imgPath:'imgs/logo.png'" alt="" class="user-avatar s60">
<div>
<p>{{user.nickName?user.nickName:'腾飞WebOS'}}</p>
<p>{{user.nickName?user.nickName:'腾飞Webos社区版'}}</p>
<p>{{user.username}}</p>
</div>
</div>
Expand Down
6 changes: 2 additions & 4 deletions web/modules/win11/components/taskbar.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,9 @@ export default {
<div :data-hide="!about.show" class="aboutApp floatTab dpShad" :style="{'top':about.top+'px','left':about.left+'px'}">
<div class="content p-6">
<div class="text-xl font-semibold">关于</div>
<p>腾飞webos是一个商业化项目,希望在网络上复制Windows 11的桌面体验。</p>
<p>腾飞webos社区版是一个开源项目,希望在网络上复制Windows 11的桌面体验。</p>
<p>此项目仅采用开源项目<a target="_blank" href="https://github.com/blueedgetechno/win11React" rel="noreferrer">win11React</a>的样式</p>
<p>前后端逻辑和动画由阿范🎈完全从0写的,由前端Vue+后端Java共同实现</p>
<p class="pl-4">联系QQ :&nbsp;185085781</p>
<p class="pl-4">联系微信 :&nbsp;O_o-T_T_o_O</p>
<p>此项目绝不附属于微软,且不应与微软操作系统或产品混淆。</p>
<p>这也不是&nbsp;<a target="_blank" href="https://www.microsoft.com/en-in/windows-365" rel="noreferrer">Windows 365 cloud PC</a>.</p>
<p>本项目中微软、Windows和其他示范产品是微软公司组的商标。.</p>
Expand Down Expand Up @@ -128,7 +126,7 @@ export default {
<div class="uicon">
<img :src="user.imgPath?user.imgPath:'imgs/logo.png'" alt="" class="user-avatar s26">
</div>
<div class="usName">{{user.nickName?user.nickName:'腾飞WebOS'}}</div>
<div class="usName">{{user.nickName?user.nickName:'腾飞Webos社区版'}}</div>
</div>
<div class="relative powerMenu" @click="startMenu.shutDownShow = !startMenu.shutDownShow">
<div class="powerCont" :data-vis="startMenu.shutDownShow">
Expand Down

0 comments on commit 21e54ea

Please # to comment.