Commit fc8d66a5 authored by Domi's avatar Domi

update: README.md

parent 307cb86f
GA_MEASUREMENT_ID=G-NZW1X7RXTD
GA_API_SECRET=cw05MUKjSWWlZ_NMf8n0Fw
_AUTOCOMPLETE_API=https://anything-copilot.alib.workers.dev/v1/tab/completion
AUTOCOMPLETE_API=http://localhost:8000/v1/tab/completion
......@@ -16,9 +16,6 @@ coverage
public/js
package
/cypress/videos/
/cypress/screenshots/
# Editor directories and files
.vscode/*
!.vscode/extensions.json
......@@ -28,3 +25,12 @@ package
*.njsproj
*.sln
*.sw?
# Playwright
/test-results/
/playwright-report/
/blob-report/
/playwright/.cache/
/cypress/videos/
/cypress/screenshots/
<div align="center">
<img width="200" src="public/logo.svg" alt="Logo">
<h1>Anything Copilot - Any web page as copilot</h1>
<p>Use the official ChatGPT website or any other webpage for free as your AI copilot, including GPTs, GPT-4, or any new features. </p>
<img width="120" src="public/logo.svg" alt="Anything Copilot Logo">
<h1>Anything Copilot: Powerfull Multi-tab Sidebar,Split-Screen</h1>
<p>Bringing AI closer. Use any of your favorite AI tools for free in the sidebar or a Mini Window. </p>
</div>
<div align="center">
<a href="https://chromewebstore.google.com/u/1/detail/anything-copilot-any-web/lilckelmopbcffmglfmfhelaajhjpcff" target="_blank">
<img height="48" src="docs/assets/available_in_the_chrome_web_store.png" >
</a>
<a href="https://microsoftedge.microsoft.com/addons/detail/anything-copilot/lbeehbkcmjaopnlccpjcdgamcabhnanl" target="_blank">
<img height="48" src="docs/assets/edge_get_the_add_on.svg" >
</a>
</div>
## Install/Download - Edge Add-ons & Chrome web store
## Get the Extension
Works with Chrome, Edge, Opera, Vivaldi, and more.
- [Edge Add-ons - Anything Copilot](https://microsoftedge.microsoft.com/addons/detail/anything-copilot/lbeehbkcmjaopnlccpjcdgamcabhnanl)
- [Chrome web store - Anything Copilot](https://chromewebstore.google.com/u/1/detail/anything-copilot-any-web/lilckelmopbcffmglfmfhelaajhjpcff)
- [Edge Add-ons - Anything Copilot](https://microsoftedge.microsoft.com/addons/detail/anything-copilot/lbeehbkcmjaopnlccpjcdgamcabhnanl)
Open any web page in a Copilot window and seamlessly multitask with other pages or applications.
- [ZIZIYI - Anything Copilot](https://ziziyi.com/anything-copilot)
## Screenshots & Video
<table>
<tr>
<td>
<img src="docs/assets/1280x800_1.png" alt="Anything Copilot screenshot 1" >
<img src="docs/assets/en-1280x800_1.png" alt="Anything Copilot screenshot 1" >
</td>
<td>
<img src="docs/assets/1280x800_2.png" alt="Anything Copilot screenshot 1" >
<img src="docs/assets/en-1280x800_2.png" alt="Anything Copilot screenshot 2" >
</td>
</tr>
</table>
[📺 Youtube - Anything Copilot demo](https://youtu.be/RnOUGg-WiH0?si=8YHPLGvczmUTsVqU)
## Recommended IDE Setup
[📺 Youtube - Mini Window](https://youtube.com/shorts/46GFbzAzboE)
[VSCode](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) (and disable Vetur) + [TypeScript Vue Plugin (Volar)](https://marketplace.visualstudio.com/items?itemName=Vue.vscode-typescript-vue-plugin).
## Features
## Type Support for `.vue` Imports in TS
### Multi-tab Sidebar: Tabbed Sidebar for Ultimate Convenience.
TypeScript cannot handle type information for `.vue` imports by default, so we replace the `tsc` CLI with `vue-tsc` for type checking. In editors, we need [TypeScript Vue Plugin (Volar)](https://marketplace.visualstudio.com/items?itemName=Vue.vscode-typescript-vue-plugin) to make the TypeScript language service aware of `.vue` types.
<p align="center">
<img width="380" src="docs/assets/ai-sidebar.mp4.jpg" >
</p>
If the standalone TypeScript plugin doesn't feel fast enough to you, Volar has also implemented a [Take Over Mode](https://github.com/johnsoncodehk/volar/discussions/471#discussioncomment-1361669) that is more performant. You can enable it by the following steps:
Access and use multiple AI assistants and tools at the same time, right from the sidebar. Consolidate your subscriptions and seamlessly use ChatGPT Plus, Claude Pro, Gemini Pro, and others all in one place with Anything Copilot.
1. Disable the built-in TypeScript Extension
1. Run `Extensions: Show Built-in Extensions` from VSCode's command palette
2. Find `TypeScript and JavaScript Language Features`, right click and select `Disable (Workspace)`
2. Reload the VSCode window by running `Developer: Reload Window` from the command palette.
### Mini Window: System-Wide AI with a Floating Assistant
## Customize configuration
<p align="center">
<img width="380" src="docs/assets/mini-window.mp4.jpg" >
</p>
See [Vite Configuration Reference](https://vitejs.dev/config/).
We’ve brought the power of AI out of the browser and placed it right on your desktop. Our intelligent floating window stays on top of all your applications, giving you a familiar AI assistant in Office, design software, and everywhere else you work.
## Project Setup
......
This diff is collapsed.
This diff is collapsed.
# 1.5.4
link @ziziyi/invoker
修复 welcome 404
# 1.5.5
sidebar img 导致页面加载慢
# todo
favicon 兼容性问题
opera 侧边栏
# challenge
ChatGPT 登录 Cookie 问题
选择当点击时可用 bug
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment