Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Vol. 20 24_03 Res Preload & Bug Fix & Frame Update & Program Update #146

Merged
merged 14 commits into from
Apr 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
43 changes: 0 additions & 43 deletions .github/workflows/module.yml

This file was deleted.

48 changes: 48 additions & 0 deletions Loader.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
@echo off
title AnEot update loader
setlocal enabledelayedexpansion

echo Updating Dependencies...
git pull --recurse-submodules
git submodule update --init --recursive

if exist "%~dp0program\AnEoTTool1\binary\net8.0-windows-x64\AnEoT.Tools.WordToMarkdown.exe"(
set markdown = "%~dp0program\AnEoTTool1\binary\net8.0-windows-x64\AnEoT.Tools.WordToMarkdown.exe"
) else (
echo [Error] AnEoT.Tools.WordToMarkdown.exe not found
exit /b 1
)

if exist "%~dp0program\ffmpeg.exe" (
set ffmpeg = "%~dp0program\ffmpeg.exe"
) else (
echo [Error] ffmpeg.exe not found
exit /b 1
)

echo Dependencies:
call "%markdown%" --version

echo Preparing paths and variables...
set Year=%date:~0,4%
set Month=%date:~5,2%
set Day=%date:~8,2%
set NewVersionCode=%Year%-%Month%
set UpdateTime=%Year%-%Month%-%Day%
set Configts="%~dp0docs\.vuepress\config.ts"
set "volFile=%~dp0docs\readme.md"
:: 读取文件并查找包含"Vol."的行
for /f "tokens=2 delims=." %%a in ('findstr /R "Vol\.[0-9]*" "%volFile%"') do (
set "vol=%%a"
:: 仅保留数字部分
for /f "tokens=1" %%i in ("!vol!") do set "vol=%%i"
)
echo Current Vol: %vol%

mkdir "%~dp0docs\posts\%NewVersionCode%"
mkdir "%~dp0docs\posts\%NewVersionCode%\res"
mkdir "%~dp0docs\posts\%NewVersionCode%\res\comic"
mkdir "%~dp0docs\posts\%NewVersionCode%\res\illustration"
mkdir "%~dp0docs\posts\%NewVersionCode%\res\ope_sec"


6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
# Version

Project version: 1.3.0 Tales
Project version: 1.3.2 Tales

Data version: 24.01.0
Data version: 24.03.0

Program version: 0.1.1(Alpha)

## Another End of Terra (AnEot)

Expand Down
4 changes: 2 additions & 2 deletions docs/.vuepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ export default defineUserConfig({
head: [
['link', { rel: 'icon', href: '/eod.png' }],
['link', { rel: 'manifest', href: '/manifest.json' }],
['meta', { name: 'theme-color', content: '#31509d' }], // 主题色
['meta', { name: 'theme-color', content: '#8fb728' }], // 主题色
['meta', { name: 'apple-mobile-web-app-capable', content: 'yes' }],
['meta', { name: 'apple-mobile-web-app-status-bar-style', content: 'default' }],
['link', { rel: 'apple-touch-icon', href: '/icon/apple-touch-icon-152x152.png' }],
['link', { rel: 'mask-icon', href: '/eod.svg', color: '#FFFFFF' }],
['meta', { name: 'msapplication-TileImage', content: '/icon/msapplication-icon-144x144.png' }],
['meta', { name: 'msapplication-TileColor', content: '#31509d' }], // 磁贴颜色
['meta', { name: 'msapplication-TileColor', content: '#8fb728' }], // 磁贴颜色
[
"link",
{
Expand Down
7 changes: 6 additions & 1 deletion docs/.vuepress/navbar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ export default navbar([
prefix: "/posts/",
children: [
"",
"2023-07/",
"2023-08/",
"2023-09/",
"2023-10/",
"2023-12/",
"2024-02/",
"2024-03/",
],
},
{
Expand All @@ -28,6 +28,11 @@ export default navbar([
"statement",
]
},
{
text: "PDF下载",
icon: "storage",
link: "https://aneotpan.wuyilingwei.com"
},
{
text: "泰讯枢纽",
icon: "link",
Expand Down
Binary file modified docs/.vuepress/public/hero/1.webp
Binary file not shown.
Binary file modified docs/.vuepress/public/hero/2.webp
Binary file not shown.
Binary file modified docs/.vuepress/public/hero/3.webp
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/.vuepress/public/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"display": "standalone",
"id": "aneot.terrach.net",
"background_color": "#fff",
"theme_color": "#31509d",
"theme_color": "#8fb728",
"description": "明日方舟同人杂志《回归线》",
"update": "force",
"icons": [
Expand Down
10 changes: 5 additions & 5 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ title: 主页
heroText: 回归线
heroFullScreen: false
# 在这里修改抬头画师
tagline: © 阷軼 2024·01
tagline: © 織霧安轉 2024·03
# 在这里修改版头主题色
# 同时修改config.ts和mainfest中的themeColor
heroAlt: '#31509d'
heroAlt: '#8fb728'
projects:
- icon: read
name: 期刊一览
Expand All @@ -18,13 +18,13 @@ projects:

- icon: article
name: 最新一期
desc: Vol.19 2024-02
link: posts/2024-02/
desc: Vol.20 2024-03
link: posts/2024-03/

- icon: cache
name: 下载 PDF
desc: Download
link: download
link: https://aneotpan.wuyilingwei.com

- icon: proposal
name: 征稿启事
Expand Down
Loading