Commit Graph
119 Commits
Author SHA1 Message Date
Neko Ayaka 146b3da65a Revert "style: lint"
This reverts commit 98f40d7d0b.
2026-08-26 20:13:10 +08:00
Neko Ayaka 98f40d7d0b style: lint 2026-08-26 19:49:58 +08:00
Neko Ayaka 6a24582696 chore(deps): bump dependencies 2026-08-26 19:01:04 +08:00
mullung 31fd501694 fix(docs): correct Korean particle spacing and stale ko README commands (#2357) 2026-08-25 13:53:22 +08:00
mullung e45fca041c docs(ko): sync Korean docs with English manual restructure (#2296) 2026-08-19 03:34:27 +08:00
Columbina 5977a9dcfe docs(en): refresh manual and provider guides (#2153) 2026-08-13 18:18:24 +08:00
Neko Ayaka 774b2daf03 style: prevent use of .ts, .js import 2026-08-05 20:34:14 +08:00
Neko Ayaka 20d6158144 fix(docs): miss use of base for resolving author data 2026-08-05 16:05:26 +08:00
MilkyWeighWandNeko 727f84ee29 chore(docs): polish theme toggle, search morph & page transitions (#2205)
---------

Co-authored-by: Neko <neko@ayaka.moe>
2026-08-04 19:35:55 +08:00
mullung 771ba3f8a7 chore(ko): add Korean locale to documentation site (#2173) 2026-08-02 18:43:46 +08:00
RainbowBird 0ae8c87295 chore(analytics): remove Plausible integration
Signed-off-by: RainbowBird <git@luoling.moe>

Commit-Message-Assisted-by: Claude (via Claude Code)
2026-07-30 14:36:15 +08:00
0xSelenicDove 0460a6cf14 chore(docs): reorganize guides and refresh provider docs (#2081) 2026-07-20 16:12:01 +08:00
0xSelenicDove 337b814ea3 refactor(docs): new structure, provider config update (#1712)
Co-authored-by-agent: Unknown
2026-07-17 18:02:54 +08:00
RainbowBird 0e4dc69ec0 fix(analytics): normalize PostHog event semantics (#2041) 2026-07-10 13:54:23 +08:00
RainbowBird 689f02ac4f refactor(posthog): unify project key for all AIRI surfaces and streamline configuration 2026-07-08 00:05:26 +08:00
Eleanor 7f2579e072 feat(docs): add character card template reference (#2007) 2026-06-26 14:54:52 +08:00
Neko Ayaka d7baaa8dc2 fix(docs): missing handle of invalid date 2026-05-02 23:34:07 +08:00
Neko Ayaka 32087c05de feat(docs): authors region, published at, more tweaks on ui, @assets() fix 2026-05-02 22:47:35 +08:00
Neko Ayaka b4a35e4ac0 chore(docs): more style and readability update 2026-05-02 21:17:03 +08:00
Neko Ayaka 755550915f chore(docs): indentation of nested sidebar 2026-05-02 14:38:15 +08:00
Neko Ayaka bfb9d5cc74 chore(docs): missing type convert for nodes 2026-05-01 21:14:59 +08:00
Neko Ayaka af5ce6defb chore(docs): color fixes for warning tip block 2026-05-01 20:28:11 +08:00
Neko Ayaka 1ae345d076 chore(docs): better color for doc footer nav, tighter room for sidebar links 2026-05-01 20:14:15 +08:00
Neko Ayaka 5478cea6e4 chore(docs): better color, animated <details>, minor tweaks 2026-05-01 20:14:14 +08:00
Neko Ayaka 30dbbe510a chore(docs): correctly hover style 2026-04-30 16:52:56 +08:00
0xSelenicDove ad7cf632ed chore(docs): add missing tamagotchi setup-and-use page to sidebar (#1713) 2026-04-23 18:42:18 +08:00
雨落 8baaff7778 chore(docs): added comment for target field (#1465)
---------

Signed-off-by: 秋雨落 <i@rain.cx>
Co-authored-by-agent: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
2026-03-24 12:55:15 +08:00
Garfield Lee 9538068d0b fix(docs): Try Live leads to 404 in VitePress SPA router (#1461)
- Add `target?: string` field to `ButtonItem` interface
- Set `target: '_self'` on all locales' Try Live button configs (EN, ZH, JA)
- Bind `:target="item.target"` on the `<a>` element in HomeButton.vue

VitePress intercepts clicks on anchor tags without an explicit `target`
attribute and routes them through Vue Router, which causes a 404 for the
external https://airi.moeru.ai/ link. Setting `target="_self"` makes
the browser skip the router and perform a native navigation.

Co-authored-by-agent: GitHub Copilot <copilot@github.com>
2026-03-24 10:15:57 +08:00
Neko Ayaka 900de50127 refactor(docs): now transition= attribute will have types 2026-03-23 18:24:36 +08:00
Neko Ayaka ce60323d8a style: lint 2026-03-23 02:16:10 +08:00
Neko Ayaka 956a4541e9 style: lint 2026-03-19 14:27:23 +08:00
雨落 5a574e1806 fix(docs): incorrect button link (#1411) 2026-03-17 22:33:21 +08:00
8648f761ed refactor(docs): home layout component (#1404)
---------

Signed-off-by: 秋雨落 <i@rain.cx>
Co-authored-by: Neko-233 <1260907335@qq.com>
Co-authored-by: Neko <neko@ayaka.moe>
2026-03-17 17:40:16 +08:00
RinandClaude Opus 4.6 688836912d chore: disable PostHog telemetry in development mode (#1365)
* chore: disable PostHog telemetry in development mode

Skip posthog.init() when import.meta.env.DEV is true to avoid
sending telemetry data during local development.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

* Apply suggestions from code review

Co-authored-by: Rin <shinohara-rin@users.noreply.github.com>

---------

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-15 09:39:54 +08:00
Nashchennc 342250e2fc chore(docs): reorganize content (#1170) 2026-03-08 18:43:40 +08:00
Neko Ayaka 7d934f9c67 chore(docs): use plausible directly 2026-03-04 23:59:29 +08:00
Neko Ayaka 88848a4fe1 fix(docs): minor style fixes, improved readability 2026-01-18 04:56:14 +08:00
Lovehsigure_520 c111f2afeb fix(docs): incorrect translation for docs (#901) 2026-01-07 17:59:16 +08:00
Lovehsigure_520 9fd3005c5a fix(docs): remove hardcoded condition in Home.vue (#877) 2026-01-05 16:34:26 +08:00
Neko 37878307b8 fix(docs): continue to fix Christmas time check 2026-01-05 12:37:48 +08:00
Neko Ayaka 64eb668248 fix(docs): should count any range between Jan & Dec 2026-01-04 23:09:33 +08:00
Makitoandautofix-ci[bot] 00d3105719 refactor(apps/*,docs): unify PostHog config (#875)
* refactor(apps/*,docs): unify PostHog config

* [autofix.ci] apply automated fixes

* refactor: remove ImportMeta and keep ImportMetaEnv only

---------

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-01-04 23:58:03 +09:00
Neko Ayaka ddb13ccbd4 style: lint 2026-01-04 01:47:22 +08:00
b5c6ab58ad feat(docs): Japanese translated & minor issues fixed (#865)
---------

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: Neko <neko@ayaka.moe>
2026-01-03 01:48:33 +08:00
Neko Ayaka f579600f26 feat(docs,i18n): now supports Japanese & Korean 2025-12-26 12:24:25 +08:00
Neko Ayaka 3935fa2600 feat(docs): Japanese site 2025-12-26 12:02:29 +08:00
Neko Ayaka 9cbddb0770 feat(stage-web,docs): enable apple mobile web app capable meta tag
https://developer.apple.com/library/archive/documentation/AppleApplications/Reference/SafariHTMLRef/Articles/MetaTags.html#//apple_ref/doc/uid/TP40008193-SW3
2025-12-25 02:56:12 +08:00
Neko Ayaka bd9358e44c feat(docs): Merry Christmas 2025 🎄 2025-12-24 23:11:14 +08:00
Neko Ayaka f72ce99522 fix(docs): guard posthog init with SSR check 2025-12-13 17:14:50 +08:00
Neko Ayaka 23462a910c feat(stage-ui,stage-pages,stage-web,stage-tamagotchi,docs): added Posthog 2025-12-13 16:56:45 +08:00