Skip to content

Commit

Permalink
chore: automatically package the default theme
Browse files Browse the repository at this point in the history
  • Loading branch information
yanranxiaoxi committed Sep 3, 2022
1 parent 06f6683 commit 89e719a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitlab-ci.yml
Expand Up @@ -64,6 +64,8 @@ upload:
Move-Item ".\node_modules\${nodeModulesDir}\*" ".\Public\node_modules\${nodeModulesDir}\";
}
- Remove-Item ".\node_modules\" -Recurse;
- PowerShell -Command "& {git clone https://gitlab.soraharu.com/XiaoXi/OpenNav-Material-Design .\Public\themes\material-design\}";
- Remove-Item ".\Public\themes\material-design\.git\" -Recurse;
- Set-Location "..\";
- if (Test-Path -Path ".\OpenNav-compiled.zip" -PathType Leaf) {
Remove-Item ".\OpenNav-compiled.zip" -Recurse;
Expand Down
Binary file modified Data/Database.sample.db3
Binary file not shown.
2 changes: 1 addition & 1 deletion Public/index.php
Expand Up @@ -48,7 +48,7 @@
* 初始参数
*/
// 程序版本
define('VERSION', '0.1.1');
define('VERSION', '0.1.2');
// 关闭 PHP 警告提示
if (DEBUG_MODE === false) {
error_reporting(E_ALL^E_NOTICE^E_WARNING^E_DEPRECATED);
Expand Down

0 comments on commit 89e719a

Please sign in to comment.