-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'dev' and release 1.1.6
- Loading branch information
Showing
10 changed files
with
1,021 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
> 0.1% and not dead,iOS >= 12 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
export const useConfig = () => { | ||
const modifyData = useState('config', () => { | ||
return { | ||
model: 'mocks', | ||
url: '' | ||
} | ||
}) | ||
return modifyData | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
{ | ||
"name": "chiblog", | ||
"version": "1.1.5", | ||
"version": "1.1.6", | ||
"private": true, | ||
"author": "chihuo2104<[email protected]>", | ||
"author": "chi Network Contributors<[email protected]>", | ||
"scripts": { | ||
"build": "nuxi build", | ||
"dev": "nuxi dev", | ||
|
@@ -13,6 +13,8 @@ | |
"devDependencies": {}, | ||
"dependencies": { | ||
"@mdi/js": "^7.1.96", | ||
"@vitejs/plugin-legacy": "^4.0.3", | ||
"browserslist": "^4.21.5", | ||
"marked": "^4.2.5", | ||
"md5": "^2.3.0", | ||
"nuxi": "^3.0.0", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
export default { | ||
version: '1.1.5', | ||
versionReleaseDate: '20230415', | ||
versionDisplay: '1.1.5(20230415)', | ||
version: '1.1.6', | ||
versionReleaseDate: '20230501', | ||
versionDisplay: '1.1.6(20230501)', | ||
supportVersionDate: '20230401', | ||
supportVersion: '1.1.4' | ||
} |
Oops, something went wrong.