ai/at
1
0

fix link git

This commit is contained in:
2025-12-13 17:12:25 +09:00
parent 4ef8dd7f4d
commit a9811f7719
9 changed files with 16 additions and 16 deletions

2
.gitignore vendored
View File

@@ -2,6 +2,6 @@ repos
.claude
deploy.yml
claude.md
store.mobileprovision
embedded.mobileprovision
.env
html.zip

View File

@@ -93,8 +93,8 @@
<div class="section-title">Developer</div>
<div class="developer-name">syui</div>
<div class="link-row">
<span class="link-icon">GitHub</span>
<a href="https://github.com/syui" class="link-value" target="_blank">github.com/syui</a>
<span class="link-icon">Git</span>
<a href="https://git.syui.ai/syui" class="link-value" target="_blank">git.syui.ai/syui</a>
<span class="link-arrow">&rarr;</span>
</div>
<div class="link-row">

View File

@@ -94,7 +94,7 @@
<div class="footer">
<p>Last updated: 2025</p>
<p>&copy; syu.is</p>
<p>&copy; syui</p>
</div>
</body>
</html>

View File

@@ -60,7 +60,7 @@
<div class="footer">
<p>Last updated: 2025</p>
<p>&copy; syu.is</p>
<p>&copy; syui</p>
</div>
</body>
</html>

View File

@@ -86,7 +86,7 @@
<div class="footer">
<p>Last updated: 2025</p>
<p>&copy; syu.is</p>
<p>&copy; syui</p>
</div>
</body>
</html>

View File

@@ -93,8 +93,8 @@
<div class="section-title">Developer</div>
<div class="developer-name">syui</div>
<div class="link-row">
<span class="link-icon">GitHub</span>
<a href="https://github.com/syui" class="link-value" target="_blank">github.com/syui</a>
<span class="link-icon">Git</span>
<a href="https://git.syui.ai/syui" class="link-value" target="_blank">git.syui.ai/syui</a>
<span class="link-arrow">&rarr;</span>
</div>
<div class="link-row">

View File

@@ -19,7 +19,7 @@ APP_NAME="Aiat"
WORKSPACE="$REPO_DIR/ios/${APP_NAME}.xcworkspace"
SCHEME="$APP_NAME"
BUILD_DIR="$REPO_DIR/build"
MOBILEPROVISION="$SCRIPT_DIR/store.mobileprovision"
MOBILEPROVISION="$REPO_DIR/embedded.mobileprovision"
ASSETS_DIR="$SCRIPT_DIR/assets"
echo "Running iOS preview workflow..."

View File

@@ -150,8 +150,8 @@ index 000000000..62a39a21d
+ <div class="section-title">Developer</div>
+ <div class="developer-name">syui</div>
+ <div class="link-row">
+ <span class="link-icon">GitHub</span>
+ <a href="https://github.com/syui" class="link-value" target="_blank">github.com/syui</a>
+ <span class="link-icon">Git</span>
+ <a href="https://git.syui.ai/syui" class="link-value" target="_blank">git.syui.ai/syui</a>
+ <span class="link-arrow">&rarr;</span>
+ </div>
+ <div class="link-row">
@@ -292,7 +292,7 @@ index 000000000..89f40e414
+
+ <div class="footer">
+ <p>Last updated: 2025</p>
+ <p>&copy; syu.is</p>
+ <p>&copy; syui</p>
+ </div>
+</body>
+</html>
@@ -364,7 +364,7 @@ index 000000000..02fe64696
+
+ <div class="footer">
+ <p>Last updated: 2025</p>
+ <p>&copy; syu.is</p>
+ <p>&copy; syui</p>
+ </div>
+</body>
+</html>

View File

@@ -129,13 +129,13 @@ export function AppInfoScreen() {
</View>
<Pressable
onPress={() => openUrl('https://github.com/syui')}
onPress={() => openUrl('https://git.syui.ai/syui')}
style={[styles.linkRow, t.atoms.border_contrast_low]}>
<Text style={[styles.linkIcon, t.atoms.text_contrast_medium]}>
GitHub
Git
</Text>
<Text style={[styles.linkValue, {color: '#0084ff'}]}>
github.com/syui
git.syui.ai/syui
</Text>
<Text style={[styles.linkArrow, t.atoms.text_contrast_low]}></Text>
</Pressable>