Skip to content
This repository has been archived by the owner on Aug 7, 2024. It is now read-only.

Commit

Permalink
archive repo
Browse files Browse the repository at this point in the history
  • Loading branch information
MrKou47 committed Aug 7, 2024
1 parent 1b74f3d commit a8e9d69
Show file tree
Hide file tree
Showing 12 changed files with 7,934 additions and 16 deletions.
10 changes: 10 additions & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
@alipay:registry=http://registry.npm.alibaba-inc.com
registry=https://registry.npmmirror.com/
chromedriver_cdnurl=https://npmmirror.com/mirrors/chromedriver/
operadriver_cdnurl=https://npmmirror.com/mirrors/operadriver/
sass_binary_site=https://npmmirror.com/mirrors/node-sass/
electron_mirror=https://npmmirror.com/mirrors/electron/
canvas_binary_host_mirror=https://npmmirror.com/mirrors/canvas/

node-linker=hoisted
git-checks=false
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
This repository is archived. The documentation source of Galacean Engine has been moved to [galacean/engine](https://github.com/galacean/engine/docs).

# Galacean Site

The documentation source of [Galacean Engine](https://github.com/galacean/engine).
Expand Down
2 changes: 1 addition & 1 deletion home.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@

// 检查是否为旧的哈希路由格式
if (pathname === '/' && hash.startsWith('#/')) {
const newPath = `/engine/${hash.slice(2)}`;
const newPath = `/archive-engine/${hash.slice(2)}`;
window.location.replace(newPath);
}
})();
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@

// 检查是否为旧的哈希路由格式
if (pathname === '/' && hash.startsWith('#/')) {
const newPath = `/engine/${hash.slice(2)}`;
const newPath = `/archive-engine/${hash.slice(2)}`;
window.location.replace(newPath);
}
})();
Expand Down
Loading

0 comments on commit a8e9d69

Please sign in to comment.