Skip to content

Commit e8beb53

Browse files
authored
Merge pull request #13 from DrCode32/patch-1
خاموش کردن پر کردن خودکار
2 parents 4d410a7 + 9092e40 commit e8beb53

File tree

4 files changed

+24
-16
lines changed

4 files changed

+24
-16
lines changed

.env.example

+1
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
DEV=true
2+
VITE_API=https://api.widgetify.ir

LICENSE

+20-13
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,24 @@
1-
GNU AFFERO GENERAL PUBLIC LICENSE
2-
Version 3, 19 November 2007
1+
# Widgetify Extension License
32

4-
Copyright (C) 2025 Widgetify
3+
**Copyright (C) 2025 Widgetify**
54

6-
This program is free software: you can redistribute it and/or modify
7-
it under the terms of the GNU Affero General Public License as
8-
published by the Free Software Foundation, either version 3 of the
9-
License, or (at your option) any later version.
5+
This software is licensed exclusively under the following terms:
106

11-
This program is distributed in the hope that it will be useful,
12-
but WITHOUT ANY WARRANTY; without even the implied warranty of
13-
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14-
GNU Affero General Public License for more details.
7+
## 1. Limited Use
8+
- You are allowed to view, modify, and contribute to this project **only within this repository**.
9+
- Any use, distribution, or modification **outside this repository** is strictly prohibited.
1510

16-
You should have received a copy of the GNU Affero General Public License
17-
along with this program. If not, see <https://www.gnu.org/licenses/>.
11+
## 2. No Redistribution
12+
- You are not allowed to copy, share, distribute, or fork this project in any form.
13+
- Publishing any part of this code elsewhere without explicit written permission is forbidden.
14+
15+
## 3. Contributions
16+
- By submitting any contribution (e.g., code, documentation, fixes), you grant the project owner full rights to use, modify, and incorporate it into the project without any obligation.
17+
18+
## 4. No Commercial Use
19+
- You may not use any part of this code for commercial purposes, directly or indirectly, without written permission.
20+
21+
## 5. Termination
22+
- Any violation of this license will result in the termination of your rights to use or contribute to this project.
23+
24+
By accessing this repository, you agree to these terms. If you do not agree, you must not use or contribute to this project.

README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -109,5 +109,4 @@
109109

110110

111111
## مجوز
112-
113-
این پروژه تحت مجوز MIT منتشر شده است. برای اطلاعات بیشتر [فایل مجوز](LICENSE) را مطالعه کنید.
112+
برای اطلاعات بیشتر [فایل مجوز](LICENSE) را مطالعه کنید.

src/layouts/search/search.tsx

+2-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@ export function SearchLayout() {
4848
type="text"
4949
name="search"
5050
className={`w-full py-4 pl-16 pr-6 text-lg font-light text-right bg-transparent focus:outline-none ${themeUtils.getTextColor()}`}
51-
placeholder="جستجو ..."
51+
placeholder="جستجو ..."
52+
autoComplete="off"
5253
/>
5354
<button
5455
type="submit"

0 commit comments

Comments
 (0)