kopia lustrzana https://github.com/transitive-bullshit/chatgpt-api
pull/718/head
rodzic
70ebbbc6c4
commit
1e0c3cbc10
|
@ -4,12 +4,22 @@ const isSafari =
|
|||
|
||||
if (!isServer) {
|
||||
// Workaround for nav links not being able to point to relative paths
|
||||
for (const a of document.querySelectorAll('a[href="https://agentic.so"]')) {
|
||||
a.removeAttribute('target')
|
||||
}
|
||||
|
||||
for (const a of document.querySelectorAll(
|
||||
'a[href="https://agentic.so/contact"]'
|
||||
)) {
|
||||
a.removeAttribute('target')
|
||||
}
|
||||
|
||||
for (const a of document.querySelectorAll(
|
||||
'a[href="https://agentic.so/marketplace"]'
|
||||
)) {
|
||||
a.removeAttribute('target')
|
||||
}
|
||||
|
||||
// document
|
||||
// .getElementById('https://agentic.so/contact')
|
||||
// .querySelector('.lucide-arrow-up-right')
|
||||
|
|
3
todo.md
3
todo.md
|
@ -29,6 +29,9 @@
|
|||
- replace JSON schemas with `json` code blocks
|
||||
- improve upgrade flow
|
||||
- **currently not obvious how to get api key**
|
||||
- marketplace project page; replace tabs with links
|
||||
- too much of a delay on individual pages and makes no sense to have these imports on the other tab pages
|
||||
- add a basic page + docs on pricing
|
||||
|
||||
## TODO: Post-MVP
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue