Skip to content

Commit e17e667

Browse files
committed
Update README files to include sections about Anini and sponsorship, enhancing visibility for the AI chat companion app and its backer, GAZAI.
1 parent c112050 commit e17e667

4 files changed

Lines changed: 87 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,14 @@ jobs:
1010
runs-on: ubuntu-latest
1111
permissions:
1212
contents: write
13+
packages: write
1314
id-token: write
1415

1516
steps:
1617
- name: Checkout
1718
uses: actions/checkout@v4
1819

19-
- name: Setup Node.js
20+
- name: Setup Node.js for npm
2021
uses: actions/setup-node@v4
2122
with:
2223
node-version: '20'
@@ -55,3 +56,16 @@ jobs:
5556
run: npm publish --tag ${{ steps.prerelease.outputs.NPM_TAG }} --provenance --access public
5657
env:
5758
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
59+
continue-on-error: true
60+
61+
- name: Setup Node.js for GitHub Packages
62+
uses: actions/setup-node@v4
63+
with:
64+
node-version: '20'
65+
registry-url: 'https://npm.pkg.github.com'
66+
scope: '@CS6'
67+
68+
- name: Publish to GitHub Packages
69+
run: npm publish --tag ${{ steps.prerelease.outputs.NPM_TAG }}
70+
env:
71+
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

README.ja.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -324,6 +324,30 @@ maskOpacity.value = withTiming(newValue, { duration: 300 });
324324

325325
---
326326

327+
## Anini のために開発
328+
329+
このライブラリは [**Anini**](https://play.google.com/store/apps/details?id=com.gazai.aichat) のために開発されました — スムーズでネイティブ品質のユーザー体験を提供する AI チャットコンパニオンアプリです。
330+
331+
<p align="center">
332+
<a href="https://play.google.com/store/apps/details?id=com.gazai.aichat">
333+
<img src="https://img.shields.io/badge/Google_Play-Anini-414141?style=for-the-badge&logo=google-play&logoColor=white" alt="Google Play で Anini をダウンロード" />
334+
</a>
335+
</p>
336+
337+
---
338+
339+
## スポンサー
340+
341+
このプロジェクトは [**GAZAI**](https://gazai.io/EN/services) がスポンサーです — 革新的な AI 駆動アプリケーションを構築しています。
342+
343+
<p align="center">
344+
<a href="https://github.com/sponsors/CS6">
345+
<img src="https://img.shields.io/badge/スポンサー-GitHub_Sponsors-ea4aaa?style=for-the-badge&logo=github-sponsors&logoColor=white" alt="GitHub でスポンサーになる" />
346+
</a>
347+
</p>
348+
349+
---
350+
327351
## ライセンス
328352

329353
MIT © [DaYuan Lin (CS6)](https://github.com/CS6)

README.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -324,6 +324,30 @@ maskOpacity.value = withTiming(newValue, { duration: 300 });
324324

325325
---
326326

327+
## Built for Anini
328+
329+
This library was originally developed for [**Anini**](https://play.google.com/store/apps/details?id=com.gazai.aichat) - an AI chat companion app that delivers smooth, native-quality user experiences.
330+
331+
<p align="center">
332+
<a href="https://play.google.com/store/apps/details?id=com.gazai.aichat">
333+
<img src="https://img.shields.io/badge/Google_Play-Anini-414141?style=for-the-badge&logo=google-play&logoColor=white" alt="Get Anini on Google Play" />
334+
</a>
335+
</p>
336+
337+
---
338+
339+
## Sponsor
340+
341+
This project is sponsored by [**GAZAI**](https://gazai.io/EN/services) - Building innovative AI-powered applications.
342+
343+
<p align="center">
344+
<a href="https://github.com/sponsors/CS6">
345+
<img src="https://img.shields.io/badge/Sponsor-GitHub_Sponsors-ea4aaa?style=for-the-badge&logo=github-sponsors&logoColor=white" alt="Sponsor on GitHub" />
346+
</a>
347+
</p>
348+
349+
---
350+
327351
## License
328352

329353
MIT © [DaYuan Lin (CS6)](https://github.com/CS6)

README.zh-TW.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -324,6 +324,30 @@ maskOpacity.value = withTiming(newValue, { duration: 300 });
324324

325325
---
326326

327+
## 為 Anini 打造
328+
329+
這個套件最初是為 [**Anini**](https://play.google.com/store/apps/details?id=com.gazai.aichat) 開發的 — 一款提供流暢、原生品質使用者體驗的 AI 聊天夥伴應用程式。
330+
331+
<p align="center">
332+
<a href="https://play.google.com/store/apps/details?id=com.gazai.aichat">
333+
<img src="https://img.shields.io/badge/Google_Play-Anini-414141?style=for-the-badge&logo=google-play&logoColor=white" alt="在 Google Play 下載 Anini" />
334+
</a>
335+
</p>
336+
337+
---
338+
339+
## 贊助
340+
341+
本專案由 [**GAZAI**](https://gazai.io/EN/services) 贊助 — 打造創新的 AI 驅動應用程式。
342+
343+
<p align="center">
344+
<a href="https://github.com/sponsors/CS6">
345+
<img src="https://img.shields.io/badge/贊助-GitHub_Sponsors-ea4aaa?style=for-the-badge&logo=github-sponsors&logoColor=white" alt="在 GitHub 贊助" />
346+
</a>
347+
</p>
348+
349+
---
350+
327351
## 授權
328352

329353
MIT © [DaYuan Lin (CS6)](https://github.com/CS6)

0 commit comments

Comments
 (0)