Skip to content

Commit

Permalink
Rename title
Browse files Browse the repository at this point in the history
Former-commit-id: 29a8f26
  • Loading branch information
nini22P committed Sep 10, 2023
1 parent 173ca81 commit 230b38a
Show file tree
Hide file tree
Showing 11 changed files with 22 additions and 20 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-terre.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
cache: 'yarn'
- name: Build Stage 1
run: |
echo "Welcome to build WebGAL Origine, the editor of WebGAL platform."
echo "Welcome to build WebGAL Terre, the editor of WebGAL platform."
# 安装依赖
yarn install --frozen-lockfile
# 清理
Expand Down Expand Up @@ -109,7 +109,7 @@ jobs:
rm -rf assets/templates/WebGAL_Android_Template/.gitattributes
rm -rf assets/templates/WebGAL_Android_Template/app/src/main/assets/webgal/.gitkeep
rm -rf assets/templates/WebGAL_Android_Template/app/src/main/java/com
echo "WebGAL Origine is now ready to be deployed."
echo "WebGAL Terre is now ready to be deployed."
- name: Upload Artifact
uses: actions/upload-artifact@v2
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pr-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
cache: 'yarn'
- name: Build Stage 1
run: |
echo "Welcome to build WebGAL Origine, the editor of WebGAL platform."
echo "Welcome to build WebGAL Terre, the editor of WebGAL platform."
# 安装依赖
yarn install --frozen-lockfile
# 清理
Expand Down Expand Up @@ -111,7 +111,7 @@ jobs:
rm -rf assets/templates/WebGAL_Android_Template/.gitattributes
rm -rf assets/templates/WebGAL_Android_Template/app/src/main/assets/webgal/.gitkeep
rm -rf assets/templates/WebGAL_Android_Template/app/src/main/java/com
echo "WebGAL Origine is now ready to be deployed."
echo "WebGAL Terre is now ready to be deployed."
- name: Upload Artifact
uses: actions/upload-artifact@v2
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
cache: 'yarn'
- name: Build Stage 1
run: |
echo "Welcome to build WebGAL Origine, the editor of WebGAL platform."
echo "Welcome to build WebGAL Terre, the editor of WebGAL platform."
# 安装依赖
yarn install --frozen-lockfile
# 清理
Expand Down Expand Up @@ -113,7 +113,7 @@ jobs:
rm -rf assets/templates/WebGAL_Android_Template/.gitattributes
rm -rf assets/templates/WebGAL_Android_Template/app/src/main/assets/webgal/.gitkeep
rm -rf assets/templates/WebGAL_Android_Template/app/src/main/java/com
echo "WebGAL Origine is now ready to be deployed."
echo "WebGAL Terre is now ready to be deployed."
- name: Compress
run: 7z a -tzip WebGAL_Terre_Linux_Arm64.zip release/*
Expand Down
8 changes: 5 additions & 3 deletions packages/WebGAL-electron/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
# WebGAL Electron Project
Add electron support for WebGAL and WebGAL Origine.


Add electron support for WebGAL and WebGAL Terre.

### Optional: Add mirror of electron-builder

```
export ELECTRON_BUILDER_BINARIES_MIRROR=https://npmmirror.com/mirrors/electron-builder-binaries/
export ELECTRON_MIRROR="https://npmmirror.com/mirrors/electron/"
```
```
2 changes: 1 addition & 1 deletion packages/origine2/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/src/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0" />
<title>WebGAL Origine</title>
<title>WebGAL Terre</title>
</head>
<body>
<div id="root"></div>
Expand Down
2 changes: 1 addition & 1 deletion packages/origine2/src/pages/dashboard/DashBoard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ export default function DashBoard() {
return <>
{ isDashboardShow && (<div className={styles.dashboard_container}>
<div className={styles.topBar}>
WebGAL Origine
WebGAL Terre
<div>
<CommandBar
items={_items}
Expand Down
2 changes: 1 addition & 1 deletion packages/origine2/src/pages/editor/Topbar/Topbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ export default function TopBar() {
return <div className={styles.editor_topbar}>
<a href="/" className={styles.home_btn}>
<LeftSmall theme="outline" size="24" fill="#005caf" />
<div className={styles.editor_title}>WebGAL Origine</div>
<div className={styles.editor_title}>WebGAL Terre</div>
</a>

<div className={styles.editor_editingGame}>{t('editing')}<span style={{ fontWeight: "bold" }}>{editingGame}</span></div>
Expand Down
4 changes: 2 additions & 2 deletions release-linux-arm64.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
set -eu

echo "Welcome to build WebGAL Origine, the editor of WebGAL platform."
echo "Welcome to build WebGAL Terre, the editor of WebGAL platform."
# 安装依赖
yarn install --frozen-lockfile --network-timeout=300000

Expand Down Expand Up @@ -60,4 +60,4 @@ rm -rf assets/templates/WebGAL_Android_Template/.gitattributes
rm -rf assets/templates/WebGAL_Android_Template/app/src/main/assets/webgal/.gitkeep
rm -rf assets/templates/WebGAL_Android_Template/app/src/main/java/com

echo "WebGAL Origine is now ready to be deployed."
echo "WebGAL Terre is now ready to be deployed."
4 changes: 2 additions & 2 deletions release-linux.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
set -eu

echo "Welcome to build WebGAL Origine, the editor of WebGAL platform."
echo "Welcome to build WebGAL Terre, the editor of WebGAL platform."
# 安装依赖
yarn install --frozen-lockfile --network-timeout=300000

Expand Down Expand Up @@ -60,4 +60,4 @@ rm -rf assets/templates/WebGAL_Android_Template/.gitattributes
rm -rf assets/templates/WebGAL_Android_Template/app/src/main/assets/webgal/.gitkeep
rm -rf assets/templates/WebGAL_Android_Template/app/src/main/java/com

echo "WebGAL Origine is now ready to be deployed."
echo "WebGAL Terre is now ready to be deployed."
4 changes: 2 additions & 2 deletions release-mac.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
echo "Welcome to build WebGAL Origine, the editor of WebGAL platform."
echo "Welcome to build WebGAL Terre, the editor of WebGAL platform."
# 安装依赖
yarn install --frozen-lockfile --network-timeout=300000

Expand Down Expand Up @@ -71,4 +71,4 @@ echo 'cd WebGAL' >> run-webgal-on-mac.command
echo './WebGAL_Terre' >> run-webgal-on-mac.command
chmod +x run-webgal-on-mac.command

echo "WebGAL Origine is now ready to be deployed."
echo "WebGAL Terre is now ready to be deployed."
4 changes: 2 additions & 2 deletions release.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
echo "Welcome to build WebGAL Origine, the editor of WebGAL platform."
echo "Welcome to build WebGAL Terre, the editor of WebGAL platform."
# 安装依赖
yarn install --frozen-lockfile --network-timeout=300000

Expand Down Expand Up @@ -55,4 +55,4 @@ rm -rf assets/templates/WebGAL_Android_Template/.gitattributes
rm -rf assets/templates/WebGAL_Android_Template/app/src/main/assets/webgal/.gitkeep
rm -rf assets/templates/WebGAL_Android_Template/app/src/main/java/com

echo "WebGAL Origine is now ready to be deployed."
echo "WebGAL Terre is now ready to be deployed."

0 comments on commit 230b38a

Please sign in to comment.