mirror of
https://github.com/lobehub/lobehub.git
synced 2026-03-26 13:19:34 +07:00
📝 docs(bot): Auto sync agents & plugin to readme
This commit is contained in:
@@ -1,4 +1,11 @@
|
||||
[
|
||||
{
|
||||
"children": {
|
||||
"fixes": ["Fix server agent task run with headless, internlm provider base url and homepage."]
|
||||
},
|
||||
"date": "2026-01-19",
|
||||
"version": "2.0.0-next.313"
|
||||
},
|
||||
{
|
||||
"children": {
|
||||
"improvements": ["Change the /community/assistant to /agent routes."],
|
||||
|
||||
@@ -28,7 +28,6 @@ const styles = createStaticStyles(({ css, cssVar }) => ({
|
||||
display: flex;
|
||||
gap: 8px;
|
||||
align-items: center;
|
||||
|
||||
padding-block: 8px;
|
||||
`,
|
||||
footer: css`
|
||||
|
||||
@@ -73,17 +73,17 @@ export default {
|
||||
'screen4.title2': 'Your choice helps us improve',
|
||||
'screen4.title3': 'You can change this anytime in settings',
|
||||
|
||||
'screen5.actions.cancel': 'Cancel',
|
||||
'screen5.actions.connectToServer': 'Connect to Server',
|
||||
'screen5.actions.connecting': 'Connecting...',
|
||||
'screen5.actions.cancel': 'Cancel',
|
||||
'screen5.actions.signInCloud': 'Sign in to LobeHub Cloud',
|
||||
'screen5.actions.signOut': 'Sign out',
|
||||
'screen5.actions.signingIn': 'Signing in...',
|
||||
'screen5.actions.signingOut': 'Signing out...',
|
||||
'screen5.actions.tryAgain': 'Try Again',
|
||||
'screen5.auth.phase.browserOpened': 'Browser opened, please sign in...',
|
||||
'screen5.auth.phase.waitingForAuth': 'Waiting for authorization...',
|
||||
'screen5.auth.phase.verifying': 'Verifying credentials...',
|
||||
'screen5.auth.phase.waitingForAuth': 'Waiting for authorization...',
|
||||
'screen5.auth.remaining': 'Remaining: {{time}}s',
|
||||
'screen5.badge': 'Sign in',
|
||||
'screen5.description':
|
||||
|
||||
Reference in New Issue
Block a user