Created
May 7, 2024 15:13
-
-
Save shinyzhu/1fb174b93fd976ff61167f163f6b8374 to your computer and use it in GitHub Desktop.
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
page { | |
--td-brand-color: #EA609E; | |
} |
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
<t-notice-bar visible="true" prefixIcon="{{false}}" content="系统正在迁移中,如遇到问题请联系我们。"> | |
<view slot="prefix-icon"> | |
<t-icon name="error-circle-filled"></t-icon> | |
</view> | |
</t-notice-bar> |
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
{ | |
"dependencies": { | |
"tdesign-miniprogram": "^1.3.1" | |
}, | |
"name": "demo", | |
"version": "1.0.0", | |
"main": ".eslintrc.js", | |
"scripts": { | |
"test": "echo \"Error: no test specified\" && exit 1" | |
}, | |
"keywords": [], | |
"author": "abc", | |
"license": "ISC", | |
"description": "" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment