Simon
|
60a6b5e5b6
|
chore: wording; tailwind lint
|
2025-11-26 19:56:47 +08:00 |
|
Simon
|
7ae8fe753a
|
feat: update logo
|
2025-11-25 21:00:41 +08:00 |
|
Simon
|
a1dfe879c1
|
chore: update issue templates
|
2025-11-25 19:46:18 +08:00 |
|
Simon
|
6e7619760f
|
chore: update lock
|
2025-11-24 20:33:57 +08:00 |
|
Simon
|
efc85da91c
|
Merge pull request #41 from alibaba/dependabot/npm_and_yarn/development-dependencies-8c725c2457
chore(deps-dev): bump the development-dependencies group across 1 directory with 17 updates
|
2025-11-24 20:31:21 +08:00 |
|
Simon
|
8e11fcb918
|
chore: i18n improve
|
2025-11-24 20:30:12 +08:00 |
|
dependabot[bot]
|
4a9bd9aed0
|
chore(deps-dev): bump the development-dependencies group across 1 directory with 17 updates
Bumps the development-dependencies group with 16 updates in the / directory:
| Package | From | To |
| --- | --- | --- |
| [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) | `9.38.0` | `9.39.1` |
| [@microsoft/api-extractor](https://github.com/microsoft/rushstack/tree/HEAD/apps/api-extractor) | `7.53.1` | `7.55.0` |
| [@tailwindcss/vite](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/@tailwindcss-vite) | `4.1.15` | `4.1.17` |
| [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `19.2.2` | `19.2.5` |
| [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom) | `19.2.2` | `19.2.3` |
| [@vitejs/plugin-react-swc](https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react-swc) | `4.1.0` | `4.2.2` |
| [eslint](https://github.com/eslint/eslint) | `9.38.0` | `9.39.1` |
| [eslint-plugin-react-dom](https://github.com/Rel1cx/eslint-react/tree/HEAD/packages/plugins/eslint-plugin-react-dom) | `2.2.2` | `2.3.5` |
| [eslint-plugin-react-hooks](https://github.com/facebook/react/tree/HEAD/packages/eslint-plugin-react-hooks) | `7.0.0` | `7.0.1` |
| [eslint-plugin-react-x](https://github.com/Rel1cx/eslint-react/tree/HEAD/packages/plugins/eslint-plugin-react-x) | `2.2.2` | `2.3.5` |
| [globals](https://github.com/sindresorhus/globals) | `16.4.0` | `16.5.0` |
| [i18next](https://github.com/i18next/i18next) | `25.6.0` | `25.6.2` |
| [lint-staged](https://github.com/lint-staged/lint-staged) | `16.2.5` | `16.2.6` |
| [react-i18next](https://github.com/i18next/react-i18next) | `16.1.4` | `16.3.3` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.46.2` | `8.47.0` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `7.1.11` | `7.2.2` |
Updates `@eslint/js` from 9.38.0 to 9.39.1
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](https://github.com/eslint/eslint/commits/v9.39.1/packages/js)
Updates `@microsoft/api-extractor` from 7.53.1 to 7.55.0
- [Changelog](https://github.com/microsoft/rushstack/blob/main/apps/api-extractor/CHANGELOG.md)
- [Commits](https://github.com/microsoft/rushstack/commits/@microsoft/api-extractor_v7.55.0/apps/api-extractor)
Updates `@tailwindcss/vite` from 4.1.15 to 4.1.17
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/tailwindlabs/tailwindcss/commits/v4.1.17/packages/@tailwindcss-vite)
Updates `@types/react` from 19.2.2 to 19.2.5
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)
Updates `@types/react-dom` from 19.2.2 to 19.2.3
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom)
Updates `@vitejs/plugin-react-swc` from 4.1.0 to 4.2.2
- [Release notes](https://github.com/vitejs/vite-plugin-react/releases)
- [Changelog](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react-swc/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite-plugin-react/commits/plugin-react-swc@4.2.2/packages/plugin-react-swc)
Updates `eslint` from 9.38.0 to 9.39.1
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](https://github.com/eslint/eslint/compare/v9.38.0...v9.39.1)
Updates `eslint-plugin-react-dom` from 2.2.2 to 2.3.5
- [Release notes](https://github.com/Rel1cx/eslint-react/releases)
- [Changelog](https://github.com/Rel1cx/eslint-react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/Rel1cx/eslint-react/commits/v2.3.5/packages/plugins/eslint-plugin-react-dom)
Updates `eslint-plugin-react-hooks` from 7.0.0 to 7.0.1
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/packages/eslint-plugin-react-hooks/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/HEAD/packages/eslint-plugin-react-hooks)
Updates `eslint-plugin-react-x` from 2.2.2 to 2.3.5
- [Release notes](https://github.com/Rel1cx/eslint-react/releases)
- [Changelog](https://github.com/Rel1cx/eslint-react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/Rel1cx/eslint-react/commits/v2.3.5/packages/plugins/eslint-plugin-react-x)
Updates `globals` from 16.4.0 to 16.5.0
- [Release notes](https://github.com/sindresorhus/globals/releases)
- [Commits](https://github.com/sindresorhus/globals/compare/v16.4.0...v16.5.0)
Updates `i18next` from 25.6.0 to 25.6.2
- [Release notes](https://github.com/i18next/i18next/releases)
- [Changelog](https://github.com/i18next/i18next/blob/master/CHANGELOG.md)
- [Commits](https://github.com/i18next/i18next/compare/v25.6.0...v25.6.2)
Updates `lint-staged` from 16.2.5 to 16.2.6
- [Release notes](https://github.com/lint-staged/lint-staged/releases)
- [Changelog](https://github.com/lint-staged/lint-staged/blob/main/CHANGELOG.md)
- [Commits](https://github.com/lint-staged/lint-staged/compare/v16.2.5...v16.2.6)
Updates `react-i18next` from 16.1.4 to 16.3.3
- [Changelog](https://github.com/i18next/react-i18next/blob/master/CHANGELOG.md)
- [Commits](https://github.com/i18next/react-i18next/compare/v16.1.4...v16.3.3)
Updates `tailwindcss` from 4.1.15 to 4.1.17
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/tailwindlabs/tailwindcss/commits/v4.1.17/packages/tailwindcss)
Updates `typescript-eslint` from 8.46.2 to 8.47.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.47.0/packages/typescript-eslint)
Updates `vite` from 7.1.11 to 7.2.2
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v7.2.2/packages/vite)
---
updated-dependencies:
- dependency-name: "@eslint/js"
dependency-version: 9.39.1
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: development-dependencies
- dependency-name: "@microsoft/api-extractor"
dependency-version: 7.55.0
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: development-dependencies
- dependency-name: "@tailwindcss/vite"
dependency-version: 4.1.17
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: development-dependencies
- dependency-name: "@types/react"
dependency-version: 19.2.5
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: development-dependencies
- dependency-name: "@types/react-dom"
dependency-version: 19.2.3
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: development-dependencies
- dependency-name: "@vitejs/plugin-react-swc"
dependency-version: 4.2.2
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: development-dependencies
- dependency-name: eslint
dependency-version: 9.39.1
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: development-dependencies
- dependency-name: eslint-plugin-react-dom
dependency-version: 2.3.5
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: development-dependencies
- dependency-name: eslint-plugin-react-hooks
dependency-version: 7.0.1
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: development-dependencies
- dependency-name: eslint-plugin-react-x
dependency-version: 2.3.5
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: development-dependencies
- dependency-name: globals
dependency-version: 16.5.0
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: development-dependencies
- dependency-name: i18next
dependency-version: 25.6.2
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: development-dependencies
- dependency-name: lint-staged
dependency-version: 16.2.6
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: development-dependencies
- dependency-name: react-i18next
dependency-version: 16.3.3
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: development-dependencies
- dependency-name: tailwindcss
dependency-version: 4.1.17
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: development-dependencies
- dependency-name: typescript-eslint
dependency-version: 8.47.0
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: development-dependencies
- dependency-name: vite
dependency-version: 7.2.2
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: development-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2025-11-17 19:50:43 +00:00 |
|
Simon
|
0f697c21bd
|
chore: update lock
|
2025-10-24 21:47:25 +08:00 |
|
Simon
|
e0d6d0d51b
|
docs: plan
|
2025-10-24 17:50:57 +08:00 |
|
Simon
|
d92ba7d882
|
fix: update aria-label for theme switcher button
|
2025-10-24 17:21:39 +08:00 |
|
Simon
|
3e8e584065
|
fix: demo video cn
|
2025-10-24 17:06:32 +08:00 |
|
Simon
|
9bdd565feb
|
fix: demo video cn
|
2025-10-24 17:05:32 +08:00 |
|
Simon
|
b0a31e777b
|
fix: demo video
Updated demo video source in README.
|
2025-10-24 17:03:56 +08:00 |
|
Simon
|
78a54d0d3d
|
docs: 演示视频
|
2025-10-24 16:56:26 +08:00 |
|
Simon
|
7f04f3564a
|
fix: gemini response format
|
2025-10-24 16:54:05 +08:00 |
|
Simon
|
22a25b17f5
|
Merge pull request #36 from gaomeng1900/main
docs update
|
2025-10-24 01:21:01 +08:00 |
|
Simon
|
8a63c1b716
|
feat: Enhance code highlighting
|
2025-10-24 00:50:51 +08:00 |
|
Simon
|
ab710bcaf5
|
stye: optimize mobile header with icon navigation
|
2025-10-24 00:07:15 +08:00 |
|
Simon
|
df449166d5
|
docs: wording
|
2025-10-23 21:20:48 +08:00 |
|
Simon
|
da822c5fe1
|
docs: wording
|
2025-10-23 20:48:57 +08:00 |
|
Simon
|
78412323a7
|
docs: wording
|
2025-10-23 20:45:03 +08:00 |
|
Simon
|
ad06cd1869
|
docs: wording
|
2025-10-23 20:42:27 +08:00 |
|
Simon
|
86682c3a1e
|
docs: wording
|
2025-10-23 20:41:12 +08:00 |
|
Simon
|
fee3bbdf85
|
docs: Authentication suggestion
|
2025-10-23 20:25:55 +08:00 |
|
Simon
|
4d3c878809
|
feat: add experimentalScriptExecutionTool
|
2025-10-23 19:59:17 +08:00 |
|
Simon
|
e704398c43
|
feat: add Google Analytics tracking script
|
2025-10-23 16:16:20 +08:00 |
|
Simon
|
56d20904b9
|
docs: demo
|
2025-10-23 16:07:59 +08:00 |
|
Simon
|
bdddcb860e
|
chore: add Open Graph meta tags for better sharing
|
2025-10-23 15:43:12 +08:00 |
|
Simon
|
e6e8ebf4e3
|
docs: wording
|
2025-10-23 15:37:22 +08:00 |
|
Simon
|
9b1131ce13
|
docs: wording
|
2025-10-23 15:32:56 +08:00 |
|
Simon
|
462d76dbb6
|
docs: update CDN links to version 0.0.4
|
2025-10-23 15:27:31 +08:00 |
|
Simon
|
3791d1e157
|
chore: wording
|
2025-10-23 15:17:05 +08:00 |
|
Simon
|
2e3355f52c
|
fix: update language setting to use i18n configuration
|
2025-10-22 23:07:23 +08:00 |
|
Simon
|
b85a82785f
|
chore: bump version to 0.0.4
|
2025-10-22 23:02:49 +08:00 |
|
Simon
|
2314d28e60
|
fix: mobile panel styles
|
2025-10-22 23:02:17 +08:00 |
|
Simon
|
58475c63da
|
feat: enhance mobile navigation and update i18n labels
|
2025-10-22 22:58:52 +08:00 |
|
Simon
|
55f07d971a
|
docs: update i18n status in ROADMAP
|
2025-10-22 22:41:48 +08:00 |
|
Simon
|
cd84269427
|
feat: i18n for website
|
2025-10-22 22:35:25 +08:00 |
|
Simon
|
fedeb57f48
|
chore: add homepage
|
2025-10-22 19:04:19 +08:00 |
|
Simon
|
386167e99b
|
chore: wording
|
2025-10-22 17:48:06 +08:00 |
|
Simon
|
190d264bda
|
docs: update ROADMAP
|
2025-10-22 17:18:39 +08:00 |
|
Simon
|
7af3b580d5
|
docs: updating ROADMAP
|
2025-10-22 17:16:15 +08:00 |
|
Simon
|
4af927f218
|
fix: action
|
2025-10-22 16:59:10 +08:00 |
|
Simon
|
7752066f4b
|
fix: action
|
2025-10-22 16:38:10 +08:00 |
|
Simon
|
931709b336
|
chore: version
|
2025-10-22 16:32:40 +08:00 |
|
Simon
|
0eee49988d
|
chore: format md
|
2025-10-22 16:30:37 +08:00 |
|
Simon
|
20b089439d
|
docs: remove notice
|
2025-10-22 14:26:19 +08:00 |
|
Simon
|
eaad118576
|
docs: recommend gemini
|
2025-10-21 22:36:59 +08:00 |
|
Simon
|
29f8add2e7
|
docs: clean up
|
2025-10-21 22:28:37 +08:00 |
|
Simon
|
12bdad3cc5
|
feat: update default model
|
2025-10-21 22:21:37 +08:00 |
|