aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ui
diff options
context:
space:
mode:
authorgithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2026-01-18 16:41:01 +0000
committer苏向夜 <fu050409@163.com>2026-01-19 10:50:40 +0800
commit549b4b443f12c5dd22c020dcec1e0e88c2202d13 (patch)
treeeef0d979e209931002df44494c4cdcf8e5b6ca3f /ui
parentf57b6639424eb0258292870512e78c0670d3b94d (diff)
downloadDropOut-549b4b443f12c5dd22c020dcec1e0e88c2202d13.tar.gz
DropOut-549b4b443f12c5dd22c020dcec1e0e88c2202d13.zip
chore(release): bump versions
Diffstat (limited to 'ui')
-rw-r--r--ui/CHANGELOG.md7
-rw-r--r--ui/package.json4
-rw-r--r--ui/src/components/HomeView.svelte2
3 files changed, 10 insertions, 3 deletions
diff --git a/ui/CHANGELOG.md b/ui/CHANGELOG.md
new file mode 100644
index 0000000..4b2d22b
--- /dev/null
+++ b/ui/CHANGELOG.md
@@ -0,0 +1,7 @@
+# Changelog
+
+## v0.2.0-alpha.1
+
+### New Features
+
+- [`e7ac28c`](https://github.com/HydroRoll-Team/DropOut/commit/e7ac28c6b8467a8fca0a3b61ba498e4742d3a718): Prepare for alpha mode pre-release. ([#62](https://github.com/HydroRoll-Team/DropOut/pull/62) by @fu050409)
diff --git a/ui/package.json b/ui/package.json
index 934b149..1e30b01 100644
--- a/ui/package.json
+++ b/ui/package.json
@@ -1,6 +1,6 @@
{
"name": "@dropout/ui",
- "version": "0.2.0-alpha",
+ "version": "0.2.0-alpha.1",
"private": true,
"type": "module",
"scripts": {
@@ -38,4 +38,4 @@
"typescript": "~5.9.3",
"vite": "npm:rolldown-vite@7.2.5"
}
-}
+} \ No newline at end of file
diff --git a/ui/src/components/HomeView.svelte b/ui/src/components/HomeView.svelte
index 2fa8390..573d9da 100644
--- a/ui/src/components/HomeView.svelte
+++ b/ui/src/components/HomeView.svelte
@@ -108,7 +108,7 @@
// GitHub commit hash linking (simple version for 7-40 hex chars inside backticks)
processed = processed.replace(/`([0-9a-f]{7,40})`/g, (match, hash) => {
- return `<a href="https://github.com/HsiangNianian/DropOut/commit/${hash}" target="_blank" class="text-emerald-500 hover:underline font-mono bg-emerald-500/10 px-1 rounded text-[10px] py-0.5 transition-colors border border-emerald-500/20 hover:border-emerald-500/50">${hash.substring(0, 7)}</a>`;
+ return `<a href="https://github.com/HydroRoll-Team/DropOut/commit/${hash}" target="_blank" class="text-emerald-500 hover:underline font-mono bg-emerald-500/10 px-1 rounded text-[10px] py-0.5 transition-colors border border-emerald-500/20 hover:border-emerald-500/50">${hash.substring(0, 7)}</a>`;
});
// Auto-link users (@user)