Browse Source

添加一个水墨风格的textbox图片

master
秦汉 5 days ago
parent
commit
e52fbb9587
  1. BIN
      Build_God_Game/src/assets/brushtextbox.png
  2. 2
      Build_God_Game/src/views/LoginView.vue

BIN
Build_God_Game/src/assets/brushtextbox.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 MiB

2
Build_God_Game/src/views/LoginView.vue

@ -76,7 +76,7 @@ const handleLogin = async () => {
{{ errorMsg }} {{ errorMsg }}
</div> </div>
<InkButton :text="isLoading ? '登录中...' : '登 录'" @click="handleLogin" /> <InkButton :text="isLoading ? '加载中...' : '开始游戏'" @click="handleLogin" />
</form> </form>

Loading…
Cancel
Save