Commit Graph

15 Commits

Author SHA1 Message Date
canisminor1990 4e522a6e2b 🔧 chore: Update setting
This commit introduces new components, modules, and features related to chat, sessions, and settings. It includes modifications to configuration files, updates to dependencies, adjustments to styles and layouts, and additions of new components and modules. The changes also involve updates to functions, interfaces, selectors, actions, and reducers. Additionally, there are modifications to TypeScript interfaces and types, as well as changes to parameters and functions in certain files.
2023-07-15 15:48:20 +08:00
Arvin Xu 3db700a3b0 sparkles: feat: Chat v0.1 (#7)
---------

Co-authored-by: canisminor1990 <i@canisminor.cc>
2023-07-11 19:46:11 +08:00
arvinxx 59d381e77a feat: add openai server api 2023-05-25 01:29:35 +08:00
arvinxx f2e07f3b0f 🔨 chore: 更新 dev 脚本 2023-05-23 00:40:27 +08:00
CanisMinor b377e5e2b1 Merge pull request #3 from lobehub/dependabot/npm_and_yarn/jsdom-22.0.0
build(deps-dev): bump jsdom from 21.1.2 to 22.0.0
2023-05-21 22:06:24 +05:30
CanisMinor 259ece86e9 Merge pull request #2 from lobehub/dependabot/npm_and_yarn/semantic-release-21.0.2
build(deps-dev): bump semantic-release from 20.1.3 to 21.0.2
2023-05-21 22:06:02 +05:30
dependabot[bot] 9f171e309f build(deps-dev): bump jsdom from 21.1.2 to 22.0.0
Bumps [jsdom](https://github.com/jsdom/jsdom) from 21.1.2 to 22.0.0.
- [Release notes](https://github.com/jsdom/jsdom/releases)
- [Changelog](https://github.com/jsdom/jsdom/blob/master/Changelog.md)
- [Commits](https://github.com/jsdom/jsdom/compare/21.1.2...22.0.0)

---
updated-dependencies:
- dependency-name: jsdom
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-21 16:25:44 +00:00
dependabot[bot] 063bdb8653 build(deps-dev): bump semantic-release from 20.1.3 to 21.0.2
Bumps [semantic-release](https://github.com/semantic-release/semantic-release) from 20.1.3 to 21.0.2.
- [Release notes](https://github.com/semantic-release/semantic-release/releases)
- [Commits](https://github.com/semantic-release/semantic-release/compare/v20.1.3...v21.0.2)

---
updated-dependencies:
- dependency-name: semantic-release
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-21 16:25:15 +00:00
dependabot[bot] b154c1ee0e build(deps-dev): bump @types/node from 18.16.13 to 20.2.1
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 18.16.13 to 20.2.1.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-21 16:20:45 +00:00
CanisMinor e82e2b1214 ⚒️ chore: reanme package name 2023-05-21 23:45:37 +08:00
arvinxx 0f64c0e38f 🔧 chore: 更新发布配置 2023-05-21 15:59:38 +08:00
arvinxx bb535b4f2a 🔧 chore: update test config 2023-05-21 15:43:47 +08:00
arvinxx 250dda4499 🔧 chore: add project config 2023-05-21 15:42:20 +08:00
arvinxx 7861f97152 🎉 chore: 初始化项目配置 2023-05-21 15:34:04 +08:00
arvinxx dfaccbe493 Initial commit
Created from https://vercel.com/new
2023-05-21 07:19:20 +00:00